Skip to content

Commit 4099fa0

Browse files
committed
Update readme and changelog
1 parent a25193b commit 4099fa0

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## 1.4.3 (Dec 11, 2020)
4+
5+
### New features
6+
- Added `open_ports` argument to `pg.outline`, which allows you to cut holes in the outline at Port locations on a Device. See the [outline reference here](https://phidl.readthedocs.io/en/latest/geometry_reference.html#Outline)
7+
8+
![phidl example image](https://amccaugh.github.io/phidl/outline_open_port.png)
9+
10+
- Easier-to-read quickstart tutorial
11+
- Added `num_squares` to `info` dictionary of `pg.optimal_step` (thanks Ekkehart Schmidt)
12+
13+
### Bugfixes
14+
- Fixed bug in `pp.smooth()` that forced paths to start out traveling to the right (orientation = 0 degrees) (thanks to Sebastian Pauka @spauka)
15+
16+
317
## 1.4.2 (Oct 7, 2020)
418

519
Bugfix release

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ GDS scripting that's intuitive, fast, and powerful. For Python 2 and 3.
66
- [**Installation / requirements**](#installation--requirements)
77
- [**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))
88
- [**Geometry library + function documentation**](https://phidl.readthedocs.io/)
9-
- [Changelog](https://github.com/amccaugh/phidl/blob/master/CHANGELOG.md) (latest update 1.4.2 (Oct 7, 2020))
9+
- [Changelog](https://github.com/amccaugh/phidl/blob/master/CHANGELOG.md) (latest update 1.4.3, Dec 12, 2020)
1010
- Added font support to `pg.text()` [more info here](https://phidl.readthedocs.io/en/latest/geometry_reference.html#Text)
1111
- Added waypoint-based pathing `pp.smooth()` [more info here](https://phidl.readthedocs.io/en/latest/tutorials/waveguides.html#Waypoint-based-path-creation)
1212
- You can now easily [`Group` objects together](https://phidl.readthedocs.io/en/latest/tutorials/group.html)

0 commit comments

Comments
 (0)