Skip to content

Releases: DeadlineWasYesterday/BioNick

v0.0.8

10 Feb 02:46
Compare
Choose a tag to compare

bug fix on remove tree. comma = 0 would cause trailing branches to be missed.

v0.0.7

03 Feb 03:45
5824a90
Compare
Choose a tag to compare

Alongside the dirty modular functions, BioNick now supports node objects that can have names, branch lengths and connections to other node objects. A set of node objects can be represented as a tree object. A newick class was also added to hold newick string instances.
A Neighbor-Joining algorithm was implemented to work with distance matrices. Neighbor joining output can be parsed as a tree object and exported as a newick string.

v0.0.6

03 Feb 02:21
Compare
Choose a tag to compare

This will be the first official release.
Alongside the dirty modular functions, BioNick now supports node objects that can have names, branch lengths and connections to other node objects. A set of node objects can be represented as a tree object. A newick class was also added to hold newick string instances.
A Neighbor-Joining algorithm was implemented to work with distance matrices. Neighbor joining output can be parsed as a tree object and exported as a newick string.