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: README.md
+17-1Lines changed: 17 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ PHotonic and Integrated Device Layout - GDS CAD layout and geometry creation for
7
7
-[**Tutorial + examples**](https://github.com/amccaugh/phidl/blob/master/phidl/phidl_tutorial_example.py#L35) (or [Try now in an interactive notebook](https://mybinder.org/v2/gh/amccaugh/phidl/master?filepath=phidl_tutorial_example.ipynb))
8
8
-[**Geometry + function documentation**](https://phidl.readthedocs.io/)
@@ -79,6 +79,22 @@ You can also do things like create a backing fill to make sure the resist develo
79
79
80
80
# Changelog
81
81
82
+
## 1.2.1 (January 13, 2020)
83
+
84
+
- Maintenance update to work with `gdspy` 1.5
85
+
86
+
### New features
87
+
- References, arrays and polygons can all be assigned to a Device using `D['myname'] = `
88
+
89
+
### Changes
90
+
- Default precision changed to `1e-4` on boolean functions (for 1 unit = 1 micron, this corresponds to 0.1 nanometer precision)
91
+
- Added `join`, `miter` and `max_points` arguments to `pg.offset` to match the arguments with gdspy
92
+
- The `Device.label()` function is going to be move to `Device.add_label()` - both will still work for now, but when using `label()` a warning will pop up suggesting you switch to `add_label()` since it will be removed in future versions.
93
+
94
+
### Bugfixes
95
+
- Maintenance update to work with `gdspy` 1.5 (specifically `pg.import_gds()` fixes)
96
+
- Allow DeviceReferences to be used with `pg.port_to_geometry()` (thanks Alex Tait @atait )
0 commit comments