c53057e5f6
fix broken import
2023-10-12 01:30:36 -07:00
1a823a54f3
Lots of doc updates
2023-10-07 01:54:16 -07:00
f1ca5a0111
get rid of Pather.mk()
2023-10-07 01:53:45 -07:00
d683372e26
remove unused import
2023-10-07 01:53:08 -07:00
10436b59f4
repr updates
2023-10-07 01:50:22 -07:00
13bb3e36c6
Add the option to use explicit x= or y= in path_to
2023-10-07 01:49:32 -07:00
f6bfd3b638
Move plug/place/interface to Pattern
...
Since Pattern has ports already, these should live in Pattern and get
wrapped elsewhere. Builder becomes a context-holder (holding .library
and .dead) and some code duplication goes away.
2023-10-07 01:46:43 -07:00
94300d926a
Update comments
2023-07-17 21:30:30 -07:00
587305497f
add retool()
2023-06-02 21:17:07 -07:00
2271681c57
Only remove existing ports
2023-06-02 21:17:00 -07:00
c57ba5c7e6
fix missing tools prop
2023-04-14 22:30:42 -07:00
23336150c6
don't keep track of y-mirroring separately from x
2023-04-14 22:20:40 -07:00
7e190bf8fc
renderbuilder fixes
2023-04-14 00:01:04 -07:00
d14d5438a4
renderpather, get_bounds includes repetitions, Boundable
2023-04-13 17:54:52 -07:00
152dea9b60
misc fixes
2023-04-12 14:47:10 -07:00
88d123af71
move to dicty layers and targets
2023-04-12 13:56:50 -07:00
dc4f24a028
delete FlatBuilder (Builder subsumes it)
2023-04-11 20:05:50 -07:00
e5de33e1f1
pather fixes / type updates
2023-04-11 19:57:09 -07:00
f22e737e60
add RenderPather
2023-04-11 11:47:57 -07:00
de04d06b7a
cleanup
2023-04-07 23:49:20 -07:00
8b3f76c2e3
split pather into its own file
2023-04-07 23:20:09 -07:00
9c9d3c3928
redo library class naming
2023-04-07 18:08:42 -07:00
41409cf4f7
create no longer exists. Make mk() give similar ordering as mkpat()
2023-04-06 17:09:46 -07:00
463c41b62a
cleanup
2023-04-06 17:03:31 -07:00
62b82eb230
get rid of NamedPattern in favor of just returning a tuple
2023-04-06 16:52:01 -07:00
2364288ba7
port translation is already handled in Pattern
2023-03-31 13:34:49 -07:00
a710494dd8
use Self type
2023-02-23 13:37:34 -08:00
c9402500e2
modernize type annotations
2023-02-23 13:15:32 -08:00
23c64b4f63
remove per-shape polygonization state
2023-02-23 11:25:40 -08:00
c6b8027b4d
pass along tools
2023-02-08 08:44:17 -08:00
cca6b90830
misc fixes
2023-02-07 14:24:34 -08:00
5446a8c40b
add Pather.mk()
2023-02-04 09:06:31 -08:00
a9188c5655
add name arg
2023-02-04 09:06:22 -08:00
05f327387e
pather reorganization/clenaup
2023-02-04 09:05:34 -08:00
c69081331c
set default for library to None
2023-01-31 22:33:45 -08:00
4a2c4c5220
Turn Builder into a subset of Pather
2023-01-31 22:28:02 -08:00
6f6143da1a
remove some trailing undescores
2023-01-29 16:05:22 -08:00
3105a669b4
add NamedPattern
2023-01-27 10:07:39 -08:00
658eca5eea
some cleanup
2023-01-26 16:49:42 -08:00
783953bb73
add FlatBuilder
2023-01-26 16:49:35 -08:00
f80c21ed4d
Allow library __setitem__ to take in either Pattern or Callable
...
No longer need it to be Generic!
2023-01-26 11:36:27 -08:00
6599dad48f
move builder.port_utils into utils.ports2data
...
and rename functions
2023-01-25 23:26:06 -08:00
c2ce9ed547
more fixes and improvements
2023-01-25 23:19:25 -08:00
6eb4af3203
get things working with a LazyLibrary hack while we think about cycles
2023-01-24 23:52:32 -08:00
22735125d5
Lots of progress on tutorials
2023-01-24 23:25:10 -08:00
1b04fb7ed0
lots of fixes to get test_rep running
2023-01-24 12:45:44 -08:00
bd14ef37c7
clarify comment
2023-01-23 23:01:14 -08:00
95c41d4519
get rid of Mapping stuff on PortsList
2023-01-23 22:58:55 -08:00
9f041e51f4
Move Abstract into its own file
2023-01-23 22:42:37 -08:00
09b7ecd80e
B becomes BB for searchability
2023-01-23 22:34:44 -08:00