From b1278de67d2150566327b29a5e7746fd50340217 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 22 Nov 2024 12:51:21 +0000 Subject: [PATCH] chore(py): release quizx-py 0.1.1 --- .release-please-manifest.json | 2 +- pybindings/CHANGELOG.md | 24 ++++++++++++++++++++++++ 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 726ed8d..8444539 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - "pybindings": "0.1.0" + "pybindings": "0.1.1" } \ No newline at end of file diff --git a/pybindings/CHANGELOG.md b/pybindings/CHANGELOG.md index 303296a..f219846 100644 --- a/pybindings/CHANGELOG.md +++ b/pybindings/CHANGELOG.md @@ -1,5 +1,29 @@ # Changelog +## [0.1.1](https://github.com/CQCL-DEV/quizx/compare/quizx-py-v0.1.0...quizx-py-v0.1.1) (2024-11-22) + + +### Features + +* `Phase` struct ([#31](https://github.com/CQCL-DEV/quizx/issues/31)) ([ff4fd88](https://github.com/CQCL-DEV/quizx/commit/ff4fd88a41061cabb022e0d26e7e853009a5aae3)) +* Brought use_cats and get_nterms into the scope of the python bindings ([#42](https://github.com/CQCL-DEV/quizx/issues/42)) ([5c91ab2](https://github.com/CQCL-DEV/quizx/commit/5c91ab2537d9f08c6eb6f8568042f6e71f975464)) +* Rust decoder for `.qgraph` files (pyzx/quantomatic graph format) ([#22](https://github.com/CQCL-DEV/quizx/issues/22)) ([cdc73ad](https://github.com/CQCL-DEV/quizx/commit/cdc73adec40509beb9b9873302eaccf19b790d19)) +* Scalar serialization and pyzx interop ([#33](https://github.com/CQCL-DEV/quizx/issues/33)) ([b19f3cf](https://github.com/CQCL-DEV/quizx/commit/b19f3cfb7447542b6620b50962223d27b18d9d72)) +* Small update to the Python API ([#76](https://github.com/CQCL-DEV/quizx/issues/76)) ([a7c3080](https://github.com/CQCL-DEV/quizx/commit/a7c3080886c1978fbc0b201af88b32d64919faa3)) + + +### Bug Fixes + +* gadget fusion ([#40](https://github.com/CQCL-DEV/quizx/issues/40)) ([e8ef605](https://github.com/CQCL-DEV/quizx/commit/e8ef605e71e4ccdb03a7f3934e77a4b764541f08)) +* Lints and warnings ([#16](https://github.com/CQCL-DEV/quizx/issues/16)) ([c2d127c](https://github.com/CQCL-DEV/quizx/commit/c2d127c07874c16b763edf7aeafdffe12a83ffaf)) +* Move rust bindings to a `quizx._quizx` submodule ([#20](https://github.com/CQCL-DEV/quizx/issues/20)) ([5f68df6](https://github.com/CQCL-DEV/quizx/commit/5f68df6fe6d171484996c60b82eb944984aa794a)) +* sdist build config ([#73](https://github.com/CQCL-DEV/quizx/issues/73)) ([91aea91](https://github.com/CQCL-DEV/quizx/commit/91aea912ebf36b622166b97ca19ed2f0328aeaea)) + + +### Documentation + +* Add pypi badges to the readmes ([#84](https://github.com/CQCL-DEV/quizx/issues/84)) ([2d03128](https://github.com/CQCL-DEV/quizx/commit/2d031280d630ebb68b0bc97bd8e71c6629d1319d)) + ## 0.1.0 (2024-10-30)