Skip to content

Releases: CQCL/hugr

hugr: v0.15.3

02 Apr 16:19
3c1d25b
Compare
Choose a tag to compare

Documentation

  • Provide docs for array ops, fix bad doc for HugrView::poly_func_type (#2021)

New Features

  • MakeTuple->UnpackTuple elision pass (#2012)
  • Extend LowerTypes pass to linearize by inserting copy/discard (#2018)
  • Expand SimpleReplacement API (#1920)
  • Python bindings for hugr-model. (#1959)
  • ReplaceTypes pass allows replacing extension types and ops (#1989)
  • Remove extension sets from hugr-model. (#2031)
  • Represent order edges in hugr-model as metadata. (#2027)
  • add build_expect_sum to allow specific error messages (#2032)
  • Packages in hugr-model and envelope support. (#2026)

hugr-passes: v0.15.3

02 Apr 16:19
3c1d25b
Compare
Choose a tag to compare

New Features

  • ReplaceTypes pass allows replacing extension types and ops (#1989)
  • MakeTuple->UnpackTuple elision pass (#2012)
  • Extend LowerTypes pass to linearize by inserting copy/discard (#2018)

hugr-model: v0.19.0

02 Apr 16:17
3c1d25b
Compare
Choose a tag to compare

New Features

  • Python bindings for hugr-model. (#1959)
  • Remove extension sets from hugr-model. (#2031)
  • Packages in hugr-model and envelope support. (#2026)
  • Represent order edges in hugr-model as metadata. (#2027)

hugr-llvm: v0.15.3

02 Apr 16:18
3c1d25b
Compare
Choose a tag to compare

New Features

  • (hugr-llvm) Add llvm codegen for arithmetic.float.fpow (#2042)
  • (hugr-llvm) Emit divmod and mod operations (#2025)

hugr-core: v0.15.3

02 Apr 16:18
3c1d25b
Compare
Choose a tag to compare

Documentation

  • Provide docs for array ops, fix bad doc for HugrView::poly_func_type (#2021)

New Features

  • Expand SimpleReplacement API (#1920)
  • Python bindings for hugr-model. (#1959)
  • ReplaceTypes pass allows replacing extension types and ops (#1989)
  • Remove extension sets from hugr-model. (#2031)
  • Packages in hugr-model and envelope support. (#2026)
  • Represent order edges in hugr-model as metadata. (#2027)
  • add build_expect_sum to allow specific error messages (#2032)

hugr-cli: v0.15.3

02 Apr 16:20
3c1d25b
Compare
Choose a tag to compare

Documentation

  • Add usage info to hugr-cli's rustdocs (#2044)

hugr-py: v0.11.4

28 Mar 10:49
cee10e9
Compare
Choose a tag to compare

0.11.4 (2025-03-28)

Features

hugr: v0.15.2

21 Mar 15:36
31c431d
Compare
Choose a tag to compare

Bug Fixes

  • Don't enable envelope compression by default (yet) (#2014)
  • Inconsistent behaviour in SiblingSubgraph::from_nodes (#2011)

hugr: v0.15.1

21 Mar 13:43
c90545d
Compare
Choose a tag to compare

Bug Fixes

  • correct CallIndirect tag from FnCall to DataflowChild (#2006)
  • StaticArrayValue serialisation (#2009)

New Features

  • traits for transforming Types/TypeArgs/etc. (#1991)
  • add exit operation to prelude (#2008)
  • Add llvm codegen for collections.static_array (#2003)
  • (hugr-py) Support envelope compression (#1994)

hugr-py: v0.11.3

21 Mar 15:40
25577ed
Compare
Choose a tag to compare

0.11.3 (2025-03-21)

Bug Fixes

  • Don't enable envelope compression by default (yet) (#2014) (c5423ed)