X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=ChangeLog;h=229acbec29ae826afeb53fdf749dcc7e8540fe84;hb=dfabbb4721bc499ee9e5ee9aadcfd59ff3d4f223;hp=0e8021260d28bed95db39a36b15ab75bd782feb2;hpb=06c3113db74a7cfa54c15a6f18163cd9b2c1f6db;p=ape.git diff --git a/ChangeLog b/ChangeLog index 0e80212..229acbe 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,11 @@ NEW FEATURES o There is now a print method for results from ace(). + o There is a labels() method for objects of class "DNAbin". + + o read.dna() has a new option 'as.matrix' to possibly force sequences + in a FASTA file to be stored in a matrix (see ?read.dna for details). + BUG FIXES @@ -20,11 +25,19 @@ DEPRECATED & DEFUNCT o evolve.phylo() and plot.ancestral() have been removed. + o chronogram(), ratogram(), and NPRS.criterion() have been removed. + OTHER CHANGES o nj() has been improved and is now about 30% faster. + o The default option 'drop' of [.DNAbin has been changed to FALSE to + avoid dropping rownames when selecting a single sequence. + + o print.DNAbin() has been changed to summary.DNAbin() which has been + removed. + CHANGES IN APE VERSION 2.5-1