Skip to content

hugr-cli: v0.14.0

Compare
Choose a tag to compare
@hugrbot hugrbot released this 16 Dec 15:19
· 62 commits to main since this release
cc05e94

⚠ BREAKING CHANGES

  • Updated to hugr 0.14, which includes breaking changes to the serialization format.

New Features

  • [breaking] Share Extensions under Arcs (#1647)
  • [breaking] OpDefs and TypeDefs keep a reference to their extension (#1719)
  • [breaking] Have CustomTypes reference their Extension definition (#1723)
  • [breaking] Resolve OpaqueOps and CustomType extensions (#1735)
  • [breaking] Hugrs now keep a ExtensionRegistry with their requirements (#1738)
  • [breaking] Move arrays from prelude into new extension (#1770)

Performance

  • Faster singleton SiblingSubgraph construction (#1654)

Refactor

  • (cli) [breaking] remove deprecations (#1777)