Skip to content

Commit 61f9817

Browse files
author
Collin Delker
committed
Version 0.21
1 parent 44445d0 commit 61f9817

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGES.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ v0.21 - In progress
33
Enhancements:
44
- Improved documentation to make elements searchable
55
- Fixed SVG namespaces when importing Fritzing files
6+
- Renamed DB9 connector to DE9, with DB9 as alias (see https://news.sparkfun.com/14298)
7+
- Absolute anchor positions (relative to drawing coordinates) may be accessed using index notation on the element (e.g. `mybjt['base']`)
8+
- Added gradient fill method
9+
- Support hyperlink labels in SVG output (thanks to masa300V)
610

711
New Elements:
812
- Hemt
@@ -13,6 +17,9 @@ v0.21 - In progress
1317
- PnpPhoto
1418
- IgbtN
1519
- IgbtP
20+
- DA15
21+
- DC37
22+
- DD50
1623

1724

1825
v0.20 - 2025-03-08

schemdraw/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010
"SegmentPoly", "SegmentBezier", "Transform", "ImageFormat", "svgconfig"
1111
]
1212

13-
__version__ = '0.20'
13+
__version__ = '0.21'

setup.cfg

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ classifiers =
2020
Programming Language :: Python :: 3.11
2121
Programming Language :: Python :: 3.12
2222
Programming Language :: Python :: 3.13
23-
License :: OSI Approved :: MIT License
2423
Operating System :: OS Independent
2524
Intended Audience :: Education
2625
Intended Audience :: Science/Research

0 commit comments

Comments
 (0)