|
|
520f37aa29
|
[gdsii] misc cleanup
|
2026-07-09 14:21:05 -07:00 |
|
|
|
088c37e9d2
|
[file.gdsii] rework gdsii module hierarchy
|
2026-07-09 13:40:58 -07:00 |
|
|
|
02a3708b30
|
[library] Split library.py into multiple files
|
2026-07-09 13:17:36 -07:00 |
|
|
|
4c64352152
|
[OverlayLibrary / PortsLibraryView] move into masque.library
|
2026-07-09 13:05:01 -07:00 |
|
|
|
9a39a436b2
|
[Pather] move render check from __del__ to __exit__ and use render= enum instead of auto_render
|
2026-07-09 12:28:05 -07:00 |
|
|
|
84664303f1
|
[planner] early exit if rotation doesn't match
|
2026-07-09 11:27:29 -07:00 |
|
|
|
f864ebbeab
|
[planner] make solver carry state across increasing bend counts
|
2026-07-09 11:09:52 -07:00 |
|
|
|
54c4cd9a4a
|
[planner] try bends=2 before bends=(2, 4)
|
2026-07-09 11:00:05 -07:00 |
|
|
|
b6c222cdc2
|
[planner] cache primitive offers
|
2026-07-09 10:36:00 -07:00 |
|
|
|
583bd5bd77
|
[planner] avoid rotation_matrix_2d since float inaccuracy breaks caching
|
2026-07-09 10:35:45 -07:00 |
|
|
|
22e645e527
|
[builder] major Pather/Planner/Tool rework
|
2026-07-08 23:58:24 -07:00 |
|
|
|
0f39ce8816
|
[Arc] fix raw constructor angle_ref default
|
2026-06-21 16:59:56 -07:00 |
|
|
|
5e0cc0e20f
|
[BuildLibrary] fix auto-rename during merge
|
2026-06-20 16:23:08 -07:00 |
|
|
|
1b83034b7e
|
[BuildLibrary / OverlayLibrary] further simplifications 2
|
2026-06-20 16:23:08 -07:00 |
|
|
|
1723212424
|
[BuildLibrary / OverlayLibrary] further simplifications
|
2026-06-20 16:23:08 -07:00 |
|
|
|
c420ac8085
|
[BuildLibrary] misc simplifications
|
2026-06-20 16:23:08 -07:00 |
|
|
|
08bbb10827
|
[OverlayLibrary] enable renaming all cells during add_source with rename_when='always'
|
2026-06-20 16:23:08 -07:00 |
|
|
|
3dea61b05e
|
[BuildLibrary] eliminate BuiltLibrary and BuiltOverlayLibrary
|
2026-06-20 16:23:08 -07:00 |
|
|
|
0fba187d8c
|
[BuildLibrary] whitespace
|
2026-06-20 16:23:08 -07:00 |
|
|
|
6d494142fe
|
[wip] introduce BuildLibrary and make overlay first-class
|
2026-06-20 16:23:08 -07:00 |
|
|
|
e108199bcd
|
[wip] Rework load_libraryfile and LazyLibrary using overlays
|
2026-06-20 16:23:08 -07:00 |
|
|
|
151a7f846f
|
[arrow] improve test coverage and error handling
|
2026-06-20 16:23:08 -07:00 |
|
|
|
f3a60da30b
|
[gdsii_arrow] remove non-raw-mode arrow option; fix gzip wrapper
|
2026-06-20 16:23:08 -07:00 |
|
|
|
fd01e369e1
|
[svg] avoid mutating the original library
|
2026-06-20 16:23:08 -07:00 |
|
|
|
c83846afb3
|
[arrow] add lazy arrow reader
|
2026-06-20 16:23:08 -07:00 |
|
|
|
e009417eed
|
[shapes] move to per-shape purpose-built _from_raw constructors
|
2026-06-20 16:23:08 -07:00 |
|
|
|
85aed4388e
|
[gdsii_arrow] more performance work
|
2026-06-20 16:23:08 -07:00 |
|
|
|
f6ad86cdc2
|
[Polygon / PolyCollection] add raw constructors
|
2026-06-20 16:23:08 -07:00 |
|
|
|
a279ccec21
|
[RectCollection] add a RectCollection shape
|
2026-06-20 16:23:08 -07:00 |
|
|
|
b6ee0d4929
|
enable annotations=None by default
|
2026-06-20 16:23:08 -07:00 |
|
|
|
4aca8acd3d
|
[gdsii_arrow] further improvements to speed
|
2026-06-20 16:23:08 -07:00 |
|
|
|
46a15e2f0f
|
[Label / Ref / Grid] add raw constructors
|
2026-06-20 16:23:08 -07:00 |
|
|
|
8b7dd947fb
|
[gdsii] add some profiling helpers
|
2026-06-20 16:23:08 -07:00 |
|
|
|
262f2dee3a
|
[gdsii_arrow] misc correctness work
|
2026-06-20 16:23:08 -07:00 |
|
|
|
624d707123
|
add some missing deps
|
2026-06-20 16:23:08 -07:00 |
|
|
|
29bd0f63e9
|
[gdsii_arrow] add gdsii_arrow
|
2026-06-20 16:23:08 -07:00 |
|
|
|
d36a1a53e6
|
[PortPather] add default_spacing (.at(..., spacing=...))
|
2026-06-20 16:22:59 -07:00 |
|
|
|
833f5dd159
|
[utils] add explicit spiral and circular arc helpers, and allow non-90deg bends
|
2026-06-16 00:14:24 -07:00 |
|
|
|
f4df8e0553
|
[utils] remove_duplicate_vertices now takes a tolerance (default exact)
|
2026-06-16 00:12:16 -07:00 |
|
|
|
4d57936da8
|
[test] refactor tests
|
2026-06-15 20:05:11 -07:00 |
|
|
|
51c7fa9add
|
[Arc] add angle_ref to enable focus-based arcs
|
2026-06-15 20:05:11 -07:00 |
|
|
|
e4a52b2c90
|
[AutoTool] fix output transition offset
|
2026-05-28 21:45:06 -07:00 |
|
|
|
e33a0f5ae1
|
[Tool / SimpleTool / AutoTool] Documentation updates
|
2026-05-27 21:19:37 -07:00 |
|
|
|
950d144ead
|
[AutoTool] rework two-L routing to avoid some bugs with incorrect transitions
|
2026-04-17 20:41:37 -07:00 |
|
|
|
d95ddbb6b9
|
[Arc] return clearer errors when working with an invalid arclength
|
2026-04-16 19:39:42 -07:00 |
|
|
|
bdc4dfdd06
|
[Pather] fix using trees when append=True
|
2026-04-09 16:32:25 -07:00 |
|
|
|
6cf9600193
|
[PortList.measure_travel] add a convenience wrapper for measuring internal travel
|
2026-04-09 11:41:21 -07:00 |
|
|
|
e6f5136357
|
[PathTool] add native S-bend
|
2026-04-08 23:48:48 -07:00 |
|
|
|
778b3d9be7
|
[Builder / RenderPather] BREAKING remove aliases to old names
|
2026-04-08 23:08:26 -07:00 |
|
|
|
02f0833fb3
|
[pather] handle paths without existing ports
|
2026-04-08 22:33:07 -07:00 |
|