- optimize Python interface to accept `max_tree_size = None`
0.2.9
- add `max_tree_size` option to implement a spectrum of decoders between UF and MWPM
0.1.4
- [x] change `example.rs` to `example_codes.rs` for clarity - [x] start writing a tutorial using `mdbook` - [ ] publish `fusion_blossom` package to crate.io - [ ] add `dangerous_pointer` feature that improve speed by ~20%
0.1.3
The first version of Python package
- [x] continuous integration for dev and main branch at https://jenkins.fusionblossom.com/ - [x] build Python wheels (py37, abi3) for every commit in main branch using GitHub Action