diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f7d7514..726ed8d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - "pybindings": "0.0.0" + "pybindings": "0.1.0" } \ No newline at end of file diff --git a/pybindings/CHANGELOG.md b/pybindings/CHANGELOG.md index 205ee39..fde3331 100644 --- a/pybindings/CHANGELOG.md +++ b/pybindings/CHANGELOG.md @@ -1,4 +1,25 @@ # Changelog +## 0.1.0 (2024-10-30) + + +### Features + +* `Phase` struct ([#31](https://github.com/zxcalc/quizx/issues/31)) ([ff4fd88](https://github.com/zxcalc/quizx/commit/ff4fd88a41061cabb022e0d26e7e853009a5aae3)) +* Brought use_cats and get_nterms into the scope of the python bindings ([#42](https://github.com/zxcalc/quizx/issues/42)) ([5c91ab2](https://github.com/zxcalc/quizx/commit/5c91ab2537d9f08c6eb6f8568042f6e71f975464)) +* Rust decoder for `.qgraph` files (pyzx/quantomatic graph format) ([#22](https://github.com/zxcalc/quizx/issues/22)) ([cdc73ad](https://github.com/zxcalc/quizx/commit/cdc73adec40509beb9b9873302eaccf19b790d19)) +* Scalar serialization and pyzx interop ([#33](https://github.com/zxcalc/quizx/issues/33)) ([b19f3cf](https://github.com/zxcalc/quizx/commit/b19f3cfb7447542b6620b50962223d27b18d9d72)) +* Small update to the Python API ([#76](https://github.com/zxcalc/quizx/issues/76)) ([a7c3080](https://github.com/zxcalc/quizx/commit/a7c3080886c1978fbc0b201af88b32d64919faa3)) + + +### Bug Fixes + +* gadget fusion ([#40](https://github.com/zxcalc/quizx/issues/40)) ([e8ef605](https://github.com/zxcalc/quizx/commit/e8ef605e71e4ccdb03a7f3934e77a4b764541f08)) +* Lints and warnings ([#16](https://github.com/zxcalc/quizx/issues/16)) ([c2d127c](https://github.com/zxcalc/quizx/commit/c2d127c07874c16b763edf7aeafdffe12a83ffaf)) +* Move rust bindings to a `quizx._quizx` submodule ([#20](https://github.com/zxcalc/quizx/issues/20)) ([5f68df6](https://github.com/zxcalc/quizx/commit/5f68df6fe6d171484996c60b82eb944984aa794a)) +* sdist build config ([#73](https://github.com/zxcalc/quizx/issues/73)) ([91aea91](https://github.com/zxcalc/quizx/commit/91aea912ebf36b622166b97ca19ed2f0328aeaea)) + +## Changelog + This is the changelog for the `quizx` python library. For the changelog of the `quizx` rust library, see the separate [`CHANGELOG.md`](https://github.com/zxcalc/quizx/blob/master/CHANGELOG.md) file.