Skip to content

Commit

Permalink
chore(py): release quizx-py 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Oct 30, 2024
1 parent a7f178a commit 2100c39
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"pybindings": "0.0.0"
"pybindings": "0.1.0"
}
21 changes: 21 additions & 0 deletions pybindings/CHANGELOG.md
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.

0 comments on commit 2100c39

Please sign in to comment.