Skip to content
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.5.0 #1291

Merged
merged 1 commit into from
Jul 29, 2024

Conversation

hugrbot
Copy link
Collaborator

@hugrbot hugrbot commented Jul 10, 2024

🤖 I have created a release beep boop

0.5.0 (2024-07-29)

⚠ BREAKING CHANGES

  • Eq type bound removed. References to Eq in serialized HUGRs will be treated as Copyable.
  • hugr-core: All Hugrs serialised with earlier versions will fail to deserialise
  • opaque type parameters replaced with string parameters.

Features

Bug Fixes

  • add op's extension to signature check in resolve_opaque_op (#1317) (01da7ba)
  • hugr-core: bump serialisation version with no upgrade path (#1352) (657cbb0)
  • hugr-py: ops require their own extensions (#1303) (026bfcb), closes #1301

This PR was generated with Release Please. See documentation.

Copy link

codecov bot commented Jul 10, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 87.64%. Comparing base (8499700) to head (5c39dc2).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1291   +/-   ##
=======================================
  Coverage   87.64%   87.64%           
=======================================
  Files         113      113           
  Lines       20030    20030           
  Branches    17764    17764           
=======================================
  Hits        17556    17556           
  Misses       1699     1699           
  Partials      775      775           
Flag Coverage Δ
python 91.52% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@ss2165 ss2165 marked this pull request as draft July 10, 2024 15:54
@hugrbot hugrbot force-pushed the release-please--branches--main--components--hugr-py branch 6 times, most recently from 9170718 to 66e96fc Compare July 17, 2024 12:01
@hugrbot hugrbot force-pushed the release-please--branches--main--components--hugr-py branch 4 times, most recently from 54b44d3 to 475bc11 Compare July 23, 2024 09:18
@hugrbot hugrbot changed the title chore(main): release hugr-py 0.4.1 chore(main): release hugr-py 0.5.0 Jul 24, 2024
@hugrbot hugrbot force-pushed the release-please--branches--main--components--hugr-py branch 5 times, most recently from e505a77 to 12e5fb3 Compare July 26, 2024 14:25
@hugrbot hugrbot force-pushed the release-please--branches--main--components--hugr-py branch from 12e5fb3 to 5c39dc2 Compare July 29, 2024 09:48
@doug-q doug-q marked this pull request as ready for review July 29, 2024 11:51
@doug-q doug-q added this pull request to the merge queue Jul 29, 2024
Merged via the queue into main with commit c72e288 Jul 29, 2024
20 checks passed
@doug-q doug-q deleted the release-please--branches--main--components--hugr-py branch July 29, 2024 12:09
@hugrbot
Copy link
Collaborator Author

hugrbot commented Jul 29, 2024

🤖 Created releases:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CustomTypeArg should hold a Value Python tests failing
4 participants