From a74ef19a0f32d8d9e89f74797edebff382c0923f Mon Sep 17 00:00:00 2001 From: Kartik Singhal Date: Fri, 26 Jan 2024 16:09:22 -0600 Subject: [PATCH] chore: prep for v0.4.0 release --- CHANGELOG.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b87638..1b1b05c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.4.0] - 2024-01-26 + +### Removed + +* `pytket-quantinuum` dependency in https://github.com/CQCL/pytket-phir/pull/107 + * **BREAKING**: Removes the `tket_optimization_level` argument to `pytket_to_phir`, i.e., input programs are expected to have any optimizations performed beforehand. + +### Fixed + +* A couple of bugs in parallel phirgen: + * Prevent parallel blocks in 1-qubit circuits in https://github.com/CQCL/pytket-phir/pull/109 + * Stricter ordering checks in https://github.com/CQCL/pytket-phir/pull/112 + ## [0.3.0] - 2024-01-23 ### Added @@ -72,6 +85,7 @@ First release. [0.2.0]: https://github.com/CQCL/pytket-phir/compare/v0.1.2...v0.2.0 [0.2.1]: https://github.com/CQCL/pytket-phir/compare/v0.2.0...v0.2.1 [0.3.0]: https://github.com/CQCL/pytket-phir/compare/v0.2.1...v0.3.0 -[unreleased]: https://github.com/CQCL/pytket-phir/compare/v0.3.0...HEAD +[0.4.0]: https://github.com/CQCL/pytket-phir/compare/v0.3.0...v0.4.0 +[unreleased]: https://github.com/CQCL/pytket-phir/compare/v0.4.0...HEAD