Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2926 +/- ##
=======================================
Coverage 83.84% 83.84%
=======================================
Files 267 267
Lines 52923 52923
Branches 46854 46854
=======================================
Hits 44371 44371
Misses 6283 6283
Partials 2269 2269
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:
|
dd0072c to
b26494b
Compare
cqc-alec
approved these changes
Mar 16, 2026
b26494b to
99c3791
Compare
aborgna-q
reviewed
Mar 16, 2026
hugr/CHANGELOG.md
Outdated
Comment on lines
+5
to
+17
| This release includes a restructuration of the optimisation pass API, a major | ||
| upgrade to LLVM 21, and bumps the MSRV to Rust 1.91. | ||
|
|
||
| Composable passes can now be configured with a scope to indicate which parts of the | ||
| Hugr they should be applied to, and which parts they are allowed to modify. | ||
| Implementations of the trait should adhere to this configuration. | ||
|
|
||
| The `hugr-passes` crate is no longer reexported from `hugr::algorithms`. It will | ||
| be integrated into `tket` in the future, but it should be used directly | ||
| as `hugr_passes` for now. | ||
|
|
||
| Building the crate with the `llvm` feature will now require LLVM 21.1 to be installed. | ||
| See the [DEVELOPMENT.md](https://github.com/Quantinuum/hugr/blob/main/DEVELOPMENT.md) file for updated instructions on setting up the development environment. |
Collaborator
There was a problem hiding this comment.
Added a release overview to hugr's changelog
cqc-alec
reviewed
Mar 16, 2026
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.
🤖 New release
hugr-model: 0.25.7 -> 0.26.0 (✓ API compatible changes)hugr-core: 0.25.7 -> 0.26.0 (⚠ API breaking changes)hugr-llvm: 0.25.7 -> 0.26.0 (✓ API compatible changes)hugr-persistent: 0.4.7 -> 0.5.0 (✓ API compatible changes)hugr: 0.25.7 -> 0.26.0 (✓ API compatible changes)hugr-passes: 0.25.7 -> 0.26.0 (⚠ API breaking changes)hugr-cli: 0.25.7 -> 0.26.0 (✓ API compatible changes)⚠
hugr-corebreaking changes⚠
hugr-passesbreaking changesChangelog
hugr-modelhugr-corehugr-llvmhugr-persistenthugrhugr-passeshugr-cliThis PR was generated with release-plz.