refactor: make EnvelopeFormat::ModelWithExtensions the default#2816
Merged
ferbetanzo merged 2 commits intomainfrom Jan 15, 2026
Merged
refactor: make EnvelopeFormat::ModelWithExtensions the default#2816ferbetanzo merged 2 commits intomainfrom
ferbetanzo merged 2 commits intomainfrom
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2816 +/- ##
=======================================
Coverage 83.71% 83.71%
=======================================
Files 261 261
Lines 52631 52631
Branches 47372 47372
=======================================
+ Hits 44058 44060 +2
+ Misses 6183 6182 -1
+ Partials 2390 2389 -1
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:
|
Closed
Merged
github-merge-queue bot
pushed a commit
that referenced
this pull request
Feb 3, 2026
## 🤖 New release * `hugr-model`: 0.25.4 -> 0.25.5 (✓ API compatible changes) * `hugr-core`: 0.25.4 -> 0.25.5 (✓ API compatible changes) * `hugr-llvm`: 0.25.4 -> 0.25.5 (✓ API compatible changes) * `hugr-passes`: 0.25.4 -> 0.25.5 (✓ API compatible changes) * `hugr-persistent`: 0.4.4 -> 0.4.5 (✓ API compatible changes) * `hugr`: 0.25.4 -> 0.25.5 (✓ API compatible changes) * `hugr-cli`: 0.25.4 -> 0.25.5 (✓ API compatible changes) <details><summary><i><b>Changelog</b></i></summary><p> ## `hugr-model` <blockquote> ## [0.25.0](hugr-model-v0.24.3...hugr-model-v0.25.0) - 2025-12-22 ### Bug Fixes - *(model)* avoid non abi-compatible pyo3 calls ([#2679](#2679)) ### New Features - [**breaking**] Upgrade pyo3 dependency to 0.27 ([#2736](#2736)) ### Refactor - Direct import of model representation to Python ([#2683](#2683)) </blockquote> ## `hugr-core` <blockquote> ## [0.25.5](hugr-core-v0.25.4...hugr-core-v0.25.5) - 2026-02-03 ### Refactor - make EnvelopeFormat::ModelWithExtensions the default ([#2816](#2816)) </blockquote> ## `hugr-llvm` <blockquote> ## [0.25.0](hugr-llvm-v0.24.3...hugr-llvm-v0.25.0) - 2025-12-22 ### New Features - *(llvm)* [**breaking**] upgrade to inkwell 0.7 ([#2695](#2695)) ### Refactor - Deprecate Value::Function and inline_constant_functions ([#2770](#2770)) </blockquote> ## `hugr-passes` <blockquote> ## [0.25.4](hugr-passes-v0.25.3...hugr-passes-v0.25.4) - 2026-01-14 ### Bug Fixes - UnpackTuple error on disconnected outputs ([#2813](#2813)) </blockquote> ## `hugr-persistent` <blockquote> ## [0.4.0](hugr-persistent-v0.3.4...hugr-persistent-v0.4.0) - 2025-12-22 ### New Features - [**breaking**] Remove `RootCheckable` ([#2704](#2704)) - [**breaking**] Bump MSRV to Rust 1.89 ([#2747](#2747)) - [**breaking**] Type-safe access for node metadata ([#2755](#2755)) ### Refactor - [**breaking**] Remove multiple deprecated definitions ([#2751](#2751)) </blockquote> ## `hugr` <blockquote> ## [0.25.5](hugr-v0.25.4...hugr-v0.25.5) - 2026-02-03 ### Refactor - make EnvelopeFormat::ModelWithExtensions the default ([#2816](#2816)) </blockquote> ## `hugr-cli` <blockquote> ## [0.25.5](hugr-cli-v0.25.4...hugr-cli-v0.25.5) - 2026-02-03 ### Refactor - make EnvelopeFormat::ModelWithExtensions the default ([#2816](#2816)) </blockquote> </p></details> --- This PR was generated with [release-plz](https://github.com/release-plz/release-plz/).
Merged
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.
Done as part of the efforts to deprecate the JSON encoding (#2728). Changes the default of the
EnvelopeFormatenum and fixes the CLI describe tests.