Skip to content

v0.8.0

Compare
Choose a tag to compare
@sebastian-goeldi sebastian-goeldi released this 14 Jun 03:05
· 1068 commits to main since this release
63ac048

v0.8.0 - 2023-06-14

Added

  • KCells now store (and retrieve) Ports and settings/info in/from GDS #106
  • Added docs section about loguru config #138
  • Added docs section about gdsfactory differences #140
  • Add Netlist extraction based on klayout.db.Netlist #147
  • Added UMKCell to allow addressing some parts in um #158
  • Added snapping of ports to cell decorator #159

Changed

  • KCell.create_inst doesn't take DCellInstArray args anymore, use KCell.d.create_inst instead #158
  • Updated the Pdk to pydantic 2.0 PR
  • renamed waveguide -> straight PR

Fixed

  • Fixed incompatibility of Pdk and technology with mypy #108
  • Fixed keep_mirror flag #143
  • Fixed (ix)90° bends second port off-grid #153
  • Fixed circular and euler bends having complex ports in the x*90° cases #159