X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=ChangeLog;h=8480ce8d82dec01af58e8f2dba26fcf09b40c9b7;hb=d7105238f98acefc5fc0ad6278a515e682453b8b;hp=3cfdf9c7eefa368bfb915d3e1beefaa83a30867c;hpb=df2d6bcb931ba3b5fa7b327176e5793908d6c8fd;p=ape.git diff --git a/ChangeLog b/ChangeLog index 3cfdf9c..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 @@ -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