v3.0.0
3.0.0 (2023-06-17)
Features
- error handling: Rust Result<> on fallible, Python extended newick support (4d0520e)
BREAKING CHANGES
- error handling: for Python.
Rust:
- Breaking API changes for all
fallible methods, Result must be handled.
- error handling: Rust API contains Result outputs for all fallible
methods.