File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
- Unreleased
4
+ 1.2.0
5
5
----------
6
- * GDSII-export: Added support for LineStrings
6
+
7
7
* Added meep integration
8
+ * GDSII-export: Added support for LineStrings
8
9
9
10
1.1.4
10
11
-----
11
-
12
12
* Waveguide: added add_left_bend and add_right_bend to make code easier readable
13
13
* added alphanumeric_to_id as an inverse of id_to_alphanumeric
14
14
* allow to limit the numbers of workers for parallel export
15
15
* fixed oasis export
16
16
17
17
1.1.3
18
18
-----
19
-
20
19
* Grating coupler: make_traditional_coupler now allows to apodize the period of the grating
21
20
* Port: added with_width function to generate a copy of the Port with a certain width
22
21
* Increased precision in add_straight_segment by evaluating derivative
Original file line number Diff line number Diff line change 11
11
12
12
configuration = _Configuration ()
13
13
14
- __version__ = '1.1.4 '
14
+ __version__ = '1.2.0 '
You can’t perform that action at this time.
0 commit comments