Skip to content

chore(main): release hugr-py 0.12.0 #2161

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

Merged
merged 2 commits into from
May 16, 2025

Conversation

hugrbot
Copy link
Collaborator

@hugrbot hugrbot commented May 7, 2025

🤖 I have created a release beep boop

0.12.0 (2025-05-16)

⚠ BREAKING CHANGES

  • Hugrs now define an entrypoint in addition to a module root.
  • std.collections.array is now a linear type, even if the contained elements are copyable. Use the new std.collections.value_array for an array with the previous copyable semantics.
  • std.collections.array.get now also returns the passed array as an extra output.
  • ArrayOpBuilder was moved from hugr_core::std_extensions::collections::array::op_builder to hugr_core::std_extensions::collections::array.
  • Functions that manipulate runtime extension sets have been removed from the Rust and Python code. Extension set parameters were removed from operations.
  • values field in Extension and ExtensionValue struct/class removed in rust and python. Use 0-input ops that return constant values.

Features


This PR was generated with Release Please. See documentation.

Copy link

codecov bot commented May 7, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 82.00%. Comparing base (9985143) to head (a698b98).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2161   +/-   ##
=======================================
  Coverage   82.00%   82.00%           
=======================================
  Files         234      234           
  Lines       41618    41618           
  Branches    37532    37532           
=======================================
  Hits        34127    34127           
  Misses       5518     5518           
  Partials     1973     1973           
Flag Coverage Δ
python 85.21% <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.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@hugrbot hugrbot force-pushed the release-please--branches--main--components--hugr-py branch 7 times, most recently from 92aed95 to ae0bbe5 Compare May 14, 2025 08:49
@hugrbot hugrbot force-pushed the release-please--branches--main--components--hugr-py branch 3 times, most recently from 9058b9c to 82023ac Compare May 16, 2025 12:53
@hugrbot hugrbot force-pushed the release-please--branches--main--components--hugr-py branch from 82023ac to 36184a4 Compare May 16, 2025 13:04
@aborgna-q aborgna-q marked this pull request as ready for review May 16, 2025 13:06
@aborgna-q aborgna-q requested review from aborgna-q, cqc-alec, ss2165, doug-q and a team as code owners May 16, 2025 13:06
@aborgna-q aborgna-q added this pull request to the merge queue May 16, 2025
Merged via the queue into main with commit 3e2376e May 16, 2025
29 checks passed
@aborgna-q aborgna-q deleted the release-please--branches--main--components--hugr-py branch May 16, 2025 13:23
@hugrbot
Copy link
Collaborator Author

hugrbot commented May 16, 2025

🤖 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.

3 participants