X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Changes;h=0ca803e625cf2c19cdcc255bfb30f5a2cc1a3a95;hb=41cdf69dd7d0b334a94575c857f0d4c91a61e86f;hp=988dd6f1956c1ff5ea4138980f73348327f6bd73;hpb=85d300f9ba17580ca69943194b789db70bd0dcab;p=ape.git diff --git a/Changes b/Changes index 988dd6f..0ca803e 100644 --- a/Changes +++ b/Changes @@ -12,11 +12,18 @@ BUG FIXES o prop.part() failed with a single tree with the default option 'check.labels = TRUE'. + o summary.DNAbin() failed to display correctly the summary of + sequence lengths with lists of sequences of 10,000 bases or more + (because summary.default uses 4 significant digits by default). + + o read.nexus() failed to read a file with a single tree with line + breaks in the Newick string. + OTHER CHANGES o The data sets bird.orders and bird.families are now stored as - Newick strings; e.g., the command data(bird.orders) calls + Newick strings; i.e., the command data(bird.orders) calls read.tree().