Skip to content

Releases: CQCL/hugr

hugr: v0.13.2

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

Bug Fixes

  • Allocate ports on root nodes (#1585)

New Features

  • Render function names in mermaid/dot (#1583)
  • Add filter_edge_kind to PortIterator (#1593)
  • make errors more readable with Display impls (#1597)
  • Ensure packages always have modules at the root (#1589)
  • Add Package definition on hugr-core (#1587)

hugr-passes: v0.13.2

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

New Features

  • make errors more readable with Display impls (#1597)

hugr-model: v0.13.2

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

New Features

  • make errors more readable with Display impls (#1597)

hugr-core: v0.13.2

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

Bug Fixes

  • Allocate ports on root nodes (#1585)

New Features

  • Add Package definition on hugr-core (#1587)
  • Render function names in mermaid/dot (#1583)
  • Add filter_edge_kind to PortIterator (#1593)
  • make errors more readable with Display impls (#1597)
  • Ensure packages always have modules at the root (#1589)

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)