- Exported underlying `st.reindex()` function to allow node relabeling
- Re-added vertex/edge contraction to the API
[v0.1.1](https://github.com/peekxc/simplextree-py/releases/tag/v0.1.1) - 2023-08-20
- Added Conditional k-expansion now available via `expand(k=k, f=...)` supporting arbitrary predicates `f`
- Online docs now available on GH pages with quartodoc
[v0.1.0](https://github.com/peekxc/simplextree-py/releases/tag/v0.1.0) - 2023-08-17
- Initial tested release to pypi
- Added GH workflows + cibuildwheels