bump version to v3.2
Highlights: - Pather.path_into() for connecting into existing ports - Pattern.plugged() for removing ports which were manually pathed into each other. - Defined ordering/comparsions to enable sorting patterns and shapes - numpy 2.0 compatibility - Fix bounds calculation for arrays with manhattan rotations - Bugfixes for DXF and OASIS - Speed improvement for default Library.get_name() and GDS writing
This commit is contained in:
parent
a816a7db8e
commit
8d671ed709
@ -88,5 +88,5 @@ from .utils import (
|
|||||||
|
|
||||||
__author__ = 'Jan Petykiewicz'
|
__author__ = 'Jan Petykiewicz'
|
||||||
|
|
||||||
__version__ = '3.1'
|
__version__ = '3.2'
|
||||||
version = __version__ # legacy
|
version = __version__ # legacy
|
||||||
|
Loading…
Reference in New Issue
Block a user