]> git.donarmstrong.com Git - ape.git/blobdiff - NEWS
provisional version of the new reorder.phylo()
[ape.git] / NEWS
diff --git a/NEWS b/NEWS
index 812bb6c414cdbf2a9e8f3b54bbbb63b0e711c441..46af03fc06ef1fcf9e8a61d37760c26251265397 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,19 @@
                CHANGES IN APE VERSION 3.0-6
 
 
+NEW FEATURES
+
+    o reorder.phylo() has a new order, "postorder", and a new option
+      index.only = TRUE to return only the vector of indices (the tree
+      is unmodified; see ?reorder.phylo for details).
+
+
+BUG FIXES
+
+    o reorder(, "pruningwise") made R crash if the rows of the edge
+      matrix are in random order.
+
+
 OTHER CHANGES
 
     o dist.nodes() is now 6 to 10 times faster.