Skip to content

Commit

Permalink
chore: update Changelog for v0.7.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
qartik committed Jun 18, 2024
1 parent a381df6 commit e5fa9fb
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 2 deletions.
24 changes: 23 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

<!-- markdownlint-configure-file {"MD024": {"siblings_only" : true}, "MD034": false} -->
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e5fa9fb

Please sign in to comment.