We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2efacdf commit 19ed1cdCopy full SHA for 19ed1cd
README.md
@@ -7,6 +7,8 @@ GDS scripting that's intuitive, fast, and powerful. For Python 2 and 3.
7
- [**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
- [**Geometry library + function documentation**](https://phidl.readthedocs.io/)
9
- [Changelog](https://github.com/amccaugh/phidl/blob/master/CHANGELOG.md) (latest update 1.4.1 (Oct 6, 2020))
10
+ - Added font support to `pg.text()` [more info here](https://phidl.readthedocs.io/en/latest/geometry_reference.html#Text)
11
+ - Added waypoint-based pathing `pp.smooth()` [more info here](https://phidl.readthedocs.io/en/latest/tutorials/waveguides.html#Waypoint-based-path-creation)
12
- You can now easily [`Group` objects together](https://phidl.readthedocs.io/en/latest/tutorials/group.html)
13
- Now introducing the [**path / waveguide module**](https://phidl.readthedocs.io/en/latest/tutorials/waveguides.html):
14
0 commit comments