We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b0a811 commit f7c0cc0Copy full SHA for f7c0cc0
CHANGELOG.md
@@ -4,8 +4,14 @@ Changelog
4
Unreleased
5
-----
6
7
+1.2.1
8
+-----
9
+
10
* Allow explicit definition of datatype by passing a tuple (layer, datatype) as layer
11
* Allow setting the width of LineStrings
12
+* Angle of sub-cells considered in DLW-data and boundaries
13
+* Fix GDSII-export: allow negative angles, correct rounding of spacing
14
+* Allow specifying clearance features and exlusion features for convert_to_positive_resist
15
16
1.2.0
17
gdshelpers/__init__.py
@@ -11,4 +11,4 @@
configuration = _Configuration()
-__version__ = '1.2.0'
+__version__ = '1.2.1'
0 commit comments