Skip to content

Commit

Permalink
Merge branch 'master' into feature_meep
Browse files Browse the repository at this point in the history
  • Loading branch information
HelgeGehring committed Jan 31, 2021
2 parents 8f4355d + 61e718a commit 3256bb1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,18 @@ Changelog

Unreleased
----------

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.3'
__version__ = '1.1.4'

0 comments on commit 3256bb1

Please sign in to comment.