Skip to content

hugr: v0.5.0

Compare
Choose a tag to compare
@aborgna-q aborgna-q released this 06 Jun 16:34
· 538 commits to main since this release
d89b6f1

Bug Fixes

  • Missing re-exports in hugr::hugr (#1127)
  • Set initial version of hugr-core to 0.1.0 (#1129)

Features

  • [breaking] Remove PartialEq impl for ConstF64 (#1079)
  • [breaking] Allow "Row Variables" declared as List (#804)
  • Hugr binary cli tool (#1096)
  • [breaking] Move passes from algorithms into a separate crate (#1100)
  • [breaking] Disallow nonlocal value edges into FuncDefn's (#1061)
  • [breaking] Move cli in to hugr-cli sub-crate (#1107)
  • Add verbosity, return Hugr from run. (#1116)
  • Unseal and make public the traits HugrInternals and HugrMutInternals (#1122)

Refactor

  • [breaking] No Ports in TypeRow (#1087)
  • Add a hugr-core crate (#1108)