Skip to content

PHIDL 1.3.0

Choose a tag to compare

@amccaugh amccaugh released this 06 May 19:23
· 705 commits to master since this release
b45b667

1.3.0 (May 5, 2020)

New features

  • Now introducing the automatic pg.packer() geometry-packing tool:
    phidl example image
  • New documentation for pg.packer(), align(), and distribute(). See Geometry + function documentation

Changes

  • Configurable toplevel cellname argument in write_gds()
  • Change to the arguments available in distribute(). See the Geometry + function documentation
  • Rename reflect() to mirror(). Note that reflect() will continue to work until May 2021 so as not to break any existing code

Bugfixes

  • Int-casting compatibility fix with latest numpy (thanks @gyger)
  • Bugfix to pg.basic_die() for non-square die (thanks @jonnyfountain)
  • Fixed harmless but annoying warning if PyQt was not installed
  • Small under-the-hood optimizations