Skip to content

Commit

Permalink
chore(main): release 0.6.0 (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugrbot authored Nov 29, 2024
1 parent 0d025fb commit 2dd2c2a
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.5.0"
".": "0.6.0"
}
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Changelog

## [0.6.0](https://github.com/CQCL/Qermit/compare/v0.5.0...v0.6.0) (2024-11-29)


### Features

* Add Noise Aware Pauli Checks ([#123](https://github.com/CQCL/Qermit/issues/123)) ([07d57cd](https://github.com/CQCL/Qermit/commit/07d57cd06e7e6eabf980a4f198e8bba04785bdfb))


### Bug Fixes

* Minor toml corrections ([#149](https://github.com/CQCL/Qermit/issues/149)) ([2260be4](https://github.com/CQCL/Qermit/commit/2260be4bf05e34a70f8773c58d03cc09c2e46e41))


### Documentation

* Add example to postselection ([#161](https://github.com/CQCL/Qermit/issues/161)) ([cc6ea2b](https://github.com/CQCL/Qermit/commit/cc6ea2b18596f0145b8cac2f85353d908bbc859c))
* Derive package version automatically ([#170](https://github.com/CQCL/Qermit/issues/170)) ([0d025fb](https://github.com/CQCL/Qermit/commit/0d025fb357c6fcf43db520a4905567fa3515b643))
* Improve index page ([#131](https://github.com/CQCL/Qermit/issues/131)) ([a2ce987](https://github.com/CQCL/Qermit/commit/a2ce98723c89415152846536627928af953a7d9a))
* Repair links to pytket-qiskit extension ([#159](https://github.com/CQCL/Qermit/issues/159)) ([b58ade9](https://github.com/CQCL/Qermit/commit/b58ade92921503a5809e1d27e026bc06e3601d64))
* Use Autofunction instead of Automethod ([#132](https://github.com/CQCL/Qermit/issues/132)) ([055d11c](https://github.com/CQCL/Qermit/commit/055d11ce38063d8b097cd457ddaaba8e2ab43fcc))
* use quantinuum-sphinx theme ([#120](https://github.com/CQCL/Qermit/issues/120)) ([cb9709f](https://github.com/CQCL/Qermit/commit/cb9709f3ecbf410cc0dc689278d9cc3d1b8cd7e9))
* Use sphinx_autodoc_typehints ([#157](https://github.com/CQCL/Qermit/issues/157)) ([3a4dd2e](https://github.com/CQCL/Qermit/commit/3a4dd2e568a6c4d13166aaf690e0ee1562af0b37))
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "qermit"
version = "0.5.0"
version = "0.6.0"
description = "Python package for quantum error mitigation."
authors = [
"Daniel Mills <daniel.mills@quantinuum.com>",
Expand Down

0 comments on commit 2dd2c2a

Please sign in to comment.