]> git.donarmstrong.com Git - ape.git/blobdiff - ChangeLog
a few bug fixes especially in plot.phylo()
[ape.git] / ChangeLog
index 53f4a6209d15230d3dbb36932f60b65c3c173daa..8480ce8d82dec01af58e8f2dba26fcf09b40c9b7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,34 @@
                CHANGES IN APE VERSION 2.6-3
 
 
+NEW FEATURES
+
+    o rTraitCont() and rTraitDisc() gains a '...' argument used with
+      user-defined models (suggestion by Gene Hunt).
+
+
 BUG FIXES
 
     o as.hclust.phylo() now returns an error with unrooted trees.
 
+    o as.hclust.phylo() failed with trees with node labels (thanks to
+      Jinlong Zhang for pointing this bug out).
+
+    o read.dna(, "fasta") failed if sequences were not all of the same
+      length.
+
+    o plot.phylo() did not recycle values of 'font', 'cex' and
+      'tip.color' correctly when type = "fan" or "radial".
+
+
+OTHER CHANGES
+
+    o In drop.fossil() the default tol = 0 has been raised to 1e-8.
+
+    o The help command ?phylo now points to the man page of read.tree()
+      where this class is described. Similarly, ?matching points to the
+      man page of as.matching().
+
 
 
                CHANGES IN APE VERSION 2.6-2