diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0b32bfe0..dd2026e2 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - "tket2-py": "0.1.0a1" + "tket2-py": "0.1.0a2" } \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index b0eb6673..7621df43 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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", @@ -64,7 +64,7 @@ authors = [ maintainers = [ { name = "TKET development team", email = "tket-support@quantinuum.com" }, ] -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" } diff --git a/tket2-py/CHANGELOG.md b/tket2-py/CHANGELOG.md index 009b01de..7158d561 100644 --- a/tket2-py/CHANGELOG.md +++ b/tket2-py/CHANGELOG.md @@ -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. diff --git a/tket2-py/examples/1-Getting-Started.ipynb b/tket2-py/examples/1-Getting-Started.ipynb index 93ecb8f0..ed008a51 100644 --- a/tket2-py/examples/1-Getting-Started.ipynb +++ b/tket2-py/examples/1-Getting-Started.ipynb @@ -671,7 +671,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.11.8" + "version": "3.12.3" } }, "nbformat": 4,