Releases: CQCL/hugr
Releases · CQCL/hugr
hugr: v0.13.2
hugr-passes: v0.13.2
New Features
- make errors more readable with Display impls (#1597)
hugr-model: v0.13.2
New Features
- make errors more readable with Display impls (#1597)
hugr-core: v0.13.2
hugr-cli: v0.13.2
hugr: v0.13.1
hugr-py: v0.9.0
0.9.0 (2024-10-14)
⚠ BREAKING CHANGES
Package
moved to newhugr.package
module- The
length
op in the stdcollections
extensions now also returns the list.
Features
instantiate
method forOpDef
(#1576) (36548ab), closes #1512- define wrappers around package that point to internals (#1573) (f74dbf3)
- to/from json for extension/package (#1575) (f8bf61a), closes #1523
Bug Fixes
hugr-passes: v0.13.1
This release bumps the version to align with the other hugr-*
crates.
New Features
- return replaced ops from lowering (#1568)
hugr-model: v0.13.1
This release bumps the version to align with the other hugr-*
crates.
New Features
- Binary serialisation format for hugr-model based on capnproto. (#1557)