Commit graph

1,089 commits

Author SHA1 Message Date
1da5ac550a [Pather] improve cost calculation for S-first 2026-07-16 16:28:56 -07:00
ac34108253 [library] auto-rename single-use names in add_source 2026-07-16 08:36:19 -07:00
4b0a899e17 [LayerMappedView] reject None layer mappings early 2026-07-16 08:36:14 -07:00
2b6782c93e [Pather / planner / ports] improve trace_into connection accuracy 2026-07-16 08:35:46 -07:00
e397b3f96e [utils] canonicalize rotation matrices before caching 2026-07-16 08:35:42 -07:00
93dd3503ca [library / gdsii] add materialize_detached and do some more cleanup 2026-07-14 22:18:17 -07:00
29947c6c01 [gdsii] cleanup 2026-07-14 21:24:34 -07:00
635f612630 [gdsii] enable lazy write-through 2026-07-14 19:55:14 -07:00
95e54acf96 [file.utils] add preflight_source_aware 2026-07-14 19:18:46 -07:00
cbf75319ad [PortLoadView / LayerMappedView] rename/add new views 2026-07-14 11:18:20 -07:00
412133533a [AutoTool] fix some masked errors 2026-07-13 23:07:37 -07:00
42d291b1b6 [Pather] add route completion callback 2026-07-13 22:21:05 -07:00
e7f7cae8b9 [library / gdsii] more cleanup 2026-07-13 21:40:10 -07:00
7b589e4f44 [library / gdsii] cleanup using new library rework 2026-07-13 21:37:52 -07:00
ddb7742493 misc doc updates 2026-07-13 14:58:09 -07:00
f9611933ac [Pather / Tool] more unification work and fixes 2026-07-13 14:44:39 -07:00
8712398990 [AutoTool | PrimitiveOffer] remove priority_bias in favor of cost_at 2026-07-13 12:25:08 -07:00
0edd735a11 [library] More library rework 2026-07-13 12:24:33 -07:00
67afee7704 [Pather / AutoTool] rework route kwargs into tool_options, and actualyl pass them through AutoTool 2026-07-12 20:32:59 -07:00
49713896c3 [Pather/Planner] Doc cleanup and more informative error enums 2026-07-12 17:25:13 -07:00
3a3cd854a5 [Pather/Planner] Improve error reporting 2026-07-12 15:27:14 -07:00
09b131026f [Tool] tighten constraints on tool parameters 2026-07-12 15:26:24 -07:00
306f0b4c83 [Pather] handle empty or duplicate port lists 2026-07-12 15:18:00 -07:00
fe4e2f760b [AutoTool] infer port info automatically 2026-07-10 16:30:44 -07:00
cf3f72b828 [Pather] add strategy arg 2026-07-10 14:20:04 -07:00
0230fb49a6 [AutoTool] enable custom sbend endpoint_at 2026-07-09 21:38:29 -07:00
7083edc7ca [PortsLibraryView] now accepts overrides 2026-07-09 19:47:26 -07:00
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