Skip to content

Commit

Permalink
chore: prep for v0.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
qartik committed Jan 26, 2024
1 parent 636b509 commit a74ef19
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

<!-- markdownlint-configure-file {"MD024": {"siblings_only" : true}, "MD034": false} -->

0 comments on commit a74ef19

Please sign in to comment.