-
Notifications
You must be signed in to change notification settings - Fork 13
chore(main): release hugr-py 0.10.0 #1610
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
chore(main): release hugr-py 0.10.0 #1610
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1610 +/- ##
==========================================
- Coverage 86.52% 86.52% -0.01%
==========================================
Files 188 188
Lines 34205 34204 -1
Branches 31076 31075 -1
==========================================
- Hits 29597 29596 -1
Misses 2923 2923
Partials 1685 1685
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
0eeb9b2 to
06a7b13
Compare
0334965 to
8a1e4c9
Compare
336eebe to
c1e8279
Compare
3af762b to
40ef862
Compare
40ef862 to
dac248d
Compare
d985982 to
38acce0
Compare
54484a1 to
bce40a9
Compare
07b704c to
a3ee66c
Compare
2aa064d to
5f79b37
Compare
5f79b37 to
886ab2f
Compare
aborgna-q
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
![]()
|
🤖 Created releases: |
🤖 I have created a release beep boop
0.10.0 (2024-12-16)
⚠ BREAKING CHANGES
validatecalls. Removed the extension registry argument from operation instantiation methods. Removed most extension-specific test registries. UseEMPTY_REG,PRELUDE_REGISTRY, orSTD_REGinstead.extension_reqsfield in FunctionType and Extension renamed toruntime_reqspreludeand into a newcollections.arrayextension. (py)list_typemethod replaced withListclass. RemovedArraytype variant from the serialization format.collectionsextension renamed tocollections.listLoadFunction::signaturefield is removed. Replace uses withDataflowOpTrait::signature().scanandrepeatops get an additional type parameter specifying the extension requirements of their input functions. Furthermore,repeatis no longer part ofArrayOpDefbut is instead specified via a newArrayScanstruct.Features
LoadNatoperation to enable loading genericBoundedNats into runtime values (#1763) (6f035d6), closes #1629repeatandscanops (#1633) (649589c), closes #1627collectionsextension tocollections.list(#1764) (eef239f)extension_reqstoruntime_reqs(#1776) (5f5bce4)Bug Fixes
LoadFunction::signaturewithLoadFunction::instantiation(#1756) (5b50d1d)Values and custom consts (#1779) (080eaae)This PR was generated with Release Please. See documentation.