]> git.donarmstrong.com Git - ape.git/blobdiff - ChangeLog
small changes in PGLS.R
[ape.git] / ChangeLog
index 229acbec29ae826afeb53fdf749dcc7e8540fe84..8df6cc8b7aa06925ce5d54d8928a1742363128c8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,32 @@
+               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 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".
+
+    o The internal functions .compressTipLabel and .uncompressTipLabel are
+      now documented.
+
+
+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
 
 
@@ -40,7 +69,7 @@ OTHER CHANGES
 
 
 
-               CHANGES IN APE VERSION 2.5-1
+               CHANGES IN APE VERSION 2.5-1
 
 
 NEW FEATURES
@@ -87,7 +116,7 @@ OTHER CHANGES
 
 
 
-       CHANGES IN APE VERSION 2.5
+               CHANGES IN APE VERSION 2.5
 
 
 NEW FEATURES