-
Notifications
You must be signed in to change notification settings - Fork 6
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.8.0 #1430
Merged
aborgna-q
merged 3 commits into
main
from
release-please--branches--main--components--hugr-py
Aug 30, 2024
Merged
chore(main): release hugr-py 0.8.0 #1430
aborgna-q
merged 3 commits into
main
from
release-please--branches--main--components--hugr-py
Aug 30, 2024
Conversation
This file contains 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 #1430 +/- ##
=======================================
Coverage 87.29% 87.29%
=======================================
Files 126 126
Lines 21633 21633
Branches 18662 18662
=======================================
Hits 18884 18884
Misses 1979 1979
Partials 770 770
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
hugrbot
force-pushed
the
release-please--branches--main--components--hugr-py
branch
7 times, most recently
from
August 21, 2024 16:36
ca446d4
to
b2e35a8
Compare
hugrbot
force-pushed
the
release-please--branches--main--components--hugr-py
branch
6 times, most recently
from
August 29, 2024 10:38
64f66cc
to
978499c
Compare
hugrbot
force-pushed
the
release-please--branches--main--components--hugr-py
branch
8 times, most recently
from
August 30, 2024 15:01
64038ad
to
1a2a1a4
Compare
aborgna-q
requested review from
aborgna-q,
cqc-alec,
ss2165 and
a team
as code owners
August 30, 2024 15:04
hugrbot
force-pushed
the
release-please--branches--main--components--hugr-py
branch
from
August 30, 2024 15:31
153e1c0
to
bddba71
Compare
aborgna-q
approved these changes
Aug 30, 2024
aborgna-q
deleted the
release-please--branches--main--components--hugr-py
branch
August 30, 2024 15:59
🤖 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.8.0 (2024-08-30)
⚠ BREAKING CHANGES
itobool
/ifrombool
/itostring_{u,s}
to the conversions extension.1
for the successful variantCustom.name
toCustom.op_name
andFunc(Defn/Decl).name
tof_name
to allow for newname
methodListOp::pop
now returns an option.hugr.build
module. Movednode_port
andrender
into thehugr.hugr
module.Lift
,MakeTuple
,UnpackTuple
andLift
from core operations to prelude. Renameops::leaf
module toops::sum
.hugr.serialization
module andto_serial
methods are now internal only._DfBase
toDfBase
and_DefinitionBuilder
toDefinitionBuilder
idivmod_checked
,idivmod
,idiv
,idiv_checked
,imod
,ishl
,ishr
,irotl
,irotr
operations now only have one width argument for all inputs and outputs rather than two.Package
to pack extensions with HUGRs for serialisation.CustomOp
removed,OpType
now containsExtensionOp
andOpaqueOp
directly.CustomOpError
renamed toOpaqueOpError
.Features
Option
/Result
helpers (#1481) (9698420)Lift
,MakeTuple
,UnpackTuple
andLift
to prelude (#1475) (b387505)conversions
ext, add to/from usize (#1490) (88913f2)Bug Fixes
Code Refactoring
CustomOp
in toOpType
(#1429) (8e8bba5)_DfBase
and_DefinitionBuilder
public (#1461) (ea9cca0)This PR was generated with Release Please. See documentation.