From 6c11c44961a8feb970cad40d0889faa07b9b6578 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Agust=C3=ADn=20Borgna?= Date: Wed, 30 Oct 2024 23:15:53 +0000 Subject: [PATCH] Overwrite first release changelog --- pybindings/CHANGELOG.md | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) diff --git a/pybindings/CHANGELOG.md b/pybindings/CHANGELOG.md index fde3331..303296a 100644 --- a/pybindings/CHANGELOG.md +++ b/pybindings/CHANGELOG.md @@ -3,23 +3,10 @@ ## 0.1.0 (2024-10-30) -### Features +This is the initial experimental release of `quizx`. -* `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.