Skip to content

Commit

Permalink
set version to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
HelgeGehring committed May 29, 2021
1 parent 461b5bd commit 9e367a2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,21 @@
Changelog
=========

Unreleased
1.2.0
----------
* GDSII-export: Added support for LineStrings

* Added meep integration
* GDSII-export: Added support for LineStrings

1.1.4
-----

* Waveguide: added add_left_bend and add_right_bend to make code easier readable
* added alphanumeric_to_id as an inverse of id_to_alphanumeric
* allow to limit the numbers of workers for parallel export
* fixed oasis export

1.1.3
-----

* Grating coupler: make_traditional_coupler now allows to apodize the period of the grating
* Port: added with_width function to generate a copy of the Port with a certain width
* Increased precision in add_straight_segment by evaluating derivative
Expand Down
2 changes: 1 addition & 1 deletion gdshelpers/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@

configuration = _Configuration()

__version__ = '1.1.4'
__version__ = '1.2.0'

0 comments on commit 9e367a2

Please sign in to comment.