Skip to content

Commit 38eef7b

Browse files
hugrbotss2165
andauthored
chore(py): release tket-exts 0.12.0 (#1166)
🤖 I have created a release *beep* *boop* --- ## [0.12.0](tket-exts-v0.11.0...tket-exts-v0.12.0) (2025-10-20) ### ⚠ BREAKING CHANGES * `ReplaceBorrowArrayPass` is removed from `QSystemPass` * **tket-qsystem:** add `RandomOp:RandomAdvance` and make `RandomOp` non-exhaustive. ### Features * Definition of extension ops for modifiers and global phases ([#1137](#1137)) ([ffc507b](ffc507b)) * Switch borrow array lowering from type replacement to llvm ([#1161](#1161)) ([ab3e020](ab3e020)) * **tket-qsystem:** Support `random_advance` platform call ([#1170](#1170)) ([eed16e8](eed16e8)) --- 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@cambridgequantum.com> Co-authored-by: Seyon Sivarajah <seyon.sivarajah@quantinuum.com>
1 parent 35fe285 commit 38eef7b

6 files changed

Lines changed: 22 additions & 9 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"tket-py": "0.12.7",
33
"tket-eccs": "0.5.1",
4-
"tket-exts": "0.11.0",
4+
"tket-exts": "0.12.0",
55
"qis-compiler": "0.2.6"
66
}

qis-compiler/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ cache-keys = [
8383

8484
[tool.uv.sources]
8585
tket = { workspace = true }
86-
guppylang = { git = "https://github.com/cqcl/guppylang.git", branch = "ts/borrow-arrays", subdirectory = "guppylang" }
86+
guppylang = { git = "https://github.com/cqcl/guppylang.git", rev = "025880d648d3", subdirectory = "guppylang" }
8787

8888
[tool.cibuildwheel]
8989
build = "cp310-*"

tket-exts/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.12.0](https://github.com/CQCL/tket2/compare/tket-exts-v0.11.0...tket-exts-v0.12.0) (2025-10-20)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Require hugr>=0.14 to support borrow arrays
9+
10+
11+
### Features
12+
13+
* Definition of extension ops for modifiers and global phases ([#1137](https://github.com/CQCL/tket2/issues/1137)) ([ffc507b](https://github.com/CQCL/tket2/commit/ffc507b22c462aab3d5ddf837b86e5ac3325e731))
14+
* Add `random_advance` to random extensions ([#1170](https://github.com/CQCL/tket2/issues/1170)) ([eed16e8](https://github.com/CQCL/tket2/commit/eed16e8c57541ea23af6241290aa47d37583cfc4))
15+
316
## [0.11.0](https://github.com/CQCL/tket2/compare/tket-exts-v0.10.1...tket-exts-v0.11.0) (2025-09-12)
417

518

tket-exts/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-exts"
3-
version = "0.11.0"
3+
version = "0.12.0"
44
requires-python = ">=3.10"
55
description = "Precompiled rewrite sets for the tket compiler"
66
license = { file = "LICENCE" }

tket-exts/src/tket_exts/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
# This is updated by our release-please workflow, triggered by this
2525
# annotation: x-release-please-version
26-
__version__ = "0.11.0"
26+
__version__ = "0.12.0"
2727

2828
__all__ = [
2929
"bool",

uv.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)