Skip to content

Releases: CQCL/hugr

hugr: v0.14.4

24 Feb 16:16
929edb6
Compare
Choose a tag to compare

Bug Fixes

  • delegate default impls in HugrView (#1921)

New Features

  • add xor to logic extension (#1911)
  • Add Type::as_sum and SumType::variants. (#1914)
  • Add HugrMutInternals::insert_ports (#1915)

hugr-passes: v0.14.4

24 Feb 16:15
929edb6
Compare
Choose a tag to compare

Bug Fixes

  • Export RemoveDeadFuncsError (#1883)
  • const-folding Module keeps at least "main" (#1901)

Documentation

  • Fix deprecation warning messages (#1891)

hugr-llvm: v0.14.4

24 Feb 16:15
929edb6
Compare
Choose a tag to compare

New Features

  • add xor to logic extension (#1911)
  • (hugr-llvm) Add extension points to PreludeCodegen for customising string lowering (#1918)

hugr-core: v0.14.4

24 Feb 16:14
929edb6
Compare
Choose a tag to compare

Bug Fixes

  • delegate default impls in HugrView (#1921)

New Features

  • add xor to logic extension (#1911)
  • Add Type::as_sum and SumType::variants. (#1914)
  • Add HugrMutInternals::insert_ports (#1915)

hugr-cli: v0.14.4

24 Feb 16:16
929edb6
Compare
Choose a tag to compare

New Features

  • Print hugr-cli's correct version when using '--version' (#1790)

hugr-py: v0.10.3

17 Feb 14:44
2f588cb
Compare
Choose a tag to compare

0.10.3 (2025-02-17)

Features

hugr: v0.14.3

05 Feb 12:35
6489977
Compare
Choose a tag to compare

Bug Fixes

  • Export RemoveDeadFuncsError (#1883)
  • const-folding Module keeps at least "main" (#1901)
  • determine correct bounds of custom types (#1888)
  • Exporting converging control flow edges (#1890)

Documentation

  • Fix deprecation warning messages (#1891)
  • Explain why ConstF64 is not PartialEq (#1829)

New Features

  • Special cased array, float and int constants in hugr-model export (#1857)
  • Simplify hugr-model (#1893)

hugr-passes: v0.14.3

05 Feb 12:34
6489977
Compare
Choose a tag to compare

Bug Fixes

  • Export RemoveDeadFuncsError (#1883)
  • const-folding Module keeps at least "main" (#1901)

Documentation

  • Fix deprecation warning messages (#1891)

hugr-model: v0.17.1

05 Feb 12:33
6489977
Compare
Choose a tag to compare

Bug Fixes

  • determine correct bounds of custom types (#1888)

New Features

  • Special cased array, float and int constants in hugr-model export (#1857)
  • Simplify hugr-model (#1893)
  • Do not require capnp to be installed to compile hugr-model (#1907)

hugr-llvm: v0.14.3

05 Feb 12:34
6489977
Compare
Choose a tag to compare

New Features

  • (hugr-llvm) Emit more int ops (#1835)
  • Constant values in hugr-model (#1838)
  • (hugr-llvm) Emit ipow (#1839)

Refactor

  • (hugr-llvm) [breaking] Optimise the llvm types used to represent hugr sums. (#1855)

Testing

  • Fix failing inot test (#1841)