Skip to content

Releases: CQCL/hugr

hugr-cli: v0.13.2

22 Oct 15:36
e04fcc5
Compare
Choose a tag to compare

New Features

  • Add Package definition on hugr-core (#1587)
  • Ensure packages always have modules at the root (#1589)

hugr: v0.13.1

14 Oct 10:14
6c425ee
Compare
Choose a tag to compare

New Features

  • return replaced ops from lowering (#1568)
  • Make BuildHandle::num_value_outputs public (#1560)
  • FunctionBuilder::add_{in,out}put (#1570)
  • Binary serialisation format for hugr-model based on capnproto. (#1557)

hugr-py: v0.9.0

14 Oct 09:50
96f9891
Compare
Choose a tag to compare

0.9.0 (2024-10-14)

⚠ BREAKING CHANGES

  • Package moved to new hugr.package module
  • The length op in the std collections extensions now also returns the list.

Features

Bug Fixes

hugr-passes: v0.13.1

14 Oct 10:14
6c425ee
Compare
Choose a tag to compare

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

14 Oct 10:13
6c425ee
Compare
Choose a tag to compare

This release bumps the version to align with the other hugr-* crates.

New Features

  • Binary serialisation format for hugr-model based on capnproto. (#1557)

hugr-core: v0.13.1

14 Oct 10:13
6c425ee
Compare
Choose a tag to compare

New Features

  • Make BuildHandle::num_value_outputs public (#1560)
  • Binary serialisation format for hugr-model based on capnproto. (#1557)
  • FunctionBuilder::add_{in,out}put (#1570)

hugr-cli: v0.13.1

14 Oct 10:14
6c425ee
Compare
Choose a tag to compare

This release bumps the version to align with the other hugr-* crates.

hugr: v0.13.0

09 Oct 14:35
Compare
Choose a tag to compare

Bug Fixes

  • [breaking] Make list length op give back the list (#1547)

Features

  • [breaking] Allow CustomConsts to (optionally) be hashable (#1397)
  • Add an OpLoadError variant of BuildError. (#1537)
  • [breaking] HugrMut::remove_node and SimpleReplacement return removed weights (#1516)
  • Draft for hugr-model with export, import, parsing and pretty printing (#1542)

hugr-passes: v0.8.2

09 Oct 14:34
Compare
Choose a tag to compare

Features

  • Op replacement and lowering functions (#1509)

hugr-core: v0.10.0

09 Oct 14:34
Compare
Choose a tag to compare

Bug Fixes

  • [breaking] Make list length op give back the list (#1547)

Features

  • [breaking] Allow CustomConsts to (optionally) be hashable (#1397)
  • Add an OpLoadError variant of BuildError. (#1537)
  • [breaking] HugrMut::remove_node and SimpleReplacement return removed weights (#1516)
  • Draft for hugr-model with export, import, parsing and pretty printing (#1542)