Skip to content

Commit

Permalink
chore(main): release tket2-py 0.1.0a2 (#451)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[0.1.0a2](tket2-py-v0.1.0...tket2-py-v0.1.0a2)
(2024-07-10)


### ⚠ BREAKING CHANGES

* `Dfg` binding removed, replaced with builder from `hugr` package.

### Features

* Add `lhs` and `rhs` bindings to `Rule`
([#440](#440))
([49b1c89](49b1c89))
* get pauli propagation + examples working with new hugr builder
[#465](#465)
([cab0d87](cab0d87))

---
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: Agustin Borgna <[email protected]>
  • Loading branch information
hugrbot and aborgna-q authored Jul 10, 2024
1 parent cab0d87 commit 030b4ff
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"tket2-py": "0.1.0a1"
"tket2-py": "0.1.0a2"
}
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "tket2-py"
version = "0.1.0a1"
version = "0.1.0a2"
description = "pytket extension for the tket 2 compiler"
classifiers = [
"Environment :: Console",
Expand Down Expand Up @@ -64,7 +64,7 @@ authors = [
maintainers = [
{ name = "TKET development team", email = "[email protected]" },
]
version = "0.0.0-alpha.1"
version = "0.1.0a2"
description = "pytket extension for the tket 2 compiler"
requires-python = ">=3.10"
license = { file = "LICENCE" }
Expand Down
12 changes: 12 additions & 0 deletions tket2-py/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.1.0a2](https://github.com/CQCL/tket2/compare/tket2-py-v0.0.0a1...tket2-py-v0.1.0a2) (2024-07-10)


### ⚠ BREAKING CHANGES

* `Dfg` binding removed, replaced with builder from `hugr` package.

### Features

* Add `lhs` and `rhs` bindings to `Rule` ([#440](https://github.com/CQCL/tket2/issues/440)) ([49b1c89](https://github.com/CQCL/tket2/commit/49b1c89aeeaff73c6ebf66d3f81dddc4ad81f7bb))
* get pauli propagation + examples working with new hugr builder [#465](https://github.com/CQCL/tket2/issues/465) ([cab0d87](https://github.com/CQCL/tket2/commit/cab0d8750c5bc92c4f1284e07146add371db233f))

## 0.1.0a1 (2024-06-28)

Initial alpha release of the Python bindings for TKET2.
Expand Down
2 changes: 1 addition & 1 deletion tket2-py/examples/1-Getting-Started.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -671,7 +671,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.8"
"version": "3.12.3"
}
},
"nbformat": 4,
Expand Down

0 comments on commit 030b4ff

Please sign in to comment.