Skip to content

v1.2.0

Compare
Choose a tag to compare
@ms609 ms609 released this 28 Aug 14:42
· 671 commits to master since this release
b06a48a
  • TreeDistance() and related functions now return a dist object when
    computing all distances between all pairs of trees in a list.

  • Improve floating-point arithmetic in TreeDistance() functions.

  • TreeDistance() now returns a distance (as documented), rather than a
    similarity.

  • Fix rounding error in NNI 'Li' upper estimate, and improve NNI performance.

  • Reduce precision of LAPJV so rounding errors do not result in interminable run
    times.