Skip to content

Releases: evogytis/baltic

v.0.3.0

27 Sep 10:49
Compare
Choose a tag to compare
  • Added extensive docstrings to functions
  • Reworked subtree function to be more reliable
  • Streamlined singleType and fixHangingNodes functions
  • Altered traverse_tree and getExternal functions to account for leaf-like objects (e.g. reticulations and clades)
  • Other minor changes (variable names, kwargs)

v.0.2.2

13 Jul 11:07
Compare
Choose a tag to compare

Transition to using branchType versus is_leaf() and is_node() functions in earlier commits introduced errors in various functions like drawTree() and reduceTree() where reticulation and clade objects were being treated as leaves.
Continue phasing out the use of branchType.

v.0.2.1

12 Jul 12:26
Compare
Choose a tag to compare

Adds functions to annotate branches in unrooted and circular tree layouts.

v.0.1.8

28 Jun 05:54
Compare
Choose a tag to compare

A number of small fixes.

Pre-release v.0.1.5

17 Nov 15:00
Compare
Choose a tag to compare
Pre-release v.0.1.5 Pre-release
Pre-release

Nothing major, just setting up auto-pushing to PyPI and Travis CI.

Pre-release v.0.1.2

29 Sep 14:06
Compare
Choose a tag to compare
Pre-release v.0.1.2 Pre-release
Pre-release

Fixed some packaging and character parsing bugs.

Initial release

10 Aug 18:47
Compare
Choose a tag to compare
Initial release Pre-release
Pre-release
v0.1.0

Fix versioning