jan pushed to pather_rework at jan/masque 2026-04-06 15:38:06 -07:00
429e687666 [docs] add migration guide
jan pushed to pather_rework at jan/masque 2026-04-06 15:30:41 -07:00
c501a8ff99 [referenced_patterns] don't visit tops twice
fd2698c503 [docs / examples] Update docs and examples
8100d8095a [Pather] improve bounds handling for bundles
2c5243237e [Pather] rework pather internals -- split route planning vs strategy selection
cf0a245143 [dxf] ignore unreferenced internal dxf blocks
Compare 13 commits »
jan pushed to aparse at jan/inire 2026-04-02 22:30:27 -07:00
316eda090d doc update
jan pushed to master at jan/inire 2026-04-02 22:25:49 -07:00
jan pushed to master at jan/inire 2026-04-02 22:25:10 -07:00
7e0d96f987 Refactor router late-phase control flow
46e7e13059 Optimize late no-warm reroutes
2c3aa90544 Limit late reroutes to conflicting nets
3b7568d6c9 Add iteration trace diagnostics for seed43
2049353ee9 more performance characterization work
Compare 62 commits »
jan pushed to aparse at jan/inire 2026-04-02 22:23:29 -07:00
7e0d96f987 Refactor router late-phase control flow
46e7e13059 Optimize late no-warm reroutes
2c3aa90544 Limit late reroutes to conflicting nets
3b7568d6c9 Add iteration trace diagnostics for seed43
Compare 4 commits »
jan pushed to arrow at jan/klamath-rs 2026-04-02 20:36:02 -07:00
d3bf15f47a follow masque interface
22040d9432 performance work
Compare 2 commits »
jan pushed to aparse at jan/inire 2026-04-02 15:58:07 -07:00
2049353ee9 more performance characterization work
42e46c67e0 Add conflict tracing and pair-local repair
71e263c527 various performance work (wip)
e77fd6e69f more perf counters
Compare 4 commits »
jan pushed to pather_rework at jan/masque 2026-04-01 21:59:36 -07:00
d366db5a62 [utils.transform] better input validation in normalize_mirror and apply_transform
20f37ea0f7 [ell] validate spacing length
6fd73b9d46 [ell] fix crash when ccw=None but spacing is non-scalar
32744512e0 [boolean] more work towards getting boolean ops working
Compare 4 commits »
jan pushed to pather_rework at jan/masque 2026-04-01 21:16:08 -07:00
75a9114709 [bezier] validate weights
df578d7764 [PolyCollection] copy vertex offsets when making normalized form
786716fc62 [preflight] document that preflight doesn't copy the library
a82365ec8c [svg] fix duplicate svg ids
28be89f047 [gdsii] make sure iterable is supported
Compare 17 commits »
jan pushed to pather_rework at jan/masque 2026-03-31 23:00:45 -07:00
9767ee4e62 [Pattern] improve atomicity of place(), plug(), interface()
395ad4df9d [PortList] plugged() failure shouldn't dirty the ports
35b42c397b [Pattern.append] don't dirty pattern if append() fails
6a7b3b2259 [PorList] Error if multiple ports are renamed to the same name
8d50f497f1 [repetition / others] copies should get their own repetitions
Compare 7 commits »
jan pushed to pather_rework at jan/masque 2026-03-31 21:42:57 -07:00
4b07bb9e25 [OASIS] raise PatternError for unsuppored caps
2952e6ef8f [Arc / Ellipse / Circle] gracefully handle large arclen
c303a0c114 [Ellipse / Arc] improve bounds calculation
Compare 3 commits »
jan pushed to pather_rework at jan/masque 2026-03-31 21:22:55 -07:00
f34b9b2f5c [Text] fixup bounds and normalized form
89cdd23f00 [Arc / Ellipse] make radii hashable
620b001af5 [ILibrary] fix dedup messing up rotations
46a3559391 [dxf] fix dxf repetition load
08421d6a54 [OASIS] repeated property keys should be merged, not overwritten
Compare 11 commits »
jan pushed to aparse at jan/inire 2026-03-31 17:26:03 -07:00
725980e694 update docs and perf metrics
1849075b11 linter fixes
e2c91076f7 example fixes and improvements
Compare 3 commits »
jan pushed to pather_rework at jan/masque 2026-03-31 09:28:57 -07:00
e7f847d4c7 [Pather] make two-L path planning atomic (don't error out with only one half drawn)
3beadd2bf0 [Path] preserve cap extensions in normalized form, and scale them with scale()
1bcf5901d6 [Path] preserve width from normalized form
56e401196a [PathTool] fix pathtool L-shape
83ec64158a [AutoTool] fix exact s-bend validation
Compare 6 commits »
jan pushed to pather_rework at jan/masque 2026-03-30 23:34:38 -07:00
d03fafcaf6 [ILibraryView] don't fail on nested dangling ref
d3be6aeba3 [PortList] add_port_pair requires unique port names
ffbe15c465 [Port / PortList] raise PortError on missing port name
Compare 3 commits »
jan pushed to pather_rework at jan/masque 2026-03-30 22:12:03 -07:00
b44c962e07 [Pattern] improve error handling in place()
20bd0640e1 [Library] improve handling of dangling refs
4ae8115139 [DeferredDict] implement get/items/values for deferreddict
Compare 3 commits »
jan pushed to aparse at jan/inire 2026-03-30 21:22:25 -07:00
e11132b51d fix examples
bc218a416b lots more refactoring
941d3e01df rework structure of everything
dcc4d6436c refactor
0c432bd229 more fixes and refactoring
Compare 6 commits »
jan pushed to pather_rework at jan/masque 2026-03-30 21:19:30 -07:00
c2ef3e4217 [test] data_to_ports should accurately preserve ports from a scaled ref
c32168dc64 [ILibraryView / Pattern] flatten() should raise PatternError if asked to preserve ports from a repeated ref
b843ffb4d3 [ILibraryView / Pattern] flatten() shouldn't drop ports-only patterns if flatten_ports=True
9adfcac437 [Ref] don't shadow ref property
26cc0290b9 [Abstract] respect ref scale
Compare 8 commits »
jan pushed to pather_rework at jan/masque 2026-03-30 19:39:29 -07:00
add82e955d update dev deps