Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"tket2-py": "0.9.1",
"tket2-eccs": "0.4.0",
"tket2-exts": "0.7.0"
"tket2-exts": "0.8.0"
}
13 changes: 13 additions & 0 deletions tket2-exts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [0.8.0](https://github.com/CQCL/tket2/compare/tket2-exts-v0.7.0...tket2-exts-v0.8.0) (2025-05-22)


### ⚠ BREAKING CHANGES

* (`tket2.bool` extension) `BoolOp::bool_to_sum` / `BoolOp::sum_to_bool` renamed to `BoolOp::read` / `BoolOp::make_opaque` `Tk2Op::MeasureFree` now returns a `tket2.bool` (`tket2-hseries.qsystem` extension) `QSystemOp:Measure` and `QSystemOp:MeasureReset` now return `tket2.bool`s
* **tket2-hseries:** `QSystemOpBuilder` gained supertrait `ArrayOpBuilder`

### Features

* Add `ReplaceBoolPass` ([#854](https://github.com/CQCL/tket2/issues/854)) ([5ae0ab9](https://github.com/CQCL/tket2/commit/5ae0ab9d7046a73019bf8a7bc436a576bece1fa0))
* **tket2-hseries:** insert RuntimeBarrier across qubits in a Barrier ([#866](https://github.com/CQCL/tket2/issues/866)) ([6bcc9d6](https://github.com/CQCL/tket2/commit/6bcc9d62d30accca91edc6255d42ec300763c263))

## [0.7.0](https://github.com/CQCL/tket2/compare/tket2-exts-v0.6.0...tket2-exts-v0.7.0) (2025-05-16)


Expand Down
2 changes: 1 addition & 1 deletion tket2-exts/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "tket2-exts"
version = "0.7.0"
version = "0.8.0"
requires-python = ">=3.10"
description = "HUGR extension definitions for the tket2 compiler."
license = { file = "LICENCE" }
Expand Down
2 changes: 1 addition & 1 deletion tket2-exts/src/tket2_exts/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

# This is updated by our release-please workflow, triggered by this
# annotation: x-release-please-version
__version__ = "0.7.0"
__version__ = "0.8.0"


@functools.cache
Expand Down
2 changes: 1 addition & 1 deletion tket2-py/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencies = [
'hugr ~= 0.12.0',
"pytket>=1.34,<3",
'tket2_eccs ~= 0.4.0',
'tket2_exts ~= 0.7.0',
'tket2_exts ~= 0.8.0',
]

[tool.uv.sources]
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading