Skip to content

v2.14.1

Latest

Choose a tag to compare

@ms609 ms609 released this 10 Jun 12:24
  • TransferConsensus() is deprecated, moving to ConsTree::Transfer().

  • Fixed: PhylogeneticInformationDistance() now calculates correct score for identical 4-leaf trees.

  • Improve KMeansPP() performance: O(k²n) → O(kn).