You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hugr-py: Moved hugr.get_serialization_version to hugr.serialization.serial_hugr.serialization_version
hugr-cli: Cli validate command no longer has a mermaid option, use mermaid sub-command instead.
TypeDefBound uses struct-variants for serialization. SignatureFunc now has variants for missing binary functions, and serializes in to a new format that indicates expected binaries.
Features
Package pydantic model for modules + extensions (#1387) (68cfac5), closes #1358
Define Const inline by default, and add a parameter to change the parent (#1404) (3609736)
hugr-cli: move mermaid to own sub-command (#1390) (77795b9)
hugr-py: add type_bound method to Type (#1410) (bd5ba47), closes #1365