Skip to content

Commit 1e73789

Browse files
hugrbotaborgna-q
authored andcommitted
chore(py): release tket-py 0.12.2 (#1006)
🤖 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>
1 parent d0f3958 commit 1e73789

File tree

5 files changed

+20
-6
lines changed

5 files changed

+20
-6
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"tket-py": "0.12.1",
2+
"tket-py": "0.12.2",
33
"tket-eccs": "0.5.1",
44
"tket-exts": "0.10.1"
55
}

tket-py/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [0.12.2](https://github.com/CQCL/tket2/compare/tket-py-v0.12.1...tket-py-v0.12.2) (2025-08-19)
4+
5+
6+
### Features
7+
8+
* Define a wire tracker for the new pytket decoder ([#1036](https://github.com/CQCL/tket2/issues/1036)) ([2466ee2](https://github.com/CQCL/tket2/commit/2466ee26ab75b4e62136bd151d55f25ce8d1adbd))
9+
* Support qsystem native operations when loading pytket circuits ([[#1041](https://github.com/CQCL/tket2/issues/1041)](https://github.com/CQCL/tket2/issues/1041)) ([88c5c79](https://github.com/CQCL/tket2/commit/88c5c7920fe954d59d8dc8460939ba0f29f306d4))
10+
* **tket-py:** Create BadgerOptimiser from arbitrary Rewriters ([#1022](https://github.com/CQCL/tket2/issues/1022)) ([a975c1d](https://github.com/CQCL/tket2/commit/a975c1db0ca1f586cd0e64bbd6054f8aa6ed62b9)), closes [#1021](https://github.com/CQCL/tket2/issues/1021)
11+
12+
13+
### Documentation
14+
15+
* Update README badges ([#1004](https://github.com/CQCL/tket2/issues/1004)) ([d609bf5](https://github.com/CQCL/tket2/commit/d609bf5f65af3cfe3ac44a16dfd4ef1bcacd5643))
16+
317
## [0.12.1](https://github.com/CQCL/tket2/compare/tket-py-v0.12.0...tket-py-v0.12.1) (2025-07-29)
418

519

tket-py/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "tket"
3-
version = "0.12.1"
3+
version = "0.12.2"
44
requires-python = ">=3.10"
55
description = "Quantinuum's TKET Quantum Compiler"
66
license = { file = "LICENCE" }
@@ -29,8 +29,8 @@ classifiers = [
2929
dependencies = [
3030
'hugr ~= 0.13.0',
3131
"pytket>=1.34,<3",
32-
'tket_eccs ~= 0.5.0',
33-
'tket_exts ~= 0.10.0',
32+
'tket_eccs ~= 0.5.1',
33+
'tket_exts ~= 0.10.1',
3434
]
3535

3636
[tool.uv.sources]

tket-py/tket/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616

1717
# This is updated by our release-please workflow, triggered by this
1818
# annotation: x-release-please-version
19-
__version__ = "0.12.1"
19+
__version__ = "0.12.2"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)