]> git.donarmstrong.com Git - ape.git/blobdiff - ChangeLog
a few bug fixes especially in plot.phylo()
[ape.git] / ChangeLog
index 3cfdf9c7eefa368bfb915d3e1beefaa83a30867c..8480ce8d82dec01af58e8f2dba26fcf09b40c9b7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,36 @@
+               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
 
 
@@ -31,6 +64,12 @@ BUG FIXES
     o Objects returned by as.hclust.phylo() failed when analysed with
       cutree() or rect.hclust().
 
+    o write.tree() did not output correctly node labels (thanks to Naim
+      Matasci and Jeremy Beaulieu for the fix).
+
+    o ace(type = "discrete") has been improved thanks to Naim Marasci and
+      Jeremy Beaulieu.
+
 
 
                CHANGES IN APE VERSION 2.6-1