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
Adds all the boilerplate for a `quantinuum-hugr` python package.
This includes conditional CI checks (dependant on the changed files),
and other metadata.
What's missing is a `release-please` configuration to generate python
changelogs. `release-plz` should already be configured to only include
changes that modify the rust project.
This is the foundation required for #486 and
CQCL/guppylang#173, and it should make adding
another package for #866 quite easy.
aborgna-q
changed the title
RawHugr is out of sync with the hugr serialization schema
Replace RawHugr with quantinuum_hugr's version.
Mar 20, 2024
The schema on hugr's side has been manually updated, and is currently out of sync with the pydantic definition here.
Hugr now has a python package that defines the serialization model, CQCL/hugr#888.
We should replace the local
RawHugr
with it.The text was updated successfully, but these errors were encountered: