Skip to content

Releases: jangevaare/PhyloTrees.jl

v0.11.1

12 May 17:08
Compare
Choose a tag to compare

PhyloTrees v0.11.1

  • Check for Inf length branches in plot recipe
  • Improve coverage

Diff since v0.11.0

v0.11.0

07 Apr 19:02
Compare
Choose a tag to compare

PhyloTrees v0.11.0

  • Reimplement plotting using RecipesBase and provide example in README
  • Add zenodo metadata
  • Add leafnodes and leafcount functions
  • Remove some methods for vectors of node ids in favour of Julia vectorization syntax

Diff since v0.10.0

v0.10.0

10 Sep 07:59
v0.10.0
69003ae
Compare
Choose a tag to compare

v0.10.0 (2019-09-07)

Diff since v0.9.0

Closed issues:

  • Info about upcoming removal of packages in the General registry (#18)

Merged pull requests:

v0.9.0

08 Sep 07:57
v0.9.0
e3871f5
Compare
Choose a tag to compare

v0.9.0 (2019-09-07)

Diff since v0.8.0

Merged pull requests:

v0.8.0

12 Oct 23:16
Compare
Choose a tag to compare
  • PhyloTrees.jl now requires Julia 0.6
  • Trees now have a height parameter
  • Nodes now are now identified as leaf, root, internal (with complements of non-leaf, non-root, and external)

v0.7.0

18 Feb 18:38
Compare
Choose a tag to compare

Rewrite using Dict{Int64, Node} and Dict{Int64, Branch} for tree structure. Simplifies node and branch deletion.