X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=ChangeLog;h=8480ce8d82dec01af58e8f2dba26fcf09b40c9b7;hb=d7105238f98acefc5fc0ad6278a515e682453b8b;hp=057cf583a570dd78448d2e318059d3aaadd33e53;hpb=081bbd65bc9bbf19658c1dfc0724d17bf925626e;p=ape.git diff --git a/ChangeLog b/ChangeLog index 057cf58..8480ce8 100644 --- 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 @@ -32,7 +65,10 @@ BUG FIXES cutree() or rect.hclust(). o write.tree() did not output correctly node labels (thanks to Naim - Matasci for the fix). + Matasci and Jeremy Beaulieu for the fix). + + o ace(type = "discrete") has been improved thanks to Naim Marasci and + Jeremy Beaulieu.