Skip to content

Releases: heitzmann/gdspy

Release v1.6.12

02 Jun 16:13
9d1917e
Compare
Choose a tag to compare

Among other minor fixes:

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

Release v1.6.11

14 Jan 09:18
c0473ce
Compare
Choose a tag to compare
  • Fix in Cell.write_svg when missing references.
  • Speed improvements in Cell.remove_polygons (thanks Troy for the contribution).

Release v1.6.10

14 Nov 12:15
bdf2979
Compare
Choose a tag to compare

Release v1.6.10

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

Release v1.6.9

23 Sep 13:47
9ef86eb
Compare
Choose a tag to compare

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

02 Aug 21:55
4eaf78b
Compare
Choose a tag to compare

Minor bug fix for complex geometries that freeze boolean operations.

Release v1.6.7

14 Jul 15:55
a13b0cc
Compare
Choose a tag to compare

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

09 Jun 15:39
72f4795
Compare
Choose a tag to compare
  • Fixed error in Path.smooth
  • Allow specification of precision in SVG output to reduce file size.

Release v1.6.5

08 Jun 11:57
3ecd1e0
Compare
Choose a tag to compare

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

Release v1.6.4

23 Apr 11:11
8253fd7
Compare
Choose a tag to compare

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

Release v1.6.3

28 Dec 11:47
9224351
Compare
Choose a tag to compare

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