Skip to content

Releases: EcoJulia/Phylo.jl

v0.5.4

20 Jul 22:57
Compare
Choose a tag to compare

v0.5.3

15 Jul 22:57
Compare
Choose a tag to compare

Phylo v0.5.3

Diff since v0.5.2

Merged pull requests:

v0.5.2

24 Apr 21:40
Compare
Choose a tag to compare

Phylo v0.5.2

Diff since v0.5.1

Merged pull requests:

Closed issues:

  • editing leaf names (#54)
  • How can I rename the leaf nodes of a ::RootedTree? (#70)
  • Support extended Newick? (#78)
  • How to cite Phylo.jl? (#83)
  • problem with outputnode function (#95)

v0.5.1

20 Dec 02:19
Compare
Choose a tag to compare

Phylo v0.5.1

Diff since v0.5.0

Merged pull requests:

Closed issues:

  • type signatures (#22)
  • Test coverage (#50)
  • Add function to save/write a tree in Newick format (#61)
  • Extraneous linebreaks in show methods (#69)
  • parsenexus() tree validation fails if '-' in TaxLabels (#75)
  • Tree saving available? (#84)

v0.5.0

07 Dec 11:35
27c0d92
Compare
Choose a tag to compare

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)

v0.4.24

25 Nov 07:59
505323a
Compare
Choose a tag to compare

Phylo v0.4.24

Diff since v0.4.23

Merged pull requests:

v0.4.23

06 Jul 14:02
Compare
Choose a tag to compare

Phylo v0.4.23

Diff since v0.4.22

Closed issues:

  • Warning about unused type variables during precompilation (#81)

Merged pull requests:

v0.4.22

26 Apr 23:27
Compare
Choose a tag to compare

Phylo v0.4.22

Diff since v0.4.21

Closed issues:

  • enum for trait simulation only works in global scope (#68)
  • How to make colorbar disctrete? (#72)
  • Migrate from LightGraphs to Graphs (#77)

Merged pull requests:

v0.4.21

16 Oct 15:36
b0a63ee
Compare
Choose a tag to compare

Phylo v0.4.21

Diff since v0.4.20

Merged pull requests:

v0.4.20

26 Aug 10:45
Compare
Choose a tag to compare

Phylo v0.4.20

Diff since v0.4.19

Closed issues:

  • Plot tree doesn't show the tips (#53)

Merged pull requests: