Skip to content

Commit

Permalink
bump version to v3.2
Browse files Browse the repository at this point in the history
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
  • Loading branch information
anewusername committed Jul 30, 2024
1 parent a816a7d commit 8d671ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion masque/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,5 +88,5 @@

__author__ = 'Jan Petykiewicz'

__version__ = '3.1'
__version__ = '3.2'
version = __version__ # legacy

0 comments on commit 8d671ed

Please sign in to comment.