fix: update incorrect version info in notebook#1312
Merged
Conversation
aborgna-q
approved these changes
Dec 10, 2025
Comment on lines
28
to
31
| " \"pytket>=2.11.0\" \\\n", | ||
| " \"guppylang>=0.21.6\" \\\n", | ||
| " \"hugr>=0.14.4\" \\\n", | ||
| " \"tket>=0.12.13\"\n", |
Collaborator
There was a problem hiding this comment.
Avoid future breaking changes
Suggested change
| " \"pytket>=2.11.0\" \\\n", | |
| " \"guppylang>=0.21.6\" \\\n", | |
| " \"hugr>=0.14.4\" \\\n", | |
| " \"tket>=0.12.13\"\n", | |
| " \"pytket~=2.11.0\" \\\n", | |
| " \"guppylang~=0.21.6\" \\\n", | |
| " \"hugr~=0.14.4\" \\\n", | |
| " \"tket~=0.12.13\"\n", |
Contributor
Author
There was a problem hiding this comment.
Thanks. Made in 46d4bd9 as I don't trust notebook diffs
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1312 +/- ##
=======================================
Coverage 79.69% 79.69%
=======================================
Files 160 160
Lines 20623 20623
Branches 19657 19657
=======================================
Hits 16436 16436
Misses 3205 3205
Partials 982 982
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:
|
github-merge-queue bot
pushed a commit
that referenced
this pull request
Dec 10, 2025
🤖 I have created a release *beep* *boop* --- ## [0.12.13](tket-py-v0.12.12...tket-py-v0.12.13) (2025-12-10) ### Features * Allow running arbitrary serializable pytket passes on hugrs ([#1266](#1266)) ([24875e0](24875e0)) * do constant folding by default in NormalizeGuppy ([#1309](#1309)) ([3838c49](3838c49)) * implement `ComposablePass` for normalize Guppy pass ([#1286](#1286)) ([d72d84d](d72d84d)) * implement `ComposeablePass` interface for any serializable pytket pass. ([#1269](#1269)) ([71cb1f2](71cb1f2)) ### Bug Fixes * update incomplete API docs for passes module ([#1308](#1308)) ([0276ba2](0276ba2)) * update incorrect version info in notebook ([#1312](#1312)) ([af160ed](af160ed)) * Use qsystem extensions on Tk2Circuit.from_bytes/str ([#1296](#1296)) ([df9f52a](df9f52a)) ### Documentation * add notebook on optimization of Guppy programs ([#1287](#1287)) ([e82f959](e82f959)) --- 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 <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.