From e5fa9fbb81f6ad60bb1938d8a0bf4f7b40ff65ee Mon Sep 17 00:00:00 2001 From: Kartik Singhal Date: Tue, 18 Jun 2024 08:08:54 -0500 Subject: [PATCH] chore: update Changelog for v0.7.3 release --- CHANGELOG.md | 24 +++++++++++++++++++++++- requirements.txt | 2 +- 2 files changed, 24 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b970af9..a557656 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.7.3] - 2024-06-18 + +### Added + +* Set maximum bit width for classical operations according to pytket support in https://github.com/CQCL/pytket-phir/pull/190 + * Closes #165 + +## [0.7.2] - 2024-05-28 + +### Added + +* feat(phirgen): add support for ZERO/ONE nullary ops by @qartik in https://github.com/CQCL/pytket-phir/pull/180 + +## [0.7.1] - 2024-04-12 + +### Fixed + +* do nothing on Init gate instead of warning by @Asa-Kosto-QTM in https://github.com/CQCL/pytket-phir/pull/166 + ## [0.7.0] - 2024-04-10 ### Added @@ -179,6 +198,9 @@ First release. [0.6.2]: https://github.com/CQCL/pytket-phir/compare/v0.6.1...v0.6.2 [0.6.3]: https://github.com/CQCL/pytket-phir/compare/v0.6.2...v0.6.3 [0.7.0]: https://github.com/CQCL/pytket-phir/compare/v0.6.3...v0.7.0 -[unreleased]: https://github.com/CQCL/pytket-phir/compare/v0.7.0...HEAD +[0.7.1]: https://github.com/CQCL/pytket-phir/compare/v0.7.0...v0.7.1 +[0.7.2]: https://github.com/CQCL/pytket-phir/compare/v0.7.1...v0.7.2 +[0.7.3]: https://github.com/CQCL/pytket-phir/compare/v0.7.2...v0.7.3 +[unreleased]: https://github.com/CQCL/pytket-phir/compare/v0.7.3...HEAD diff --git a/requirements.txt b/requirements.txt index 4b6ef8d..7cfdfdb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ pre-commit==3.7.1 pydata_sphinx_theme==0.15.3 pytest==8.2.2 pytest-order==1.2.1 -pytket==1.29.1 +pytket==1.29.2 ruff==0.4.9 setuptools_scm==8.1.0 sphinx==7.3.7