Skip to content

v0.5.0

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Dec 11:35
· 92 commits to dev since this release
27c0d92

Phylo v0.5.0

Diff since v0.4.24

Breaking changes

  • Add recursive tree, node and branch types, allowing type stability.
  • Note, this is a breaking change because the RootedTree and UnrootedTree types are now an alias for RecursiveTree, not LinkTree for efficiency.

Other changes

  • Improve testing, more type stability and validation

Merged pull requests:

  • Add fully recursive types, speed up parser, improve testing (#87) (@richardreeve)