From 2dd2c2ac8690681abd6ebcfadc2a418896af912c Mon Sep 17 00:00:00 2001 From: hugrbot Date: Fri, 29 Nov 2024 14:44:27 +0000 Subject: [PATCH] chore(main): release 0.6.0 (#126) --- .release-please-manifest.json | 2 +- CHANGELOG.md | 24 ++++++++++++++++++++++++ pyproject.toml | 2 +- 3 files changed, 26 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 176120ea..ea87acc6 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.5.0" + ".": "0.6.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..120a5675 --- /dev/null +++ b/CHANGELOG.md @@ -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)) diff --git a/pyproject.toml b/pyproject.toml index 278046af..3c052111 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 ",