Skip to content

hugr: v0.14.2

Latest
Compare
Choose a tag to compare
@aborgna-q aborgna-q released this 20 Jan 13:42
· 14 commits to main since this release
783986a

Bug Fixes

  • Three bugfixes in model import and export. (#1844)

Documentation

  • Fix typo in DataflowParent doc (#1865)

New Features

  • Add CallGraph struct, and dead-function-removal pass (#1796)
  • Value::some, ::none, and SumType::new_option helpers (#1828)
  • Constant values in hugr-model (#1838)
  • (hugr-llvm) Emit ipow (#1839)
  • Bytes literal in hugr-model. (#1845)
  • Improved representation for metadata in hugr-model (#1849)

Testing

  • Add tests for constant value deserialization (#1822)