Skip to content

fix: update incorrect version info in notebook#1312

Merged
CalMacCQ merged 2 commits intomainfrom
cm/fix_version
Dec 10, 2025
Merged

fix: update incorrect version info in notebook#1312
CalMacCQ merged 2 commits intomainfrom
cm/fix_version

Conversation

@CalMacCQ
Copy link
Copy Markdown
Contributor

No description provided.

@CalMacCQ CalMacCQ requested a review from a team as a code owner December 10, 2025 17:10
@CalMacCQ CalMacCQ requested review from aborgna-q, acl-cqc and ss2165 and removed request for acl-cqc December 10, 2025 17:10
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",
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

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",

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Thanks. Made in 46d4bd9 as I don't trust notebook diffs

@codecov
Copy link
Copy Markdown

codecov bot commented Dec 10, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 79.69%. Comparing base (befa48f) to head (46d4bd9).
⚠️ Report is 1 commits behind head on main.

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           
Flag Coverage Δ
python 92.92% <ø> (ø)

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.

@CalMacCQ CalMacCQ enabled auto-merge December 10, 2025 17:15
@CalMacCQ CalMacCQ added this pull request to the merge queue Dec 10, 2025
Merged via the queue into main with commit af160ed Dec 10, 2025
23 checks passed
@CalMacCQ CalMacCQ deleted the cm/fix_version branch December 10, 2025 17:26
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]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants