From 8d671ed7099dfadf9117cff0eba0cd850a664507 Mon Sep 17 00:00:00 2001 From: Jan Petykiewicz Date: Mon, 29 Jul 2024 21:00:40 -0700 Subject: [PATCH] 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 --- masque/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/masque/__init__.py b/masque/__init__.py index f165fcb..93eabdc 100644 --- a/masque/__init__.py +++ b/masque/__init__.py @@ -88,5 +88,5 @@ from .utils import ( __author__ = 'Jan Petykiewicz' -__version__ = '3.1' +__version__ = '3.2' version = __version__ # legacy