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.10.0 #1610

Merged
merged 2 commits into from
Dec 16, 2024

Conversation

hugrbot
Copy link
Collaborator

@hugrbot hugrbot commented Oct 23, 2024

🤖 I have created a release beep boop

0.10.0 (2024-12-16)

⚠ BREAKING CHANGES

  • Removed the extension registry argument from validate calls. Removed the extension registry argument from operation instantiation methods. Removed most extension-specific test registries. Use EMPTY_REG, PRELUDE_REGISTRY, or STD_REG instead.
  • extension_reqs field in FunctionType and Extension renamed to runtime_reqs
  • Array type and operations have been moved out of prelude and into a new collections.array extension. (py) list_type method replaced with List class. Removed Array type variant from the serialization format.
  • collections extension renamed to collections.list
  • The LoadFunction::signature field is removed. Replace uses with DataflowOpTrait::signature().
  • Array scan and repeat ops get an additional type parameter specifying the extension requirements of their input functions. Furthermore, repeat is no longer part of ArrayOpDef but is instead specified via a new ArrayScan struct.

Features

  • Add LoadNat operation to enable loading generic BoundedNats into runtime values (#1763) (6f035d6), closes #1629
  • Add array repeat and scan ops (#1633) (649589c), closes #1627
  • Automatically add the custom op's extension to its 'runtime_reqs' set (#1787) (3ef5bd9)
  • Don't require explicit extension registers for validation (#1784) (b517dc3)
  • Make array repeat and scan ops generic over extension reqs (#1716) (4c1c6ee)
  • Move arrays from prelude into new extension (#1770) (187ea8f)
  • Rename collections extension to collections.list (#1764) (eef239f)
  • rename extension_reqs to runtime_reqs (#1776) (5f5bce4)

Bug Fixes

  • hugr-py not adding extension-reqs on custom ops (#1759) (97ba7f4)
  • py: allow conditional cases to be defined out of order (#1599) (583d21d)
  • Replace LoadFunction::signature with LoadFunction::instantiation (#1756) (5b50d1d)
  • Resolve types in Values and custom consts (#1779) (080eaae)
  • Update number of ports for PartialOps, and sanitize orderd edges (#1635) (81a1385), closes #1625

This PR was generated with Release Please. See documentation.

Copy link

codecov bot commented Oct 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 86.52%. Comparing base (3ef5bd9) to head (eb09a43).
Report is 2 commits behind head on main.

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              
Flag Coverage Δ
python 92.58% <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.

@hugrbot hugrbot force-pushed the release-please--branches--main--components--hugr-py branch 4 times, most recently from 0eeb9b2 to 06a7b13 Compare October 31, 2024 09:36
@hugrbot hugrbot force-pushed the release-please--branches--main--components--hugr-py branch 3 times, most recently from 0334965 to 8a1e4c9 Compare November 7, 2024 15:04
@hugrbot hugrbot force-pushed the release-please--branches--main--components--hugr-py branch 5 times, most recently from 336eebe to c1e8279 Compare November 19, 2024 09:03
@hugrbot hugrbot force-pushed the release-please--branches--main--components--hugr-py branch 3 times, most recently from 3af762b to 40ef862 Compare November 22, 2024 14:45
@hugrbot hugrbot force-pushed the release-please--branches--main--components--hugr-py branch from 40ef862 to dac248d Compare November 22, 2024 15:28
@hugrbot hugrbot force-pushed the release-please--branches--main--components--hugr-py branch 5 times, most recently from d985982 to 38acce0 Compare November 28, 2024 12:04
@hugrbot hugrbot force-pushed the release-please--branches--main--components--hugr-py branch 3 times, most recently from 54484a1 to bce40a9 Compare December 4, 2024 09:53
@hugrbot hugrbot changed the title chore(main): release hugr-py 0.9.1 chore(main): release hugr-py 0.10.0 Dec 9, 2024
@hugrbot hugrbot force-pushed the release-please--branches--main--components--hugr-py branch 11 times, most recently from 07b704c to a3ee66c Compare December 13, 2024 16:14
@hugrbot hugrbot force-pushed the release-please--branches--main--components--hugr-py branch 2 times, most recently from 2aa064d to 5f79b37 Compare December 16, 2024 11:36
@hugrbot hugrbot force-pushed the release-please--branches--main--components--hugr-py branch from 5f79b37 to 886ab2f Compare December 16, 2024 15:08
@ss2165 ss2165 marked this pull request as ready for review December 16, 2024 15:22
@ss2165 ss2165 requested review from aborgna-q, cqc-alec, ss2165 and a team as code owners December 16, 2024 15:22
Copy link
Collaborator

@aborgna-q aborgna-q left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

@ss2165 ss2165 added this pull request to the merge queue Dec 16, 2024
Merged via the queue into main with commit 21ac35c Dec 16, 2024
21 checks passed
@ss2165 ss2165 deleted the release-please--branches--main--components--hugr-py branch December 16, 2024 15:28
@hugrbot
Copy link
Collaborator Author

hugrbot commented Dec 16, 2024

🤖 Created releases:

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