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 b72b7b4 commit 9dfef46Copy full SHA for 9dfef46
CHANGELOG.md
@@ -3,6 +3,9 @@ Changelog
3
4
Unreleased
5
----------
6
+
7
+1.1.3
8
+-----
9
* Grating coupler: make_traditional_coupler now allows to apodize the period of the grating
10
* Port: added with_width function to generate a copy of the Port with a certain width
11
* Increased precision in add_straight_segment by evaluating derivative
gdshelpers/__init__.py
@@ -11,4 +11,4 @@
12
configuration = _Configuration()
13
14
-__version__ = '1.1.2'
+__version__ = '1.1.3'
0 commit comments