]> git.donarmstrong.com Git - ape.git/blobdiff - NEWS
some changes for ape 3.0-6
[ape.git] / NEWS
diff --git a/NEWS b/NEWS
index 729e3ed930e14e4404d261978374069c41576c6c..6ba9bc404c66d08cc4799337a6b0aa49b8d4a685 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -7,7 +7,7 @@ NEW FEATURES
       index.only = TRUE to return only the vector of indices (the tree
       is unmodified, see ?reorder.phylo for details).
 
-    o The three new functions node.depth.length, node.height, and
+    o The three new functions node.depth.edgelength, node.height, and
       node.height.clado make some internal code available from R. See
       ?node.depth (which was already available and documented) for
       details.
@@ -18,6 +18,9 @@ BUG FIXES
     o reorder(, "pruningwise") made R crash if the rows of the edge
       matrix are in random order: this is now fixed.
 
+    o drop.tip() sometimes shuffled node labels (thanks to Rebecca Best
+      for the report).
+
 
 OTHER CHANGES