Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2948 +/- ##
=======================================
Coverage 81.30% 81.30%
=======================================
Files 240 240
Lines 45392 45392
Branches 39160 39160
=======================================
Hits 36905 36905
Misses 6497 6497
Partials 1990 1990
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
a83d75a to
03a8369
Compare
29f51bb to
921c996
Compare
921c996 to
14b06ae
Compare
41328c7 to
9c06a7c
Compare
9c06a7c to
70c2985
Compare
70c2985 to
777dc4f
Compare
aborgna-q
approved these changes
Apr 1, 2026
cqc-alec
approved these changes
Apr 1, 2026
Collaborator
Author
|
🤖 Created releases: 🌻 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🤖 I have created a release beep boop
0.16.0 (2026-04-01)
This release changes the default text serialization format from JSON to
MODEL_WITH_EXTS(the JSON format is now deprecated).It also adds the ability to link packages and modules from Python, renders operation type arguments in HUGR visualizations, introduces a new
debug_infomodule for attaching source-level debug metadata to nodes,and introduces multi-version support in
ExtensionRegistry, allowing different versions of the same extension to coexist in the same registry.⚠ BREAKING CHANGES
ExtensionRegistrymay now contain multiple versions of the same extension..extensionsis now an iterator of the latest versions instead of a dictionary..register_updatedand.add_extensionhave been replaced with a singular.register.EnvelopeConfigchanged fromEnvelopeFormat.JSONtoEnvelopeFormat.MODEL_WITH_EXTS.hugr-py/src/hugr/tys.py::_type_strwithhugr-py/src/hugr/utils.py::name_w_args.Features
hugr-py(#2971) (a4da8ef)_composable_passand_scopepublic modules (#2962) (1d6af9a), closes #2961Bug Fixes
This PR was generated with Release Please. See documentation.