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:
Jan Petykiewicz 2024-07-29 21:00:40 -07:00
parent a816a7db8e
commit 8d671ed709

View File

@ -88,5 +88,5 @@ from .utils import (
__author__ = 'Jan Petykiewicz'
__version__ = '3.1'
__version__ = '3.2'
version = __version__ # legacy