You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,22 @@
1
1
# Changelog
2
2
3
+
4
+
## 1.5.0 (April 19, 2021)
5
+
6
+
### New features
7
+
- Better interactive windows for `quickplot()`! Now you can use the mousewheel/trackpad scroll to zoom in and out, and right-click or left-click to zoom to a region.
8
+
- Added `blocking` option for `quickplot()` (thanks @giumc)
9
+
10
+
### Changes
11
+
- Quickplot options (such as displaying ports, subports, or aliases) are now set using `set_quickplot_options()`
12
+
13
+
### Bugfixes
14
+
- Fix for Path function `smooth()`, which broke when sequential waypoints were co-linear (thanks @giumc)
15
+
- Fix for non-C-continguous arrays in `hash_geometry()` (thanks Joaquin Matres @joamatab)
-[**Tutorial + examples**](https://phidl.readthedocs.io/en/latest/tutorials.html) (or [try an interactive notebook](https://mybinder.org/v2/gh/amccaugh/phidl/master?filepath=phidl_tutorial_example.ipynb))
8
8
-[**Geometry library + function documentation**](https://phidl.readthedocs.io/)
9
-
-[Changelog](https://github.com/amccaugh/phidl/blob/master/CHANGELOG.md) (latest update 1.4.4, Feb 23, 2021)
10
-
- Allow labels imported through import_gds() to be moved (thanks Joaquin Matres @joamatab)
11
-
- Fix to Path.smooth() to prevent right-angle turns from accidentally having an additional +180 degrees applied to them (thanks Jeffrey Holzgrafe @jolzgrafe)
9
+
-[Changelog](https://github.com/amccaugh/phidl/blob/master/CHANGELOG.md) (latest update 1.5.0 on April 27, 2021)
10
+
- Better interactive windows for `quickplot()`! Now you can use the mousewheel/trackpad scroll to zoom in and out, and right-click or left-click to zoom to a region.
11
+
- Quickplot options (such as displaying ports, subports, or aliases) are now set using `set_quickplot_options()`
0 commit comments