Skip to content

v3.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Jun 04:02
· 33 commits to main since this release

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.