]> git.donarmstrong.com Git - ape.git/blobdiff - ChangeLog
new as.list.DNAbin
[ape.git] / ChangeLog
index 2ccbdf4ab33d9e56dd6736975ae4b3e3de31c01a..5e2a0fadeb08e215ea684f3ff9ec397d04286b3d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,11 +1,23 @@
+               CHANGES IN APE VERSION 2.5-4
+
+
+NEW FEATURES
+
+    o There is now an 'as.list' method for the class "DNAbin".
+
+
+
                CHANGES IN APE VERSION 2.5-3
 
 
 NEW FEATURES
 
+    o The new function mixedFontLabel helps to make labels with bits of
+      text to be plotted in different fonts.
+
     o There are now replacement operators for [, [[, and $ for the class
-      "multiPhylo" (i.e., TREES[11:20] <- rmtree(10, 100)). They check
-      that the tip labels are the same in all trees.
+      "multiPhylo" (i.e., TREES[11:20] <- rmtree(10, 100)). They possibly
+      check that the tip labels are the same in all trees.
 
     o Objects of class "multiPhylo" can be built with c(): there are
       methods for the classes "phylo" and "multiPhylo".
@@ -19,6 +31,9 @@ BUG FIXES
     o bind.tree(x, y, where, position = 0) did not work correctly if 'y'
       was a single-edge tree and 'where' was a tip.
 
+    o rTraitCont() did not use the square-root of branch lengths when
+      simulating a Brownian motion model.
+
 
 
                CHANGES IN APE VERSION 2.5-2