]> git.donarmstrong.com Git - ape.git/blobdiff - NEWS
some updates for ape 3.0-6
[ape.git] / NEWS
diff --git a/NEWS b/NEWS
index 46af03fc06ef1fcf9e8a61d37760c26251265397..729e3ed930e14e4404d261978374069c41576c6c 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -5,13 +5,18 @@ 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).
+      is unmodified, see ?reorder.phylo for details).
+
+    o The three new functions node.depth.length, node.height, and
+      node.height.clado make some internal code available from R. See
+      ?node.depth (which was already available and documented) for
+      details.
 
 
 BUG FIXES
 
     o reorder(, "pruningwise") made R crash if the rows of the edge
-      matrix are in random order.
+      matrix are in random order: this is now fixed.
 
 
 OTHER CHANGES
@@ -22,6 +27,14 @@ OTHER CHANGES
       visible for small trees (n < 1000) but this can be more than
       1000 faster for big trees (n >= 1e4).
 
+    o The attribute "order" of the objects of class "phylo" is now
+      strongly recommended, though not mandatory. Most functions in
+      ape should return a tree with this attribute correctly set.
+
+    o dbd() is now vectorized on both arguments 'x' (number of species
+      in clade) and 't' (clade age) to make likelihood calculations
+      easier and faster.
+
 
 
                CHANGES IN APE VERSION 3.0-5