]> git.donarmstrong.com Git - ape.git/blobdiff - Changes
fixing a few bugs...
[ape.git] / Changes
diff --git a/Changes b/Changes
index a145133e067d9ad63a1f1c209a3855c4d9aca417..c488bf76b8cb1410cf2b74500298125f9fa4c1a4 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,3 +1,59 @@
+               CHANGES IN APE VERSION 2.1-2
+
+
+NEW FEATURES
+
+    o root() gains the options 'node' and 'resolve.root'
+      (FALSE by default) as well as its code being improved.
+
+    o mltt.plot() has now an option 'log' used in the same way
+      than in plot.default()
+
+
+BUG FIXES
+
+    o mltt.plot() failed to display the legend with an unnamed
+      list of trees.
+
+    o nodelabels() with pies now correcly uses the argument
+      'cex' to draw symbols of different sizes (which has
+      worked already for thermometers).
+
+
+OTHER CHANGES
+
+    o The argument 'family' of compar.gee() can now be a function
+      as well as a character string.
+
+
+
+               CHANGES IN APE VERSION 2.1-1
+
+
+NEW FEATURES
+
+    o The new function rmtree generates lists of random trees.
+
+    o rcoal() now generates a genuine coalescent tree by default
+      (thanks to Vladimir Minin for the code).
+
+
+BUG FIXES
+
+    o nuc.div() returned an incorrect value with the default
+      pairwise.deletion = FALSE.
+
+
+OTHER CHANGES
+
+    o The internal codes of bionj(), fastme.bal(), and fastme.ols()
+      have been improved so that they are stabler and faster.
+
+    o R packages used by ape are now loaded silently; lattice and gee
+      are loaded only when needed.
+
+
+
                CHANGES IN APE VERSION 2.1