Skip to content

TreeSwift v1.1.21

Compare
Choose a tag to compare
@niemasd niemasd released this 03 Mar 22:42
· 75 commits to master since this release
  • 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!