This repository has been archived by the owner on Aug 9, 2024. It is now read-only.
Releases: heitzmann/gdspy
Releases · heitzmann/gdspy
Release v1.6.12
Release v1.6.11
- Fix in
Cell.write_svg
when missing references. - Speed improvements in
Cell.remove_polygons
(thanks Troy for the contribution).
Release v1.6.10
Release v1.6.10
- Bug fix in
Cell.get_polygons
using wrong variable forby_spec
Release v1.6.9
Release v1.6.9
- Bug fix in
Cell.get_polygons
when using a specific layer and datatype - Raise error when reading a GDSII file with duplicate cell names
Release v1.6.8
Minor bug fix for complex geometries that freeze boolean operations.
Release v1.6.7
Another bug fix release. This fixes two rare bugs in gdspy.boolean
and a warning message that was incorrectly copy-pasted.
Release v1.6.6
- Fixed error in Path.smooth
- Allow specification of precision in SVG output to reduce file size.
Release v1.6.5
Bug fixes for dealing with timestamps and allowing 0-padded files.
Release v1.6.4
This release fixes a missing import when a warning is issued for the Label class.
Release v1.6.3
This minor release is just a fix for a bounding box calculation edge case.