-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
26 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
".": "0.5.0" | ||
".": "0.6.0" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters