Releases: ms609/TreeDist
v1.2.1
v1.2.0
-
TreeDistance()
and related functions now return adist
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.
v1.1.1
-
Improvements to
NNIDist()
in light of Fack et al. (2002). -
Add
NNIDiameter()
: approximate diameter of NNI distance. -
Remove vignette 'Interpreting tree distances': duplicates
https://ms609.github.io/TreeDistData/articles/09-expected-similarity.html. -
Remove redundant data object
oneOverlap
. -
Fix an issue when installing on R 3.x (require C++11 to ensure declaration
ofUINT_FAST16_MAX
). -
Fix memory-handling bug in
lapjv()
. -
Fix range errors when calculating tree distances.
C++
- Use C++ to calculate distances more quickly
- Draw on
TreeTools
library