-
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.6.0 #1379
Merged
croyzor
merged 1 commit into
main
from
release-please--branches--main--components--hugr-py
Aug 12, 2024
Merged
chore(main): release hugr-py 0.6.0 #1379
croyzor
merged 1 commit into
main
from
release-please--branches--main--components--hugr-py
Aug 12, 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 #1379 +/- ##
=======================================
Coverage 87.66% 87.66%
=======================================
Files 118 118
Lines 20445 20445
Branches 18049 18049
=======================================
Hits 17924 17924
Misses 1729 1729
Partials 792 792
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 6, 2024 08:32
9e42f15
to
d79d3cc
Compare
hugrbot
force-pushed
the
release-please--branches--main--components--hugr-py
branch
8 times, most recently
from
August 12, 2024 12:06
3ecec00
to
fbfdbf0
Compare
croyzor
requested review from
aborgna-q,
cqc-alec,
ss2165 and
a team
as code owners
August 12, 2024 15:11
croyzor
force-pushed
the
release-please--branches--main--components--hugr-py
branch
from
August 12, 2024 15:13
fbfdbf0
to
b9c02ae
Compare
hugrbot
force-pushed
the
release-please--branches--main--components--hugr-py
branch
from
August 12, 2024 15:59
87c595a
to
710489d
Compare
hugrbot
force-pushed
the
release-please--branches--main--components--hugr-py
branch
from
August 12, 2024 16:11
710489d
to
e610261
Compare
aborgna-q
approved these changes
Aug 12, 2024
croyzor
deleted the
release-please--branches--main--components--hugr-py
branch
August 12, 2024 16:34
🤖 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.6.0 (2024-08-12)
⚠ BREAKING CHANGES
hugr.get_serialization_version
tohugr.serialization.serial_hugr.serialization_version
mermaid
sub-command instead.TypeDefBound
uses struct-variants for serialization.SignatureFunc
now has variants for missing binary functions, and serializes in to a new format that indicates expected binaries.Features
Package
pydantic model for modules + extensions (#1387) (68cfac5), closes #1358Const
inline by default, and add a parameter to change the parent (#1404) (3609736)Type
(#1410) (bd5ba47), closes #1365Hugr.to_json
and.load_json
helpers (#1403) (e7f9f4c)Function
's output types (#1417) (fa0f5a4)iter
onToNode
(#1399) (e88910b)Bug Fixes
Hugr.__iter__
returningNodeData | None
instead ofNode
s (#1401) (c134584)Documentation
This PR was generated with Release Please. See documentation.