Releases: jangevaare/PhyloTrees.jl
Releases · jangevaare/PhyloTrees.jl
v0.11.1
v0.11.0
PhyloTrees v0.11.0
- Reimplement plotting using RecipesBase and provide example in README
- Add zenodo metadata
- Add
leafnodes
andleafcount
functions - Remove some methods for vectors of node ids in favour of Julia vectorization syntax
v0.10.0
v0.10.0 (2019-09-07)
Closed issues:
- Info about upcoming removal of packages in the General registry (#18)
Merged pull requests:
- v0.10.0 (#20) (jangevaare)
v0.9.0
v0.8.0
- 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
Rewrite using Dict{Int64, Node} and Dict{Int64, Branch} for tree structure. Simplifies node and branch deletion.