Commit Graph

449 Commits (090e86644a22a9b321ff4ec91c1de51b0bd0de2c)
 

Author SHA1 Message Date
Jan Petykiewicz 090e86644a Move Abstract into its own file 9 months ago
Jan Petykiewicz a1073eca6b handle library=None 9 months ago
Jan Petykiewicz 0368cf7a00 library can generate abstracts 9 months ago
Jan Petykiewicz e288c3f5e0 B becomes BB for searchability 9 months ago
Jan Petykiewicz 3b8866732b PortsRef -> Abstract 9 months ago
Jan Petykiewicz 6b01b43559 flake8-aided fixes 9 months ago
Jan Petykiewicz db9b39dbc0 fix more type issues 9 months ago
Jan Petykiewicz 557c6c98dc more wip -- most central stuff is first pass done 9 months ago
Jan Petykiewicz 6549faddbb wip -- more fixes 9 months ago
jan 9efb6f0eeb wip 9 months ago
jan d9ae8dd6e3 wip 9 months ago
Jan Petykiewicz f7902fa517 busL -> mpath 9 months ago
Jan Petykiewicz fbbc1d5cc7 comment out some ipython commands 9 months ago
Jan Petykiewicz 2635c6c20c some type updates 9 months ago
Jan Petykiewicz c7f3e7ee52 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.
9 months ago
Jan Petykiewicz f7a2edfe23 fix some type-related issues 9 months ago
Jan Petykiewicz a0ca53f57a get rid of "identifier" 9 months ago
jan 7ca017d993 wip again 9 months ago
jan db9a6269a1 delete duplicate utils submodule 9 months ago
Jan Petykiewicz 6f696bfc71 partial work on device libraries 9 months ago
Jan Petykiewicz f7b8f2db0c various fixes 9 months ago
Jan Petykiewicz e3511ed852 remove duplicatre __delitem__ 9 months ago
Jan Petykiewicz a4f89e6f48 improve docs 9 months ago
Jan Petykiewicz 5f35e8c8e3 indirect type spec for Pattern 9 months ago
jan 52f0b4aa93 Add lib types 9 months ago
jan c95b2f4c0d bifurcate Device into DeviceRef 9 months ago
Jan Petykiewicz 7e1371c14d add notes about what is hard 9 months ago
Jan Petykiewicz e932687210 make error message prettier 9 months ago
jan 7aaf73cb37 WIP: make libraries and names first-class! 9 months ago
Jan Petykiewicz f834ec6be5 Avoid generating a container if only a single port is passed 9 months ago
Jan Petykiewicz 885b259fb7 allow bounds to be passed as args 9 months ago
Jan Petykiewicz 3f986957ac allow passing a single Tool to be used as the default 9 months ago
Jan Petykiewicz 1c3c032434 Add functionality for building paths (single use wires/waveguides/etc) 9 months ago
Jan Petykiewicz afcbd315ae Fix extra vertex added during OASIS loading 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 2 years 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