-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(main): release tket2-py 0.1.0a2 (#451)
🤖 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
Showing
4 changed files
with
16 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"tket2-py": "0.1.0a1" | ||
"tket2-py": "0.1.0a2" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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", | ||
|
@@ -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" } | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters