]> git.donarmstrong.com Git - ape.git/blobdiff - NEWS
various bug fixes
[ape.git] / NEWS
diff --git a/NEWS b/NEWS
index 0bc534026eecdbe12c860c5507e8d876af52e79c..a5c311cf221987f3faa3005e0876d374cbd09743 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,9 +1,10 @@
                CHANGES IN APE VERSION 2.7-3
 
 
-NEW FEATURES
+BUG FIXES
 
-    o There is a new predict() method for compar.gee().
+    o Branch lengths were wrongly updated with bind.tree(, where = <tip>,
+      position = 0). (Thanks to Liam Revell for digging this bug out.)
 
 
 
@@ -17,6 +18,9 @@ NEW FEATURES
       and four conversion methods to the classes "phylo", "networx",
       "network", and "igraph".
 
+    o The new function rTraitMult does multivariate traits simulation
+      with user-defined models.
+
     o plot.phylo() has a new option 'plot = TRUE'. If FALSE, the tree
       is not plotted but the graphical device is set and the
       coordinates are saved as usual.
@@ -30,6 +34,8 @@ NEW FEATURES
     o boot.phylo() now displays a progress bar by default (can be off
       if 'quiet = TRUE').
 
+    o There is a new predict() method for compar.gee().
+
 
 BUG FIXES
 
@@ -44,6 +50,12 @@ BUG FIXES
       presence of identical or nearly identical sequences.
 
 
+OTHER CHANGES
+
+    o The data bird.families, bird.orders, cynipids, and woodmouse are
+      now provided as .rda files.
+
+
 
                CHANGES IN APE VERSION 2.7-1