Skip to content

chore(py): release tket-py 0.12.3 #1063

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 3 commits into from
Aug 22, 2025

Conversation

hugrbot
Copy link
Collaborator

@hugrbot hugrbot commented Aug 22, 2025

🤖 I have created a release beep boop

0.12.3 (2025-08-22)

Features

  • Explicit exports for tket_exts ops and types (#1046) (a32873e)

Bug Fixes

  • Fix erroneous parameters being decoded from pytket for qsystem gates (#1061) (cd42644)

This PR was generated with Release Please. See documentation.

Copy link

codecov bot commented Aug 22, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 78.98%. Comparing base (9a1b555) to head (475fb55).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1063   +/-   ##
=======================================
  Coverage   78.98%   78.98%           
=======================================
  Files         115      115           
  Lines       13389    13389           
  Branches    12607    12607           
=======================================
  Hits        10575    10575           
  Misses       2160     2160           
  Partials      654      654           
Flag Coverage Δ
python 92.83% <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--tket-py branch from b1538f7 to b8270b1 Compare August 22, 2025 16:12
@aborgna-q aborgna-q marked this pull request as ready for review August 22, 2025 16:12
@aborgna-q aborgna-q requested review from aborgna-q, cqc-alec, ss2165, doug-q and a team as code owners August 22, 2025 16:12
@aborgna-q
Copy link
Collaborator

I say we can ignore the release check fail:

tket-py/tket/extensions/init.py:17: error: Module "tket_exts" has no attribute "bool" [attr-defined]
https://github.com/CQCL/tket2/actions/runs/17160316462/job/48687663355?pr=1063#step:7:16

That's inside a try import block

# TODO: Remove once tket no longer supports tket-exts 0.10.*
try:
from tket_exts import bool
except ImportError:
bool = opaque_bool # type: ignore[assignment]

@ss2165 ss2165 enabled auto-merge August 22, 2025 16:33
github-merge-queue bot pushed a commit that referenced this pull request Aug 22, 2025
Fixes the CI error seen here

https://github.com/CQCL/tket2/actions/runs/17160316462/job/48687663355?pr=1063#step:7:16

We were also running all the python tests in the repo, and that failed
for `tket-exts` since they assume local breaking changes.

See
#1063

Test run:
https://github.com/CQCL/tket2/actions/runs/17160588994/job/48688591843
@ss2165 ss2165 disabled auto-merge August 22, 2025 16:36
@ss2165 ss2165 enabled auto-merge August 22, 2025 16:37
@ss2165 ss2165 added this pull request to the merge queue Aug 22, 2025
Merged via the queue into main with commit 29f9af4 Aug 22, 2025
18 checks passed
@ss2165 ss2165 deleted the release-please--branches--main--components--tket-py branch August 22, 2025 16:45
@hugrbot
Copy link
Collaborator Author

hugrbot commented Aug 22, 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