Skip to content

Commit f54ff72

Browse files
committed
chore(py): release tket-py 0.13.0
1 parent 9df9993 commit f54ff72

4 files changed

Lines changed: 16 additions & 3 deletions

File tree

.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.16",
2+
"tket-py": "0.13.0",
33
"tket-eccs": "0.5.1",
44
"tket-exts": "0.12.2",
55
"qis-compiler": "0.2.10"

tket-py/CHANGELOG.md

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

3+
## [0.13.0](https://github.com/Quantinuum/tket2/compare/tket-py-v0.12.16...tket-py-v0.13.0) (2026-02-25)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Renamed `TKETDecode::decode_inplace` to `decode_into`.
9+
* Removed deprecated `find_tuple_unpack_rewrites`. Use
10+
11+
### Features
12+
13+
* Remove deprecated unpack tuple pass ([#1387](https://github.com/Quantinuum/tket2/issues/1387)) ([86ac8f9](https://github.com/Quantinuum/tket2/commit/86ac8f994af3d7d8fa0c36f731b89832330842a9))
14+
* Use raw Hugrs in pytket encoding/decoding API ([#1418](https://github.com/Quantinuum/tket2/issues/1418)) ([9df9993](https://github.com/Quantinuum/tket2/commit/9df9993292a59c8b8433ceead99ed7246c19dd02))
15+
316
## [0.12.16](https://github.com/Quantinuum/tket2/compare/tket-py-v0.12.15...tket-py-v0.12.16) (2026-01-29)
417

518

tket-py/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "tket"
3-
version = "0.12.16"
3+
version = "0.13.0"
44
requires-python = ">=3.10"
55
description = "Quantinuum's TKET Quantum Compiler"
66
license = { file = "LICENCE" }

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.16"
19+
__version__ = "0.13.0"

0 commit comments

Comments
 (0)