Skip to content

v0.1.7

Latest

Choose a tag to compare

@cdaunt cdaunt released this 30 Apr 15:15
· 6 commits to main since this release
3c58728

[0.1.7] - 2026-04-30

Added

  • netlist: Accept GDSFactory 'nets' list alongside 'connections'(1c5ce34)
  • compiler: GDSFactory interop — filter unknown settings, static non-numeric fields(98af777)
  • changelog: Add git-cliff config, pixi tasks, and GitHub Release automation(92fcc6c)
  • platform: Add win-64 support(5a5cd12)

Changed

  • Revert tol to 1e-6, reserve 'ground', clean up from review(e5ddc10)
  • scripts: Extract shell tasks to Python scripts for cross-platform safety(77a642b)

Documentation

  • compiler: Document silent settings-filter behaviour in compile_netlist(94d7dad)

Fixed

  • solver: Scale-invariant Newton damping + expose rtol/atol(0c1b88a)
  • testbench: Include testbench.py that was missing from e1235a7(a8253c1)
  • ci: Add pytest to test feature pypi-deps(a7b02d6)