Releases: atait/klayout-gadgets
Releases · atait/klayout-gadgets
v0.1.31
v0.1.30
removed dependency on setuptools
This should allow it to work on windows without errors
Control over port writing from phidl
Write ports to GDS
The switch is lygadgets.cell_translation.do_write_ports
. Set it to False to disable. This affects the function any_write
and anyCell_to_anyCell
v0.1.29
v0.1.28
v0.1.27
Remove pya dependencies when klayout python is not installed
- WrappedPCell
- WrappedLibrary
Updates for new gdspy Cell structure (references and polygons instead of elements)
Allow specification of cellname=
in the kwargs of anyRead
. This is useful when dealing with a file that has multiple top cells.
v0.1.26
v0.1.25
linker handles dependencies
Instead of having to do
lygadgets_link future
lygadgets_link xmltodict
lygadgets_link lygadgets
lygadgets_link lyipc
You now just have to do the last command, and the rest will trigger.
A few minor bug fixes and minor file boundary case handling