-
Notifications
You must be signed in to change notification settings - Fork 9
feat: Explicit exports for tket_exts ops and types #1046
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
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1046 +/- ##
==========================================
+ Coverage 78.13% 78.93% +0.79%
==========================================
Files 102 115 +13
Lines 12886 13389 +503
Branches 12607 12607
==========================================
+ Hits 10069 10569 +500
- Misses 2162 2165 +3
Partials 655 655
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
ffc6444
to
cd748ec
Compare
cd748ec
to
d0f3958
Compare
Currently failing after the changes in #1047 |
🤖 I have created a release *beep* *boop* --- ## [0.12.2](tket-py-v0.12.1...tket-py-v0.12.2) (2025-08-19) ### Features * Define a wire tracker for the new pytket decoder ([#1036](#1036)) ([2466ee2](2466ee2)) * Support qsystem native operations when loading pytket circuits ([#1041](#1041)) ([88c5c79](88c5c79)) * **tket-py:** Create BadgerOptimiser from arbitrary Rewriters ([#1022](#1022)) ([a975c1d](a975c1d)), closes [#1021](#1021) ### Documentation * Update README badges ([#1004](#1004)) ([d609bf5](d609bf5)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --------- Co-authored-by: Agustín Borgna <agustin.borgna@quantinuum.com>
🤖 I have created a release *beep* *boop* --- ## [0.12.3](tket-py-v0.12.2...tket-py-v0.12.3) (2025-08-22) ### Features * Explicit exports for tket_exts ops and types ([#1046](#1046)) ([a32873e](a32873e)) ### Bug Fixes * Fix erroneous parameters being decoded from pytket for qsystem gates ([#1061](#1061)) ([cd42644](cd42644)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --------- Co-authored-by: Seyon Sivarajah <seyon.sivarajah@quantinuum.com> Co-authored-by: Seyon Sivarajah <seyon.sivarajah@cambridgequantum.com>
Closes #925
Lists each extension's operations and types, so they appear in the docs and users don't have to guess what ops are available.
tket_exts.opaque_bool
has been deprecated in favour oftket_exts.bool
.TODO:
See how this renders on the docs.(waiting on Build and publish python docs #1034)