Gdspy Versions Save

Python module for creating GDSII stream files, usually CAD layouts.

v1.6.12

1 year ago

Among other minor fixes:

  • Fix in Cell.get_texttypes.
  • Allow labels to inherit transforms through get_labels.

v1.6.11

2 years ago
  • Fix in Cell.write_svg when missing references.
  • Speed improvements in Cell.remove_polygons (thanks Troy for the contribution).

v1.6.10

2 years ago

Release v1.6.10

  • Bug fix in Cell.get_polygons using wrong variable for by_spec

v1.6.9

2 years ago

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

v1.6.8

2 years ago

Minor bug fix for complex geometries that freeze boolean operations.

v1.6.7

2 years ago

Another bug fix release. This fixes two rare bugs in gdspy.boolean and a warning message that was incorrectly copy-pasted.

v1.6.6

2 years ago
  • Fixed error in Path.smooth
  • Allow specification of precision in SVG output to reduce file size.

v1.6.5

2 years ago

Bug fixes for dealing with timestamps and allowing 0-padded files.

v1.6.4

3 years ago

This release fixes a missing import when a warning is issued for the Label class.

v1.6.3

3 years ago

This minor release is just a fix for a bounding box calculation edge case.