Skip to content

Releases: niemasd/TreeSwift

TreeSwift v1.1.24

04 Mar 15:20
Compare
Choose a tag to compare
  • Fixed bug when reading Nexus files that have information on the left side of the = of a tree
    • Example: tree STATE_0 [...] = [&R] (...);
    • BEAST seems to output trees in this format
    • Now, if a Nexus tree is loaded into a variable trees, the information in the [...] block to the left of the = will be stored in trees['info']

TreeSwift v1.1.23

04 Mar 14:50
Compare
Choose a tag to compare
  • Fixed bug in which a comma would be added to the end of translated taxon labels in Nexus files
    • Thanks for catching that, @pekarj!

TreeSwift v1.1.22

03 Mar 23:08
Compare
Choose a tag to compare
  • Fixed reading taxon labels and translations when reading Nexus trees
    • Thanks for catching that, @pekarj!

TreeSwift v1.1.21

03 Mar 22:42
Compare
Choose a tag to compare
  • Fixed bug when reading a Newick (or Nexus) with edge parameters
    • Example: A node with label 447[blahblahblah] is now correctly read such that node.label == '447' and node.edge_params == 'blahblahblah'
    • Thanks for catching that, @pekarj!

TreeSwift v1.1.20

03 Aug 14:13
Compare
Choose a tag to compare
  • Fixed bug when computing average branch length of a tree with leaves without branch lengths (thanks, @richardmansfield!)

TreeSwift v1.1.19

06 Jul 16:40
Compare
Choose a tag to compare
  • Fixed default behavior of contract_low_support to not contract leaves

TreeSwift v1.1.18

06 Jul 16:45
Compare
Choose a tag to compare
  • Simplified contract_low_support fix

TreeSwift v1.1.17

06 Jul 16:47
Compare
Choose a tag to compare
  • Fixed bug in traverse_rootdistorder when node doesn't have branch length
  • Fixed bug in contract_low_support when leaf nodes also have numeric labels
  • Fixed bug in diameter to support one-node trees and to support trees with unifurcations

TreeSwift v1.1.16

06 Jul 16:49
Compare
Choose a tag to compare
  • Fixed bug printing Newick string of tree without root edge length

TreeSwift v1.1.15

06 Jul 16:51
Compare
Choose a tag to compare
  • Fixed parsing [] comments in Newick string