Commit Graph

491 Commits (c69081331cbda3ad99e12a1b24ec907300d253a8)
 

Author SHA1 Message Date
Jan Petykiewicz 6565b8baa3 more wip -- most central stuff is first pass done 1 year ago
Jan Petykiewicz df1acd7c87 wip -- more fixes 1 year ago
jan 743428d8d7 wip 1 year ago
jan e482107366 wip 1 year ago
Jan Petykiewicz a15131f22a busL -> mpath 1 year ago
Jan Petykiewicz 81eadffa56 comment out some ipython commands 1 year ago
Jan Petykiewicz cb8897b8fe some type updates 1 year ago
Jan Petykiewicz 83b9af0cc3 Remove support for dose
Since there isn't GDS/OASIS level support for dose, this can be mostly
handled by using arbitrary layers/dtypes directly. Dose scaling isn't
handled as nicely that way, but it corresponds more directly to what
gets written to file.
1 year ago
Jan Petykiewicz dfdceefdcd fix some type-related issues 1 year ago
Jan Petykiewicz ecb61c9174 get rid of "identifier" 1 year ago
jan 1741cfb755 wip again 1 year ago
jan 58894fa596 delete duplicate utils submodule 1 year ago
Jan Petykiewicz 5bb67c817f partial work on device libraries 1 year ago
Jan Petykiewicz fd045e16d4 various fixes 1 year ago
Jan Petykiewicz 073ccacee9 remove duplicatre __delitem__ 1 year ago
Jan Petykiewicz 804b662780 improve docs 1 year ago
Jan Petykiewicz 14e9a7ccbe indirect type spec for Pattern 1 year ago
jan 9bb7ddbb79 Add lib types 1 year ago
jan 273d828d87 bifurcate Device into DeviceRef 1 year ago
Jan Petykiewicz b7df6a3f73 add notes about what is hard 1 year ago
Jan Petykiewicz b4eee6b84e make error message prettier 1 year ago
jan 42c3a2b1e1 WIP: make libraries and names first-class! 1 year ago
Jan Petykiewicz fff20b3da9 Avoid generating a container if only a single port is passed 1 year ago
Jan Petykiewicz 4bae737630 allow bounds to be passed as args 1 year ago
Jan Petykiewicz 9891ba9e47 allow passing a single Tool to be used as the default 1 year ago
Jan Petykiewicz df320e80cc Add functionality for building paths (single use wires/waveguides/etc) 1 year ago
jan 8edb7b0956 round().astype() -> rint(...) 1 year ago
Jan Petykiewicz 79d0373eeb Min python version to 3.8 1 year ago
Jan Petykiewicz 5b5cbe94d3 Move from setuputils and setup.py to hatch and pyproject.toml 1 year ago
Jan Petykiewicz a713967911 Add an alternate constructor for axis-aligned 2D grids 1 year ago
jan 457d1fc2f9 remove missing masque/VERSION from MANIFEST.in 2 years ago
jan eb03935948 whitespace 2 years ago
Jan Petykiewicz 51b7021bdc bump version to 2.7 2 years ago
Jan Petykiewicz b188589b60 Fix / simplify some cases where the arc is a sector 2 years ago
Jan Petykiewicz eb9682b1b8 Avoid calling new.unlock() in __deepcopy__()
since the new object's properties aren't necessarily deepcopied yet...
2 years ago
Jan Petykiewicz 48b28351ed speed up GDS writing
by preallocating xy array and directly rounding to target dtype
2 years ago
Jan Petykiewicz bfabd351c4 fix circular import 2 years ago
jan 4cc824526b fix deepcopy for locked shapes 2 years ago
Jan Petykiewicz e48183ee0b dose==1 is the identity situation 2 years ago
Jan Petykiewicz 6886360f6d fix getting displacements in Arbitrary repetition 2 years ago
Jan Petykiewicz b5ddb5749c fix calculation of displacements 2 years ago
jan 67d312162a speed up as_pattern()
mainly used by `flatten()`
2 years ago
Jan Petykiewicz 97db83a1d5 add utils.vertices.poly_contains_points 2 years ago
Jan Petykiewicz fd0b2ba4cd no longer ignore numpy types 2 years ago
Jan Petykiewicz 9f1c7aea01 add _displacements to __slots__ 2 years ago
Jan Petykiewicz 3640de27c7 Fix OASIS loading when strings are stored by-reference 2 years ago
Jan Petykiewicz ed9b0df057 fix scaling for objects with repetitions 2 years ago
jan a4aa50d814 fix another instance where numpy prohibits using `not bounds` 2 years ago
jan 2b8195ad3e move dev2pat and pat2dev into masque.builder.port_utils 2 years ago
jan 36f6edac21 fix wrong var name 2 years ago