-
Notifications
You must be signed in to change notification settings - Fork 7
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
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
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
validate
calls. Removed the extension registry argument from operation instantiation methods. Removed most extension-specific test registries. UseEMPTY_REG
,PRELUDE_REGISTRY
, orSTD_REG
instead.extension_reqs
field in FunctionType and Extension renamed toruntime_reqs
prelude
and into a newcollections.array
extension. (py)list_type
method replaced withList
class. RemovedArray
type variant from the serialization format.collections
extension renamed tocollections.list
LoadFunction::signature
field is removed. Replace uses withDataflowOpTrait::signature()
.scan
andrepeat
ops get an additional type parameter specifying the extension requirements of their input functions. Furthermore,repeat
is no longer part ofArrayOpDef
but is instead specified via a newArrayScan
struct.Features
LoadNat
operation to enable loading genericBoundedNat
s into runtime values (#1763) (6f035d6), closes #1629repeat
andscan
ops (#1633) (649589c), closes #1627collections
extension tocollections.list
(#1764) (eef239f)extension_reqs
toruntime_reqs
(#1776) (5f5bce4)Bug Fixes
LoadFunction::signature
withLoadFunction::instantiation
(#1756) (5b50d1d)Value
s and custom consts (#1779) (080eaae)This PR was generated with Release Please. See documentation.