-
Notifications
You must be signed in to change notification settings - Fork 23
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
1 parent
a7f178a
commit 2100c39
Showing
2 changed files
with
22 additions
and
1 deletion.
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 @@ | ||
{ | ||
"pybindings": "0.0.0" | ||
"pybindings": "0.1.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 |
---|---|---|
@@ -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. |