-
Notifications
You must be signed in to change notification settings - Fork 14
chore(main): release hugr-py 0.13.0rc1 #2302
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
aborgna-q
merged 2 commits into
main
from
release-please--branches--main--components--hugr-py
Jul 25, 2025
Merged
chore(main): release hugr-py 0.13.0rc1 #2302
aborgna-q
merged 2 commits into
main
from
release-please--branches--main--components--hugr-py
Jul 25, 2025
Conversation
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
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2302 +/- ##
=======================================
Coverage 82.62% 82.62%
=======================================
Files 250 250
Lines 46479 46479
Branches 42040 42040
=======================================
Hits 38405 38405
Misses 6025 6025
Partials 2049 2049
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:
|
77ced37
to
1819d96
Compare
8747ddd
to
cf98b8e
Compare
908b7ff
to
f2ee171
Compare
f2ee171
to
cbe5dd2
Compare
404339e
to
940147a
Compare
940147a
to
1ea4204
Compare
ss2165
approved these changes
Jul 25, 2025
cqc-alec
approved these changes
Jul 25, 2025
🤖 Created releases: 🌻 |
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.13.0rc1 (2025-07-24)
⚠ BREAKING CHANGES
EnvelopeConfig::BINARY
now uses the model binary encoding.EnvelopeFormat.MODULE
is nowEnvelopeFormat.MODEL
.EnvelopeFormat.MODULE_WITH_EXTS
is nowEnvelopeFormat.MODEL_WITH_EXTS
Any
type bound toLinear
TypeParam
s andTypeArg
s corresponding to floats and bytes.TypeArg::Sequence
needs to be replaced withTypeArg::List
orTypeArg::Tuple
Container::define_function
is gone, useHugrBuilder::module_root_builder
; similarly in hugr-pyDefinitionBuilder
(define_function
->module_root_builder().define_function
). In hugr-llvm, some uses ofFeatures
BorrowArray
extension (#2395) (782687e)MakeError
op (#2377) (909a794), closes #1863BorrowArray
inhugr-py
(#2425) (fdb675f), closes #2406core.title
metadata. (#2448) (4bc7f65)hugr-model
. (#2467) (7b42da6)Term
(#2360) (292af80)TypeArg::Sequence
into tuples and lists. (#2140) (cc4997f)Bug Fixes
Opaque
types. (#2446) (3943499)Call
andLoadConst
nodes inhugr-py
. (#2429) (6a0e270)This PR was generated with Release Please. See documentation.
Release-As: 0.13.0rc1