]> git.donarmstrong.com Git - ape.git/blob - NEWS
changes in reorder(, "cladewise")
[ape.git] / NEWS
1                 CHANGES IN APE VERSION 3.0-6
2
3
4 OTHER CHANGES
5
6     o dist.nodes() is now 6 to 10 times faster.
7
8     o reorder(, "cladewise") is now faster. The change is not very
9       visible for small trees (n < 1000) but this can be more than
10       1000 faster for big trees (n >= 1e4).
11
12
13
14                 CHANGES IN APE VERSION 3.0-5
15
16
17 BUG FIXES
18
19     o ace() should better catch errors when SEs cannot be computed.
20
21
22 OTHER CHANGES
23
24     o write.dna(format = "fasta") now conforms more closely to the
25       FASTA standard thanks to François Michonneau.
26
27     o print.DNAbin() does not print base compositions if there are more
28       than one million nucleotides.
29
30
31
32                 CHANGES IN APE VERSION 3.0-4
33
34
35 BUG FIXES
36
37     o read.dna() failed to read Phylip files if the first line used
38       tabulations instead of white spaces.
39
40     o read.dna() failed to read Phylip or Clustal files with less than
41       10 nucleotides. (See other changes in this function below.)
42
43 OTHER CHANGES
44
45     o read.dna() now requires at least one space (or tab) between the
46       taxa names and the sequences (whatever the length of taxa
47       names). write.dna() now follows the same rule.
48
49     o The option 'seq.names' of read.dna has been removed.
50
51     o The files ape-defunct.R and ape-defunct.Rd, which have not been
52       modified for almost two years, have been removed.
53
54     o The C code of bionj() has been reworked: it is more stable (by
55       avoiding passing character strings), slightly faster (by about
56       20%), and numerically more accurate.
57
58     o The C code of fastme.*() has been slightly modified and should
59       be more stable by avoiding passing character strings (the
60       results are identical to the previous versions).
61
62     o The file src/newick.c has been removed.
63
64
65
66                 CHANGES IN APE VERSION 3.0-3
67
68
69 BUG FIXES
70
71     o birthdeath() now catches errors and warnings much better so that
72       a result is returned in most cases.
73
74
75 OTHER CHANGES
76
77     o Because of problems with character string manipulation in C, the
78       examples in ?bionj and in ?fastme have been disallowed. In the
79       meantime, these functions might be unstable. This will be solved
80       for the next release.
81
82
83
84                 CHANGES IN APE VERSION 3.0-2
85
86
87 NEW FEATURES
88
89     o The new function alex (alignment explorator) zooms in a DNA
90       alignment and opens the result in a new window.
91
92
93 BUG FIXES
94
95     o compute.brtime() did not completely randomized the order of the
96       branching times.
97
98     o write.nexus() did not work correctly with rooted trees (thanks
99       to Matt Johnson for the fix).
100
101     o mltt.plot(, backward = FALSE) did not set the x-axis correctly.
102
103     o A bug was introduced in prop.clades() with ape 3.0. The help page
104       has been clarified relative to the use of the option 'rooted'.
105
106     o mantel.test() printed a useless warning message.
107
108     o plot.phylo(, direction = "downward") ignored 'y.lim'.
109
110     o is.monophyletic() did not work correctly if 'tips' was not stored
111       as integers.
112
113     o prop.part() could make R crash if the first tree had many
114       multichotomies.
115
116     o njs(), bionjs(), and mvrs() now return an error if 'fs < 1'.
117
118     o SDM() did not work correctly. The code has also been generally
119       improved.
120
121
122 OTHER CHANGES
123
124     o The DESCRIPTION file has been updated.
125
126     o The option 'original.data' of write.nexus() has been removed.
127
128     o The files bionjs.c, mvr.c, mvrs.c, njs.c, triangMtd.c, and
129       triangMtds.c have been improved which should fix some bugs in
130       the corresponding functions.
131
132     o dist.gene() now coerces input data frame as matrix resulting in
133       much faster calculations (thanks to a suggestion by Markus
134       Schlegel).
135
136
137
138                 CHANGES IN APE VERSION 3.0-1
139
140
141 NEW FEATURES
142
143     o dist.dna() has two new models: "indel" and "indelblock".
144
145     o bind.tree() now accepts 'position' > 0 when the trees have no
146       banch length permitting to create a node in 'x' when grafting
147       'y' (see ?bind.tree for details).
148
149
150 BUG FIXES
151
152     o cophyloplot( , rotate = TRUE) made R hanged after a few clicks.
153       Also the tree is no more plotted twice.
154
155     o read.GenBank() has been updated to work with EFetch 2.0.
156
157     o unroot() on trees in "pruningwise" order did not respect this
158       attribute.
159
160
161
162                 CHANGES IN APE VERSION 3.0
163
164
165 NEW FEATURES
166
167     o The three functions dyule, dbd, and dbdTime calculate the
168       density probability (i.e., the distribution of the number of
169       species) for the Yule, the constant and the time-dependent
170       birth-beath models, respectively. These probabilities can be
171       conditional on no extinction and/or on a log-scale.
172
173     o plot.phylo() has a new option 'rotate.tree' to rotate unrooted,
174       fan, or radial trees around the center of the plot.
175
176     o boot.phylo() and prop.clades() have a new option rooted =
177       FALSE. Note that the behaviour of prop.part() is unchanged.
178
179     o edgelabels() has a new option 'date' to place labels on edges of
180       chronograms using the time scale (suggestion by Rob Lanfear).
181
182
183 BUG FIXES
184
185     o In chronopl(), the code setting the initial dates failed in
186       complicated settings (several dates known within intervals).
187       This has been generally improved and should result in faster
188       and more efficient convergence even in simple settings.
189
190     o mantel.test() sometimes returned P-values > 1 with the default
191       two-tailed test.
192
193     o extract.clade() sometimes shuffled some tip labels (thanks to
194       Ludovic Mallet and Mahendra Mariadassou for the fix).
195
196     o clustal() should now find by default the executable under Windows.
197
198
199 OTHER CHANGES
200
201     o The code of yule() has been simplified and is now much faster for
202       big trees.
203
204     o The code of mantel.test() has been adjusted to be consistent
205       with common permutation tests.
206
207     o The C code of base.freq() has been improved and is now nearly 8
208       times faster.
209
210     o The option 'original.data' of write.nexus() is now deprecated and
211       will be removed in a future release.
212
213     o The code of is.ultrametric() has been improved and is now 3 times
214       faster.
215
216     o The code of vcv.phylo() has been improved and is now 10 or 30
217       times faster for 100 or 1000 tips, respectively. Consequently,
218       fitting models with PGLS will be faster overall.
219
220
221
222                 CHANGES IN APE VERSION 2.8
223
224
225 NEW FEATURES
226
227     o Twelve new functions have been written by Andrei-Alin Popescu:
228       additive, ultrametric, is.compatible, arecompatible, mvr, mvrs,
229       njs, bionjs, SDM, treePop, triangMtd, triangMtd*.
230
231     o A new class "bitsplits" has been created by Andrei-Alin Popescu
232       to code splits (aka, bipartition).
233
234     o There is a new generic function as.bitsplits with a method to
235       convert from the class "prop.part" to the class "bitsplits".
236
237     o The new function ltt.coplot plots on the same scales a tree and
238       the derived LTT plot.
239
240     o ltt.plot() has two new options: backward and tol. It can now
241       handle non-ultrametic trees and its internal coding has been
242       improved. The coordinates of the plot can now be computed with
243       the new function ltt.plot.coords.
244
245
246 BUG FIXES
247
248     o prop.part() crashed if some trees had some multichotomies.
249
250
251
252                 CHANGES IN APE VERSION 2.7-3
253
254
255 NEW FEATURES
256
257     o The new function compute.brtime computes and sets branching times.
258
259     o mantel.test() has a new argument 'alternative' which is
260       "two-sided" by default. Previously, this test was one-tailed
261       with no possibility to change.
262
263     o ace() can now do REML estimation with continuous characters,
264       giving better estimates of the variance of the Brownian motion
265       process.
266
267
268 BUG FIXES
269
270     o Branch lengths were wrongly updated with bind.tree(, where = <tip>,
271       position = 0). (Thanks to Liam Revell for digging this bug out.)
272
273     o Simulation of OU process with rTraitCont() did not work correctly.
274       This now uses formula from Gillespie (1996) reduced to a BM
275       process when alpha = 0 to avoid division by zero. The option
276       'linear' has been removed.
277
278     o Cross-validation in chronopl() did not work when 'age.max' was
279       used.
280
281     o consensus(, p = 0.5) could return an incorrect tree if some
282       incompatible splits occur in 50% of the trees (especially with
283       small number of trees).
284
285     o c() with "multiPhylo" did not work correctly (thanks to Klaus
286       Schliep for the fix).
287
288     o root() failed in some cases with an outgroup made of several tips.
289       The help page has been clarified a bit.
290
291
292
293                 CHANGES IN APE VERSION 2.7-2
294
295
296 NEW FEATURES
297
298     o There is a new class "evonet" to code evolutionary networks, with
299       a constructor function evonet(), a print() and a plot() methods,
300       and four conversion methods to the classes "phylo", "networx",
301       "network", and "igraph".
302
303     o The new function rTraitMult does multivariate traits simulation
304       with user-defined models.
305
306     o plot.phylo() has a new option 'plot = TRUE'. If FALSE, the tree
307       is not plotted but the graphical device is set and the
308       coordinates are saved as usual.
309
310     o diversity.contrast.test() gains a fourth version of the test with
311       method = "logratio"; the literature citations have been clarified.
312
313     o add.scale.bar() has two new options, 'lwd' and 'lcol', to modify
314       the aspect of the bar.
315
316     o boot.phylo() now displays a progress bar by default (can be off
317       if 'quiet = TRUE').
318
319     o There is a new predict() method for compar.gee().
320
321
322 BUG FIXES
323
324     o bionj() made R crash if distances were too large. It now returns
325       an error if at least one distance is greater than 100.
326
327     o drop.tip() returned a wrong tree if 'tip' was of zero length.
328
329     o read.nexus.data() failed with URLs.
330
331     o boot.phylo() returned overestimated support values in the
332       presence of identical or nearly identical sequences.
333
334
335 OTHER CHANGES
336
337     o The data bird.families, bird.orders, cynipids, and woodmouse are
338       now provided as .rda files.
339
340
341
342                 CHANGES IN APE VERSION 2.7-1
343
344
345 NEW FEATURES
346
347     o The new function trex does tree exploration with multiple
348       graphical devices.
349
350     o The new function kronoviz plots several rooted (dated) trees on
351       the scale scale.
352
353     o identify.phylo() has a new option 'quiet' (FALSE by default).
354
355
356 BUG FIXES
357
358     o A bug was introduced in read.nexus() in ape 2.7.
359
360     o image.DNAbin() did not colour correctly the bases if there were
361       some '-' and no 'N'.
362
363     o .compressTipLabel() failed with a list with a single tree.
364
365     o identify.phylo() returned a wrong answer when the x- and y-scales
366       are very different.
367
368     o write.nexus() failed with lists of trees with compressed labels.
369
370
371 OTHER CHANGES
372
373     o identify.phylo() now returns NULL if the user right- (instead of
374       left-) clicks (an error was returned previously).
375
376     o read.nexus() should be robust to commands inserted in the TREES
377       block.
378
379
380
381                 CHANGES IN APE VERSION 2.7
382
383
384 NEW FEATURES
385
386     o There is a new image() method for "DNAbin" objects: it plots DNA
387       alignments in a flexible and efficient way.
388
389     o Two new functions as.network.phylo and as.igraph.phylo convert
390       trees of class "phylo" into these respective network classes
391       defined in the packages of the same names.
392
393     o The three new functions clustal, muscle, and tcoffee perform
394       nucleotide sequence alignment by calling the external programs
395       of the same names.
396
397     o Four new functions, diversity.contrast.test, mcconwaysims.test,
398       richness.yule.test, and slowinskiguyer.test, implement various
399       tests of diversification shifts using sister-clade comparisons.
400
401     o base.freq() gains an option 'all' to count all the possible bases
402       including the ambiguous ones (defaults to FALSE).
403
404     o read.nexus() now writes tree names in the NEXUS file if given a
405       list of trees with names.
406
407
408 BUG FIXES
409
410     o prop.part() failed in some situations with unrooted trees.
411
412     o read.nexus() shuffled node labels when a TRANSLATE block was
413       present.
414
415     o varCompPhylip() did not work if 'exec' was specified.
416
417     o bind.tree() shuffled node labels when position > 0 and 'where'
418       was not the root.
419
420
421 OTHER CHANGES
422
423     o BaseProportion in src/dist_dna.c has been modified.
424
425     o A number of functions in src/tree_build.c have been modified.
426
427     o The matching representation has now only two columns as the third
428       column was redundant.
429
430
431
432                 CHANGES IN APE VERSION 2.6-3
433
434
435 NEW FEATURES
436
437     o rTraitCont() and rTraitDisc() gains a '...' argument used with
438       user-defined models (suggestion by Gene Hunt).
439
440
441 BUG FIXES
442
443     o as.hclust.phylo() now returns an error with unrooted trees.
444
445     o as.hclust.phylo() failed with trees with node labels (thanks to
446       Jinlong Zhang for pointing this bug out).
447
448     o read.dna(, "fasta") failed if sequences were not all of the same
449       length.
450
451     o plot.phylo() did not recycle values of 'font', 'cex' and
452       'tip.color' correctly when type = "fan" or "radial".
453
454     o plot.phylo() ignored 'label.offset' when type = "radial", "fan", or
455       "unrooted" with lab4ut = "axial" (the placement of tip labels still
456       needs to be improved with lab4ut = "horizontal").
457
458
459 OTHER CHANGES
460
461     o In drop.fossil() the default tol = 0 has been raised to 1e-8.
462
463     o The help command ?phylo now points to the man page of read.tree()
464       where this class is described. Similarly, ?matching points to the
465       man page of as.matching().
466
467
468
469                 CHANGES IN APE VERSION 2.6-2
470
471
472 NEW FEATURES
473
474     o Two new functions, pic.ortho and varCompPhylip, implements the
475       orthonormal contrasts of Felsenstein (2008, Am Nat, 171:713). The
476       second function requires Phylip to be installed on the computer.
477
478     o bd.ext() has a new option conditional = TRUE to use probabilities
479       conditioned on no extinction for the taxonomic data.
480
481
482 BUG FIXES
483
484     o write.tree() failed to output correctly tree names.
485
486     o dist.nodes() returned duplicated column(s) with unrooted and/or
487       multichotomous trees.
488
489     o mcmc.popsize() terminated unexpectedly if the progress bar was
490       turned off.
491
492     o prop.part(x) made R frozen if 'x' is of class "multiPhylo".
493
494     o Compilation under Mandriva failed (thanks to Jos Käfer for the fix).
495
496     o drop.tip() shuffled tip labels with subtree = TRUE or trim.internal
497       = FALSE.
498
499     o Objects returned by as.hclust.phylo() failed when analysed with
500       cutree() or rect.hclust().
501
502     o write.tree() did not output correctly node labels (thanks to Naim
503       Matasci and Jeremy Beaulieu for the fix).
504
505     o ace(type = "discrete") has been improved thanks to Naim Marasci and
506       Jeremy Beaulieu.
507
508
509
510                 CHANGES IN APE VERSION 2.6-1
511
512
513 NEW FEATURES
514
515     o The new function speciesTree calculates the species tree from a set
516       of gene trees. Several methods are available including maximum tree
517       and shallowest divergence tree.
518
519
520 BUG FIXES
521
522     o A bug introduced in write.tree() with ape 2.6 has been fixed.
523
524     o as.list.DNAbin() did not work correctly with vectors.
525
526     o as.hclust.phylo() failed with trees with node labels (thanks to
527       Filipe Vieira for the fix).
528
529
530
531                 CHANGES IN APE VERSION 2.6
532
533
534 NEW FEATURES
535
536     o The new functions rlineage and rbdtree simulate phylogenies under
537       any user-defined time-dependent speciation-extinction model. They
538       use continuous time algorithms.
539
540     o The new function drop.fossil removes the extinct species from a
541       phylogeny.
542
543     o The new function bd.time fits a user-defined time-dependent
544       birth-death model. It is a generalization of yule.time() taking
545       extinction into account.
546
547     o The new function MPR does most parsimonious reconstruction of
548       discrete characters.
549
550     o The new function Ftab computes the contingency table of base
551       frequencies from a pair of sequences.
552
553     o There is now an 'as.list' method for the class "DNAbin".
554
555     o dist.dna() can compute the number of transitions or transversions
556       with the option model = "Ts" or model = "Tv", respectively.
557
558     o [node|tip|edge]labels() gain three options with default values to
559       control the aspect of thermometers: horiz = TRUE, width = NULL,
560       and height = NULL.
561
562     o compar.gee() has been improved with the new option 'corStruct' as an
563       alternative to 'phy' to specify the correlation structure, and
564       calculation of the QIC (Pan 2001, Biometrics). The display of the
565       results has also been improved.
566
567     o read.GenBank() has a new option 'gene.names' to return the name of
568       the gene (FALSE by default).
569
570
571 BUG FIXES
572
573     o extract.clade() sometimes shuffled the tip labels.
574
575     o plot.phylo(type = "unrooted") did not force asp = 1 (thanks to Klaus
576       Schliep for the fix)
577
578     o dist.dna(model = "logdet") used to divide distances by 4. The
579       documentation has been clarified on the formulae used.
580
581
582 OTHER CHANGES
583
584     o rTraitCont(model = "OU") has an option 'linear = TRUE' to possibly
585       change the parameterisation (see ?rTraitCont for details).
586
587     o pic() now returns a vector with the node labels of the tree (if
588       available) as names.
589
590     o write.tree() and read.tree() have been substantially improved thanks
591       to contributions by Klaus Schliep.
592
593
594
595                 CHANGES IN APE VERSION 2.5-3
596
597
598 NEW FEATURES
599
600     o The new function mixedFontLabel helps to make labels with bits of
601       text to be plotted in different fonts.
602
603     o There are now replacement operators for [, [[, and $ for the class
604       "multiPhylo" (i.e., TREES[11:20] <- rmtree(10, 100)). They possibly
605       check that the tip labels are the same in all trees.
606
607     o Objects of class "multiPhylo" can be built with c(): there are
608       methods for the classes "phylo" and "multiPhylo".
609
610     o The internal functions .compressTipLabel and .uncompressTipLabel are
611       now documented.
612
613
614 BUG FIXES
615
616     o bind.tree(x, y, where, position = 0) did not work correctly if 'y'
617       was a single-edge tree and 'where' was a tip.
618
619     o rTraitCont() did not use the square-root of branch lengths when
620       simulating a Brownian motion model.
621
622
623
624                 CHANGES IN APE VERSION 2.5-2
625
626
627 NEW FEATURES
628
629     o There is now a print method for results from ace().
630
631     o There is a labels() method for objects of class "DNAbin".
632
633     o read.dna() has a new option 'as.matrix' to possibly force sequences
634       in a FASTA file to be stored in a matrix (see ?read.dna for details).
635
636
637 BUG FIXES
638
639     o as.phylo.hclust() used to multiply edge lengths by 2.
640
641     o A minor bug was fixed in rTraitDisc().
642
643     o ace() sometimes failed (parameter value was NaN and the optimisation
644       failed).
645
646
647 DEPRECATED & DEFUNCT
648
649     o evolve.phylo() and plot.ancestral() have been removed.
650
651     o chronogram(), ratogram(), and NPRS.criterion() have been removed.
652
653
654 OTHER CHANGES
655
656     o nj() has been improved and is now about 30% faster.
657
658     o The default option 'drop' of [.DNAbin has been changed to FALSE to
659       avoid dropping rownames when selecting a single sequence.
660
661     o print.DNAbin() has been changed to summary.DNAbin() which has been
662       removed.
663
664
665
666                 CHANGES IN APE VERSION 2.5-1
667
668
669 NEW FEATURES
670
671     o The new function stree generates trees with regular shapes.
672
673     o It is now possible to bind two trees with x + y (see ?bind.tree for
674       details).
675
676     o drop.tip(), extract.clade(), root(), and bind.tree() now have an
677       'interactive' option to make the operation on a plotted tree.
678
679     o cophyloplot() gains two new arguments 'lwd' and 'lty' for the
680       association links; they are recycled like 'col' (which wasn't before).
681
682
683 BUG FIXES
684
685     o rTraitDisc() did not use its 'freq' argument correctly (it was
686       multiplied with the rate matrix column-wise instead of row-wise).
687
688     o [node|tip|edge]labels(thermo = ) used to draw empty thermometers
689       with NA values. Nothing is drawn now like with 'text' or 'pch'.
690       The same bug occurred with the 'pie' option.
691
692     o A bug was fixed in compar.ou() and the help page was clarified.
693
694     o bind.tree() has been rewritten fixing several bugs and making it
695       more efficient.
696
697     o plot.phylo(type = "p") sometimes failed to colour correctly the
698       vertical lines representing the nodes.
699
700     o plot.phylo(direction = "l", x.lim = 30) failed to plot the branches
701       in the correct direction though the tip labels were displayed
702       correctly.
703
704
705 OTHER CHANGES
706
707     o The c, cbind, and rbind methods for "DNAbin" objetcs now check that
708       the sequences are correctly stored (in a list for c, in a matrix
709       for the two other functions).
710
711
712
713                 CHANGES IN APE VERSION 2.5
714
715
716 NEW FEATURES
717
718     o The new function parafit by Pierre Legendre tests for the
719       coevolution between hosts and parasites. It has a companion
720       function, pcoa, that does principal coordinate decomposition.
721       The latter has a biplot method.
722
723     o The new function lmorigin by Pierre Legendre performs multiple
724       regression through the origin with testing by permutation.
725
726     o The new functions rTraitCont and rTraitDisc simulate continuous and
727       discrete traits under a wide range of evolutionary models.
728
729     o The new function delta.plot does a delta plot following Holland et
730       al. (2002, Mol. Biol. Evol. 12:2051).
731
732     o The new function edges draws additional branches between any nodes
733       and/or tips on a plotted tree.
734
735     o The new function fancyarrows enhances arrows from graphics with
736       triangle and harpoon heads; it can be called from edges().
737
738     o add.scale.bar() has a new option 'ask' to draw interactively.
739
740     o The branch length score replaces the geodesic distance in dist.topo.
741
742     o Three new data sets are included: the gopher-lice data (gopher.D),
743       SO2 air pollution in 41 US cities (lmorigin.ex1, from Sokal &
744       Rohlf 1995), and some host-parasite specificity data
745       (lmorigin.ex2, from Legendre & Desdevises 2009).
746
747
748 BUG FIXES
749
750     o add.scale.bar() drew the bar outside the plotting region with the
751       default options with unrooted or radial trees.
752
753     o dist.topo() made R stuck when the trees had different sizes (thanks
754       to Otto Cordero for the fix).
755
756
757 OTHER CHANGES
758
759     o The geodesic distance has been replaced by the branch length score
760       in dist.topo().
761
762
763
764                 CHANGES IN APE VERSION 2.4-1
765
766
767 NEW FEATURES
768
769     o rtree() and rcoal() now accept a numeric vector for the 'br'
770       argument.
771
772     o vcv() is a new generic function with methods for the classes "phylo"
773       and "corPhyl" so that it is possible to calculate the var-cov matrix
774       for "transformation models". vcv.phylo() can still be used for trees
775       of class "phylo"; its argument 'cor' has been renamed 'corr'.
776
777
778 BUG FIXES
779
780     o bind.tree() failed when 'y' had no root edge.
781
782     o read.nexus() shuffled tip labels when the trees have no branch
783       lengths and there is a TRANSLATE block.
784
785     o read.nexus() does not try to translate node labels if there is a
786       translation table in the NEXUS file. See ?read.nexus for a
787       clarification on this behaviour.
788
789     o plot.multiPhylo() crashed R when plotting a list of trees with
790       compressed tip labels.
791
792     o write.nexus() did not translate the taxa names when asked for.
793
794     o plot.phylo(type = "fan") did not rotate the tip labels correctly
795       when the tree has branch lengths.
796
797     o ace(type = "continuous", method = "ML") now avoids sigma² being
798       negative (which resulted in an error).
799
800     o nj() crashed with NA/NaN in the distance matrix: an error in now
801       returned.
802
803
804
805                 CHANGES IN APE VERSION 2.4
806
807
808 NEW FEATURES
809
810     o base.freq() has a new option 'freq' to return the counts; the
811       default is still to return the proportions.
812
813
814 BUG FIXES
815
816     o seg.sites() did not handle ambiguous nucleotides correctly: they
817       are now ignored.
818
819     o plot(phy, root.edge = TRUE) failed if there was no $root.edge in
820       the tree: the argument is now ignored.
821
822     o add.scale.bar() failed when 'x' and 'y' were given (thanks to Janet
823       Young for the fix).
824
825
826 OTHER CHANGES
827
828     o Trying to plot a tree with a single tip now returns NULL with a
829       warning (it returned an error previously).
830
831     o The way lines representing nodes are coloured in phylograms has
832       been modified (as well as their widths and types) following some
833       users' request; this is only for dichotomous nodes.
834
835     o The argument 'adj' in [node][tip][edge]labels() now works when
836       using 'pie' or 'thermo'.
837
838     o A more informative message error is now returned by dist.dna() when
839       'model' is badly specified (partial matching of this argument is
840       done now).
841
842     o Deprecated functions are now listed in a help page: see
843       help("ape-defunct") with the quotes.
844
845
846 DEPRECATED & DEFUNCT
847
848     o The functions heterozygosity, nuc.div, theta.h, theta.k and
849       theta.s have been moved from ape to pegas.
850
851     o The functions mlphylo, DNAmodel and sh.test have been removed.
852
853
854
855                 CHANGES IN APE VERSION 2.3-3
856
857
858 BUG FIXES
859
860     o add.scale.bar() always drew a horizontal bar.
861
862     o zoom() shuffled tips with unrooted trees.
863
864     o write.nexus() failed to write correctly trees with a "TipLabel"
865       attribute.
866
867     o rcoal() failed to compute branch lengths with very large n.
868
869     o A small bug was fixed in compar.cheverud() (thanks to Michael
870       Phelan for the fix).
871
872     o seg.sites() failed when passing a vector.
873
874     o drop.tip() sometimes shuffled tip labels.
875
876     o root() shuffled node labels with 'resolve.root = TRUE'.
877
878
879
880                 CHANGES IN APE VERSION 2.3-2
881
882
883 BUG FIXES
884
885     o all.equal.phylo() did not compare unrooted trees correctly.
886
887     o dist.topo(... method = "PH85") did not treat unrooted trees
888       correctly (thanks to Tim Wallstrom for the fix).
889
890     o root() sometimes failed to test for the monophyly of the
891       outgroup correctly.
892
893     o extract.clade() sometimes included too many edges.
894
895     o vcv.phylo() did not work correctly when the tree is in
896       "pruningwise" order.
897
898     o nj() did not handle correctly distance matrices with many 0's.
899       The code has also been significantly improved: 7, 70, 160 times
900       faster with n = 100, 500, 1000, respectively.
901
902
903
904                 CHANGES IN APE VERSION 2.3-1
905
906
907 NEW FEATURES
908
909     o The new function is.monophyletic tests the monophyly of a group.
910
911     o There is now a c() method for lists of class "DNAbin".
912
913     o yule.cov() now fits the null model, and its help page has been
914       corrected with respect to this change.
915
916     o drop.tip() has a new option 'rooted' to force (or not) a tree
917       to be treated as (un)rooted.
918
919
920 BUG FIXES
921
922     o dist.gene() failed on most occasions with the default
923       pairwise.deletion = FALSE.
924
925     o read.tree() failed to read correctly the tree name(s).
926
927     o boot.phylo() now treats correctly data frames.
928
929     o del.gaps() did not copy the rownames of a matrix.
930
931     o A small bug was fixed in CDAM.global().
932
933     o ace() failed with large data sets. Thanks to Rich FitzJohn for
934       the fix. With other improvements, this function is now about 6
935       times faster.
936
937     o write.tree() failed with objects of class "multiPhylo".
938
939     o drop.tip(, subtree = TRUE) sometimes shuffled tip labels.
940
941
942 OTHER CHANGES
943
944     o [.multiPhylo and [.DNAbin now respect the original class.
945
946     o Instances of the form class(phy) == "phylo" have been replaced
947       by inherits(phy, "phylo").
948
949     o rcoal() is now faster.
950
951
952 DEPRECATED & DEFUNCT
953
954     o klastorin() has been removed.
955
956
957
958                 CHANGES IN APE VERSION 2.3
959
960
961 NEW FEATURES
962
963     o The new functions CADM.global and CADM.post, contributed by
964       Pierre Legendre, test the congruence among several distance
965       matrices.
966
967     o The new function yule.time fits a user-defined time-dependent
968       Yule model by maximum likelihood.
969
970     o The new function makeNodeLabel creates and/or modifies node
971       labels in a flexible way.
972
973     o read.tree() and write.tree() have been modified so that they can
974       handle individual tree names.
975
976     o plot.phylo() has a new argument 'edge.lty' that specifies the
977       types of lines used for the edges (plain, dotted, dashed, ...)
978
979     o phymltest() has been updated to work with PhyML 3.0.1.
980
981
982 BUG FIXES
983
984     o drop.tip() shuffled tip labels in some cases.
985
986     o drop.tip() did not handle node.label correctly.
987
988     o is.ultrametric() now checks the ordering of the edge matrix.
989
990     o ace() sometimes returned negative values of likelihoods of
991       ancestral states (thanks to Dan Rabosky for solving this long
992       lasting bug).
993
994
995 OTHER CHANGES
996
997     o The data set xenarthra has been removed.
998
999
1000
1001                 CHANGES IN APE VERSION 2.2-4
1002
1003 BUG FIXES
1004
1005     o The bug fix in read.nexus() in version 2.2-3 was wrong: this is
1006       now fixed. (Thanks to Peter Wragg for the fix!)
1007
1008     o A warning message occurred for no reason with ace(method="GLS").
1009
1010
1011 OTHER CHANGES
1012
1013     o There is now a general help page displayed with '?ape'.
1014
1015
1016
1017                 CHANGES IN APE VERSION 2.2-3
1018
1019
1020 NEW FEATURES
1021
1022     o The new function extract.clade extracts a clade from a tree by
1023       specifying a node number or label.
1024
1025     o fastme.bal() has two new options 'spr' and 'tbr' to perform tree
1026       operations of the same names.
1027
1028     o dist.dna() can now return the number of site differences by
1029       specifying model="N".
1030
1031
1032 BUG FIXES
1033
1034     o chronopl() did not work with CV = TRUE.
1035
1036     o read.nexus() did not work correctly in some situations (trees on
1037       multiple lines with different numbers of lines and/or with
1038       comments inserted within the trees).
1039
1040     o ltt.plot(), ltt.lines(), and mltt.plot() did not count correctly
1041       the number of lineages with non-binary trees.
1042
1043
1044 OTHER CHANGES
1045
1046     o ape has now a namespace.
1047
1048     o drop.tip() has been improved: it should be much faster and work
1049       better in some cases (e.g., see the example in ?zoom).
1050
1051
1052
1053                 CHANGES IN APE VERSION 2.2-2
1054
1055
1056 NEW FEATURES
1057
1058     o dist.gene() has been substantially improved and gains an option
1059       'pairwise.deletion'.
1060
1061     o cbind.DNAbin() has a new option 'fill.with.gaps' and is now
1062       more flexible.
1063
1064
1065 BUG FIXES
1066
1067     o prop.part() failed with a single tree with the default option
1068      'check.labels = TRUE'.
1069
1070    o summary.DNAbin() failed to display correctly the summary of
1071      sequence lengths with lists of sequences of 10,000 bases or more
1072      (because summary.default uses 4 significant digits by default).
1073
1074    o read.nexus() failed to read a file with a single tree with line
1075      breaks in the Newick string.
1076
1077    o del.gaps() returned a list of empty sequences when there were no
1078      gaps.
1079
1080
1081 OTHER CHANGES
1082
1083     o phymltest() has been updated for PhyML 3.0 and gains an option
1084       'append', whereas the option 'path2exec' has been removed.
1085
1086     o rbind.DNAbin() and cbind.DNAbin() now accept a single matrix
1087       which is returned unchanged (instead of an error).
1088
1089     o The data sets bird.orders and bird.families are now stored as
1090       Newick strings; i.e., the command data(bird.orders) calls
1091       read.tree().
1092
1093
1094
1095                 CHANGES IN APE VERSION 2.2-1
1096
1097
1098 NEW FEATURES
1099
1100     o The new function makeLabel() helps to modify labels of trees,
1101       lists of trees, or DNA sequences, with several utilities to
1102       truncate and/or make them unique, substituting some
1103       characters, and so on.
1104
1105     o The new function del.gaps() removes insertion gaps ("-") in a
1106       set of DNA sequences.
1107
1108     o read.dna() can now read Clustal files (*.aln).
1109
1110
1111 BUG FIXES
1112
1113     o root() failed with 'resolve.root = TRUE' when the root was
1114       already the specified root.
1115
1116     o Several bugs were fixed in mlphylo().
1117
1118     o collapsed.singles() did not propagate the 'Nnode' and
1119       'node.labels' elements (thanks to Elizabeth Purdom for the fix).
1120
1121     o read.nexus() failed to remove correctly the comments within
1122       trees.
1123
1124     o read.nexus() failed to read a file with a single tree and no
1125       translation of tip labels.
1126
1127     o read.nexus() failed to place correctly tip labels when reading
1128       a single tree with no edge lengths.
1129
1130     o A bug was fixed in sh.test().
1131
1132
1133 OTHER CHANGES
1134
1135     o unique.multiPhylo() is faster thanks to a suggestion by Vladimir
1136       Minin.
1137
1138     o The option 'check.labels' of consensus() and prop.part() is now
1139       TRUE by default.
1140
1141     o write.dna() now does not truncate names to 10 characters with
1142       the Phylip formats.
1143
1144
1145
1146                 CHANGES IN APE VERSION 2.2
1147
1148
1149 NEW FEATURES
1150
1151     o Four new functions have been written by Damien de Vienne for the
1152       graphical exploration of large trees (cophyloplot, subtrees,
1153       subtreeplot), and to return the graphical coordinates of tree
1154       (without plotting).
1155
1156     o The new functions corPagel and corBlomberg implement the Pagel's
1157       "lambda" and Blomberg et al.'s "ACDC" correlation structures.
1158
1159     o chronopl() has been improved and gains several options: see its
1160       help page for details.
1161
1162     o boot.phylo() has now an option 'trees' to possibly return the
1163       bootstraped trees (the default is FALSE).
1164
1165     o prop.part() has been improved and should now be faster in all
1166       situations.
1167
1168
1169 BUG FIXES
1170
1171     o read.dna() failed if "?" occurred in the first 10 sites of the
1172       first sequence.
1173
1174     o The x/y aspect of the plot is now respected when plotting a
1175       circular tree (type = "r" or "f").
1176
1177     o Drawing the tip labels sometimes failed when plotting circular
1178       trees.
1179
1180     o zoom() failed when tip labels were used instead of their numbers
1181       (thanks to Yan Wong for the fix).
1182
1183     o drop.tip() failed with some trees (fixed by Yan Wong).
1184
1185     o seg.sites() failed with a list.
1186
1187     o consensus() failed in some cases. The function has been improved
1188       as well and is faster.
1189
1190
1191
1192                 CHANGES IN APE VERSION 2.1-3
1193
1194
1195 BUG FIXES
1196
1197     o A bug in read.nexus() made the Windows R-GUI crash.
1198
1199     o An error was fixed in the computation of ancestral character
1200       states by generalized least squares in ace().
1201
1202     o di2multi() did not modify node labels correctly.
1203
1204     o multi2di() failed if the tree had its attribute "order" set to
1205       "cladewise".
1206
1207
1208
1209                 CHANGES IN APE VERSION 2.1-2
1210
1211
1212 NEW FEATURES
1213
1214     o There three new methods for the "multiPhylo" class: str, $,
1215       and [[.
1216
1217     o root() gains the options 'node' and 'resolve.root'
1218       (FALSE by default) as well as its code being improved.
1219
1220     o mltt.plot() has now an option 'log' used in the same way
1221       than in plot.default().
1222
1223
1224 BUG FIXES
1225
1226     o mltt.plot() failed to display the legend with an unnamed
1227       list of trees.
1228
1229     o nodelabels() with pies now correcly uses the argument
1230       'cex' to draw symbols of different sizes (which has
1231       worked already for thermometers).
1232
1233     o read.nexus() generally failed to read very big files.
1234
1235
1236 OTHER CHANGES
1237
1238     o The argument 'family' of compar.gee() can now be a function
1239       as well as a character string.
1240
1241     o read.tree() and read.nexus() now return an unnamed list if
1242       'tree.names = NULL'.
1243
1244     o read.nexus() now returns a modified object of class "multiPhylo"
1245       when there is a TRANSLATE block in the NEXUS file: the individual
1246       trees have no 'tip.label' vector, but the list has a 'TipLabel'
1247       attribute. The new methods '$' and '[[' set these elements
1248       correctly when extracting trees.
1249
1250
1251
1252                 CHANGES IN APE VERSION 2.1-1
1253
1254
1255 NEW FEATURES
1256
1257     o The new function rmtree generates lists of random trees.
1258
1259     o rcoal() now generates a genuine coalescent tree by default
1260       (thanks to Vladimir Minin for the code).
1261
1262
1263 BUG FIXES
1264
1265     o nuc.div() returned an incorrect value with the default
1266       pairwise.deletion = FALSE.
1267
1268
1269 OTHER CHANGES
1270
1271     o The internal codes of bionj(), fastme.bal(), and fastme.ols()
1272       have been improved so that they are stabler and faster.
1273
1274     o R packages used by ape are now loaded silently; lattice and gee
1275       are loaded only when needed.
1276
1277
1278
1279                 CHANGES IN APE VERSION 2.1
1280
1281
1282 NEW FEATURES
1283
1284     o The new function identify.phylo identifies clades on a plotted
1285       tree using the mouse.
1286
1287     o It is now possible to subset a list of trees (object of class
1288       "multiPhylo") with "[" while keeping its class correct.
1289
1290     o The new function as.DNAbin.alignment converts DNA sequences
1291       stored in the "alignment" format of the package seqinr into
1292       an object of class "DNAbin".
1293
1294     o The new function weight.taxo2 helps to build similarity matrices
1295       given two taxonomic levels (usually called by other functions).
1296
1297     o write.tree() can now take a list of trees (class "multiPhylo")
1298       as its main argument.
1299
1300     o plot.correlogram() and plot.correlogramList() have been
1301       improved, and gain several options (see the help page for
1302       details). A legend is now plotted by default.
1303
1304
1305 BUG FIXES
1306
1307     o dist.dna() returned some incorrect values with `model = "JC69"'
1308       and `pairwise.deletion = TRUE'. This affected only the
1309       distances involving sequences with missing values. (Thanks
1310       to Bruno Toupance for digging this bug out.)
1311
1312     o write.tree() failed with some trees: this is fixed by removing
1313       the `multi.line' option (trees are now always printed on a
1314       single line).
1315
1316     o read.nexus() did not correctly detect trees with multiple root
1317       edges (see OTHER CHANGES).
1318
1319
1320 OTHER CHANGES
1321
1322     o The code of mlphylo() has been almost entirely rewritten, and
1323       should be much stabler. The options have been also greatly
1324       simplified (see ?mlphylo and ?DNAmodel for details).
1325
1326     o The internal function nTips has been renamed klastorin_nTips.
1327
1328     o The code of is.ultrametric() contained redundancies and has
1329       been cleaned-up.
1330
1331     o The code of Moran.I() and of correlogram.formula() have been
1332       improved.
1333
1334     o read.tree() and read.nexus() now return an error when trying to
1335       read a tree with multiple root edges (see BUG FIXES). The
1336       correction applied in previous version did not work in all
1337       situations.
1338
1339     o The class c("multi.tree", "phylo") has been renamed
1340       "multiPhylo".
1341
1342
1343 DOCUMENTATION
1344
1345     o There is now a vignette in ape: see vignette("MoranI", "ape").
1346
1347
1348 DEPRECATED & DEFUNCT
1349
1350     o as.matching() and as.phylo.matching() do not support branch
1351       lengths.
1352
1353     o correlogram.phylo() and discrete.dist() have been removed.
1354
1355
1356
1357                 CHANGES IN APE VERSION 2.0-2
1358
1359
1360 NEW FEATURES
1361
1362     o The new function matexpo computes the exponential of a square
1363       matrix.
1364
1365     o The new function unique.multi.tree removes duplicate trees from
1366       a list.
1367
1368     o yule() has a new option `use.root.edge = FALSE' that specifies
1369       to ignore, by default, the root edge of the tree if it exists.
1370
1371
1372 BUG FIXES
1373
1374     o which.edge() failed when the index of a single terminal edge was
1375       looked for.
1376
1377     o In diversi.time(), the values returned for model C were
1378       incorrect.
1379
1380     o A bug was fixed in yule() that affected the calculation of the
1381       likelihood in the presence of ties in the branching times.
1382
1383     o There was a bug in the C function mat_expo4x4 affecting the
1384       calculations of the transition probabilities for models HKY and
1385       GTR in mlphylo().
1386
1387     o A small bug was fixed in as.matrix.DNAbin (thanks to James
1388       Bullard).
1389
1390     o rtree() did not `shuffle' the tip labels by default, so only a
1391       limited number of labelled topologies could be generated.
1392
1393
1394
1395                 CHANGES IN APE VERSION 2.0-1
1396
1397
1398 NEW FEATURES
1399
1400     o The three new functions bionj, fastme.ols, and fastme.bal
1401       perform phylogeny estimation by the BIONJ and fastME methods in
1402       OLS and balanced versions. This is a port to R of previous
1403       previous programs done by Vincent Lefort.
1404
1405     o The new function chronoMPL performs molecular dating with the
1406       mean path lengths method of Britton et al. (2002, Mol. Phyl.
1407       Evol. 24: 58).
1408
1409     o The new function rotate, contributed by Christoph Heibl, swaps
1410       two clades connected to the same node. It works also with
1411       multichotomous nodes.
1412
1413     o The new `method' as.matrix.DNAbin() may be used to convert
1414       easily DNA sequences stored in a list into a matrix while
1415       keeping the names and the class.
1416
1417
1418 BUG FIXES
1419
1420     o chronopl() failed when some branch lengths were equal to zero:
1421       an error message is now returned.
1422
1423     o di2multi() failed when there was a series of consecutive edges
1424       to remove.
1425
1426
1427
1428                 CHANGES IN APE VERSION 1.10-2
1429
1430
1431 NEW FEATURES
1432
1433     o plot.phylo() can now plot circular trees: the option is type =
1434       "fan" or type = "f" (to avoid the ambiguity with type = "c").
1435
1436     o prop.part() has a new option `check.labels = FALSE' which allows
1437       to considerably speed-up the calculations of bipartitions. As a
1438       consequence, calculations of bootstrap values with boot.phylo()
1439       should be much faster.
1440
1441
1442 BUG FIXES
1443
1444     o read.GenBank() did not return correctly the list of species as
1445       from ape 1.10: this is fixed in this version
1446
1447     o Applying as.phylo() on a tree of class "phylo" failed: the
1448       object is now returned unchanged.
1449
1450
1451
1452                 CHANGES IN APE VERSION 1.10-1
1453
1454
1455 NEW FEATURES
1456
1457     o The three new functions Ntip, Nnode, and Nedge return, for a
1458       given tree, the number of tips, nodes, or edges, respectively.
1459
1460
1461 BUG FIXES
1462
1463     o read.nexus() did not set correctly the class of the returned
1464       object when reading multiple trees.
1465
1466     o mllt.plot() failed with objects of class c("multi.tree",
1467       "phylo").
1468
1469     o unroot() did not work correctly in most cases.
1470
1471     o reorder.phylo() made R freeze in some occasions.
1472
1473     o Plotting a tree in pruningwise order failed.
1474
1475     o When plotting an unrooted tree, the tip labels where not all
1476       correctly positioned if the option `cex' was used.
1477
1478
1479
1480                 CHANGES IN APE VERSION 1.10
1481
1482
1483 NEW FEATURES
1484
1485     o Five new `method' functions have been introduced to manipulate
1486       DNA sequences in binary format (see below).
1487
1488     o Three new functions have been introduced to convert between the
1489       new binary and the character formats.
1490
1491     o The new function as.alignment converts DNA sequences stored as
1492       single characters into the class "alignment" used by the package
1493       seqinr.
1494
1495     o read.dna() and read.GenBank() have a new argument `as.character'
1496       controlling whether the sequences are returned in binary format
1497       or as character.
1498
1499
1500 BUG FIXES
1501
1502     o root() failed when the tree had node labels: this is fixed.
1503
1504     o plot.phylo() did not correctly set the limits on the y-axis with
1505       the default setting: this is fixed.
1506
1507     o dist.dna() returned a wrong result for the LogDet, paralinear,
1508       and BH87 models with `pairwise.deletion = TRUE'.
1509
1510
1511 OTHER CHANGES
1512
1513     o DNA sequences are now internally stored in a binary format. See
1514       the document "A Bit-Level Coding Scheme for Nucleotides" for the
1515       details. Most functions analyzing DNA functions have been
1516       modified accordingly and are now much faster (dist.dna is now
1517       ca. 60 times faster).
1518
1519
1520
1521                 CHANGES IN APE VERSION 1.9-4
1522
1523
1524 BUG FIXES
1525
1526     o A bug was fixed in edgelabels().
1527
1528     o as.phylo.hclust() did not work correctly when the object of
1529       class "hclust" has its labels set to NULL: the returned tree has
1530       now its tip labels set to "1", "2", ...
1531
1532     o consensus could fail if some tip labels are a subset of others
1533       (e.g., "a" and "a_1"): this is now fixed.
1534
1535     o mlphylo() failed in most cases if some branch lengths of the
1536       initial tree were greater than one: an error message is now
1537       issued.
1538
1539     o mlphylo() failed in most cases when estimating the proportion of
1540       invariants: this is fixed.
1541
1542
1543
1544                 CHANGES IN APE VERSION 1.9-3
1545
1546
1547 NEW FEATURES
1548
1549     o The new function edgelabels adds labels on the edge of the tree
1550       in the same way than nodelabels or tiplabels.
1551
1552
1553 BUG FIXES
1554
1555     o multi2di() did not handle correctly branch lengths with the
1556       default option `random = TRUE': this is now fixed.
1557
1558     o A bug was fixed in nuc.div() when using pairwise deletions.
1559
1560     o A bug occurred in the analysis of bipartitions with large
1561       numbers of large trees, with consequences on prop.part,
1562       prop.clades, and boot.phylo.
1563
1564     o The calculation of the Billera-Holmes-Vogtmann distance in
1565       dist.topo was wrong: this has been fixed.
1566
1567
1568
1569                 CHANGES IN APE VERSION 1.9-2
1570
1571
1572 NEW FEATURES
1573
1574     o The new function ladderize reorganizes the internal structure of
1575       a tree to plot them left- or right-ladderized.
1576
1577     o The new function dist.nodes computes the patristic distances
1578       between all nodes, internal and terminal, of a tree. It replaces
1579       the option `full = TRUE' of cophenetic.phylo (see below).
1580
1581
1582 BUG FIXES
1583
1584     o A bug was fixed in old2new.phylo().
1585
1586     o Some bugs were fixed in chronopl().
1587
1588     o The edge colours were not correctly displayed by plot.phylo
1589       (thank you to Li-San Wang for the fix).
1590
1591     o cophenetic.phylo() failed with multichotomous trees: this is
1592       fixed.
1593
1594
1595 OTHER CHANGES
1596
1597     o read.dna() now returns the sequences in a matrix if they are
1598       aligned (interleaved or sequential format). Sequences in FASTA
1599       format are still returned in a list.
1600
1601     o The option `full' of cophenetic.phylo() has been removed because
1602       it could not be used from the generic.
1603
1604
1605 DEPRECATED & DEFUNCT
1606
1607     o rotate() has been removed; this function did not work correctly
1608       since ape 1.9.
1609
1610
1611
1612                 CHANGES IN APE VERSION 1.9-1
1613
1614
1615 BUG FIXES
1616
1617     o Trees with a single tip were not read correctly in R as the
1618       element `Nnode' was not set: this is fixed.
1619
1620     o unroot() did not set correctly the number of nodes of the
1621       unrooted tree in most cases.
1622
1623     o read.GenBank() failed when fetching very long sequences,
1624       particularly of the BX-series.
1625
1626     o A bug was introduced in read.tree() with ape 1.9: it has been
1627       fixed
1628
1629
1630
1631                 CHANGES IN APE VERSION 1.9
1632
1633
1634 NEW FEATURES
1635
1636     o There are two new print `methods' for trees of class "phylo" and
1637       lists of trees of class "multi.tree", so that they are now
1638       displayed in a compact and informative way.
1639
1640     o There are two new functions, old2new.phylo and new2old.phylo,
1641       for converting between the old and new coding of the class
1642       "phylo".
1643
1644     o dist.dna() has three new models: Barry and Hartigan ("BH87"),
1645       LogDet ("logdet"), and paralinear ("paralin").
1646
1647     o compute.brlen() has been extended: several methods are now
1648       available to compute branch lengths.
1649
1650     o write.dna() can now handle matrices as well as lists.
1651
1652
1653 BUG FIXES
1654
1655     o cophenetic.phylo() sometimes returned a wrong result with
1656       multichotomous trees: this is fixed.
1657
1658     o rotate() failed when a single tip was specified: the tree is now
1659       returned unchanged.
1660
1661     o ace() did not return the correct index matrix with custom
1662       models: this is fixed.
1663
1664     o multi2di() did not work correctly when resolving multichotomies
1665       randomly: the topology was always the same, only the arrangement
1666       of clades was randomized: this is fixed. This function now
1667       accepts trees with no branch lengths.
1668
1669     o The output of diversi.gof() was blurred by useless prints when a
1670       user distribution was specified. This has been corrected, and
1671       the help page of this function has been expanded.
1672
1673
1674 OTHER CHANGES
1675
1676     o The internal structure of the class "phylo" has been changed:
1677       see the document "Definition of Formats for Coding Phylogenetic
1678       Trees in R" for the details. In addition, the code of most
1679       functions has been improved.
1680
1681     o Several functions have been improved by replacing some R codes
1682       by C codes: pic, plot.phylo, and reorder.phylo.
1683
1684     o There is now a citation information: see citation("ape") in R.
1685
1686     o write.tree() now does not add extra 0's to branch lengths so
1687       that 1.23 is printed "1.23" by default, not "1.2300000000".
1688
1689     o The syntax of bind.tree() has been simplified. This function now
1690       accepts trees with no branch lengths, and handles correctly node
1691       labels.
1692
1693     o The option `as.numeric' of mrca() has been removed.
1694
1695     o The unused options `format' and `rooted' of read.tree() have
1696       been removed.
1697
1698     o The unused option `format' of write.tree() has been removed.
1699
1700     o The use of node.depth() has been simplified.
1701
1702
1703
1704                 CHANGES IN APE VERSION 1.8-5
1705
1706
1707 NEW FEATURES
1708
1709     o Two new functions read.nexus.data() and write.nexus.data(),
1710       contributed by Johan Nylander, allow to read and write molecular
1711       sequences in NEXUS files.
1712
1713     o The new function reorder.phylo() reorders the internal structure
1714       of a tree of class "phylo". It is used as the generic, e.g.,
1715       reorder(tr).
1716
1717     o read.tree() and read.nexus() can now read trees with a single
1718       edge.
1719
1720     o The new data set `cynipids' supplies a set of protein sequences
1721       in NEXUS format.
1722
1723
1724 BUG FIXES
1725
1726     o The code of all.equal.phylo() has been completely rewritten
1727       (thanks to Benoît Durand) which fixes several bugs.
1728
1729     o read.tree() and read.nexus() now checks the labels of the tree
1730       to remove or substitute any characters that are illegal in the
1731       Newick format (parentheses, etc.)
1732
1733     o A negative P-value could be returned by mantel.test(): this is
1734       now fixed.
1735
1736
1737
1738                 CHANGES IN APE VERSION 1.8-4
1739
1740
1741 NEW FEATURES
1742
1743     o The new function sh.test() computes the Shimodaira-
1744       Hasegawa test.
1745
1746     o The new function collapse.singles() removes the nodes with a
1747       single descendant from a tree.
1748
1749     o plot.phylo() has a new argument `tip.color' to specify the
1750       colours of the tips.
1751
1752     o mlphylo() has now an option `quiet' to control the display of
1753       the progress of the analysis (the default is FALSE).
1754
1755
1756 BUG FIXES
1757
1758     o read.dna() did not read correctly sequences in sequential format
1759       with leading alignment gaps "-": this is fixed.
1760
1761     o ace() returned a list with no class so that the generic
1762       functions (anova, logLik, ...) could not be used directly. This
1763       is fixed as ace() now returns an object of class "ace".
1764
1765     o anova.ace() had a small bug when computing the number of degrees
1766       of freedom: this is fixed.
1767
1768     o mlphylo() did not work when the sequences were in a matrix or
1769       a data frame: this is fixed.
1770
1771     o rtree() did not work correctly when trying to simulate an
1772       unrooted tree with two tips: an error message is now issued.
1773
1774
1775 OTHER CHANGES
1776
1777     o The algorithm of rtree() has been changed: it is now about 40,
1778       100, and 130 times faster for 10, 100, and 1000 tips,
1779       respectively.
1780
1781
1782
1783                 CHANGES IN APE VERSION 1.8-3
1784
1785
1786 NEW FEATURES
1787
1788     o There are four new `method' functions to be used with the
1789       results of ace(): logLik(), deviance(), AIC(), and anova().
1790
1791     o The plot method of phymltest has two new arguments: `main' to
1792       change the title, and `col' to control the colour of the
1793       segments showing the AIC values.
1794
1795     o ace() has a new argument `ip' that gives the initial values used
1796       in the ML estimation with discrete characters (see the examples
1797       in ?ace). This function now returns a matrix giving the indices
1798       of the estimated rates when analysing discrete characters.
1799
1800     o nodelabels() and tiplabels() have a new argument `pie' to
1801       represent proportions, with any number of categories, as
1802       piecharts. The use of the option `thermo' has been improved:
1803       there is now no limitation on the number of categories.
1804
1805
1806 BUG FIXES
1807
1808     o mlphylo() did not work with more than two partitions: this is
1809       fixed.
1810
1811     o root() failed if the proposed outgroup was already an outgroup
1812       in the tree: this is fixed.
1813
1814     o The `col' argument in nodelabels() and tiplabels() was not
1815       correctly passed when `text' was used: this is fixed.
1816
1817     o Two bugs were fixed in mlphylo(): parameters were not always
1818       correctly output, and the estimation failed in some cases.
1819
1820     o plot.phylo() was stuck when given a tree with a single tip: this
1821       is fixed and a message error is now returned.
1822
1823     o An error was corrected in the help page of gammaStat regarding
1824       the calculation of P-values.
1825
1826     o Using gls() could crash R when the number of species in the tree
1827       and in the variables were different: this is fixed.
1828
1829
1830
1831                 CHANGES IN APE VERSION 1.8-2
1832
1833
1834 NEW FEATURES
1835
1836     o The new function mlphylo() fits a phylogenetic tree by maximum
1837       likelihood from DNA sequences. Its companion function DNAmodel()
1838       is used to define the substitution model which may include
1839       partitioning. There are methods for logLik(), deviance(), and
1840       AIC(), and the summary() method has been extended to display in
1841       a friendly way the results of this model fitting. Currently, the
1842       functionality is limited to estimating the substitution and
1843       associated parameters and computing the likelihood.
1844
1845     o The new function drop1.compar.gee (used as, e.g., drop1(m))
1846       tests for single effects in GEE-based comparative method. A
1847       warning message is printed if there is not enough degrees of
1848       freedom.
1849
1850
1851 BUG FIXES
1852
1853     o An error message was sometimes issued by plot.multi.tree(),
1854       though with no consequence.
1855
1856
1857
1858                 CHANGES IN APE VERSION 1.8-1
1859
1860
1861 NEW FEATURES
1862
1863     o There is a new plot method for lists of trees (objects of class
1864       "multi.tree"): it calls plot.phylo() internally and is
1865       documented on the same help page.
1866
1867
1868 BUG FIXES
1869
1870     o A bug was fixed in the C code that analyzes bipartitions: this
1871       has impact on several functions like prop.part, prop.clades,
1872       boot.phylo, or consensus.
1873
1874     o root() did not work correctly when the specified outgroup had
1875       more than one element: this is fixed.
1876
1877     o dist.dna() sometimes returned a warning inappropriately: this
1878       has been corrected.
1879
1880     o If the distance object given to nj() had no rownames, nj()
1881       returned a tree with no tip labels: it now returns tips labelled
1882       "1", "2", ..., corresponding to the row numbers.
1883
1884
1885 OTHER CHANGES
1886
1887     o nj() has been slightly changed so that tips with a zero distance
1888       are first aggregated with zero-lengthed branches; the usual NJ
1889       procedure is then performed on a distance matrix without 0's.
1890
1891
1892
1893                 CHANGES IN APE VERSION 1.8
1894
1895
1896 NEW FEATURES
1897
1898     o The new function chronopl() estimates dates using the penalized
1899       likelihood method by Sanderson (2002; Mol. Biol. Evol., 19:101).
1900
1901     o The new function consensus() calculates the consensus tree of a
1902       list of trees.
1903
1904     o The new function evolve.phylo() simulates the evolution of
1905       continuous characters along a phylogeny under a Brownian model.
1906
1907     o The new plot method for objects of class "ancestral" displays a
1908       tree together with ancestral values, as returned by the above
1909       function.
1910
1911     o The new function as.phylo.formula() returns a phylogeny from a
1912       set of nested taxonomic variables given as a formula.
1913
1914     o The new function read.caic() reads trees in CAIC format.
1915
1916     o The new function tiplabels() allows to add labels to the tips
1917       of a tree using text or plotting symbols in a flexible way.
1918
1919     o The new function unroot() unroots a phylogeny.
1920
1921     o multi2di() has a new option, `random', which specifies whether
1922       to resolve the multichotomies randomly (the default) or not.
1923
1924     o prop.part() now returns an object of class "prop.part" for which
1925       there are print (to display a partition in a more friendly way)
1926       and summary (to extract the numbers) methods.
1927
1928     o plot.phylo() has a new option, `show.tip.label', specifying
1929       whether to print the labels of the tips. The default is TRUE.
1930
1931     o The code of nj() has been replaced by a faster C code: it is now
1932       about 10, 25, and 40 times faster for 50, 100, and 200 taxa,
1933       respectively.
1934
1935     o write.nexus() now writes whether a tree is rooted or not.
1936
1937
1938 BUG FIXES
1939
1940     o Two bugs have been fixed in root(): unrooted trees are now
1941       handled corretly, and node labels are now output normally.
1942
1943     o A bug was fixed in phymltest(): the executable couldn't be found
1944       in some cases.
1945
1946     o Three bug have been fixed in ace(): computing the likelihood of
1947       ancestral states of discrete characters failed, custom models
1948       did not work, and the function failed with a null gradient (a
1949       warning message is now returned; this latter bug was also
1950       present in yule.cov() as well and is now fixed).
1951
1952     o pic() hanged out when missing data were present: a message error
1953       is now returned.
1954
1955     o A small bug was fixed in dist.dna() where the gamma correction
1956       was not always correctly dispatched.
1957
1958     o plot.phylo() plotted correctly the root edge only when the tree
1959       was plotted rightwards: this works now for all directions.
1960
1961
1962 OTHER CHANGES
1963
1964     o dist.taxo() has been renamed as weight.taxo().
1965
1966     o dist.phylo() has been replaced by the method cophenetic.phylo().
1967
1968     o Various error and warning messages have been improved.
1969
1970
1971
1972                 CHANGES IN APE VERSION 1.7
1973 NEW FEATURES
1974
1975     o The new function ace() estimates ancestral character states for
1976       continuous characters (with ML, GLS, and contrasts methods), and
1977       discrete characters (with ML only) for any number of states.
1978
1979     o The new function compar.ou() fits the Ornstein-Uhlenbeck model
1980       of directional evolution for continuous characters. The user
1981       specifies the node(s) of the tree where the character optimum
1982       changes.
1983
1984     o The new function is.rooted() tests whether a tree (of class
1985       "phylo") is rooted.
1986
1987     o The new function rcoal() generates random ultrametric trees with
1988       the possibility to specify the function that generates the
1989       inter-nodes distances.
1990
1991     o The new function mrca() gives for all pairs of tips in a tree
1992       (and optionally nodes too) the most recent common ancestor.
1993
1994     o nodelabels() has a new option `thermo' to plot proportions (up
1995       to three classes) on the nodes of a tree.
1996
1997     o rtree() has been improved: it can now generate rooted or
1998       unrooted trees, and the mathematical function that generates the
1999       branch lengths may be specified by the user. The tip labels may
2000       be given directly in the call to rtree. The limit cases (n = 2,
2001       3) are now handled correctly.
2002
2003     o dist.topo() has a new argument `method' with two choices: "PH85"
2004       for Penny and Henny's method (already available before and now
2005       the default), and "BHV01" for the geometric distance by Billera
2006       et al. (2001, Adv. Appl. Math. 27:733).
2007
2008     o write.tree() has a new option, `digits', which specifies the
2009       number of digits to be printed in the Newick tree. By default
2010       digits = 10. The numbers are now always printed in decimal form
2011       (i.e., 1.0e-1 is now avoided).
2012
2013     o dist.dna() can now compute the raw distances between pairs of
2014       DNA sequences by specifying model = "raw".
2015
2016     o dist.phylo() has a new option `full' to possibly compute the
2017       distances among all tips and nodes of the tree. The default if
2018       `full = FALSE'.
2019
2020
2021 BUG FIXES
2022
2023     o Several bugs were fixed in all.equal.phylo().
2024
2025     o dist.dna() did not handle correctly gaps ("-") in alignments:
2026       they are now considered as missing data.
2027
2028     o rotate() did not work if the tips were not ordered: this is
2029       fixed.
2030
2031     o mantel.test() returned NA in some special cases: this is fixed
2032       and the function has been improved and is now faster.
2033
2034     o A bug was fixed in diversi.gof() where the calculation of A² was
2035       incorrect.
2036
2037     o cherry() did not work correctly under some OSs (mainly Linux):
2038       this is fixed.
2039
2040     o is.binary.tree() has been modified so that it works with both
2041       rooted and unrooted trees.
2042
2043     o The documentation of theta.s() was not correct: this has been
2044       fixed.
2045
2046     o plot.mst() did not work correctly: this is fixed.
2047
2048
2049
2050                 CHANGES IN APE VERSION 1.6
2051
2052
2053 NEW FEATURES
2054
2055     o The new function dist.topo() computes the topological distances
2056       between two trees.
2057
2058     o The new function boot.phylo() performs a bootstrap analysis on
2059       phylogeny estimation.
2060
2061     o The new functions prop.part() and prop.clades() analyse
2062       bipartitions from a series of trees.
2063
2064
2065 OTHER CHANGES
2066
2067     o read.GenBank() now uses the EFetch utility of NCBI instead of
2068       the usual Web interface: it is now much faster (e.g., 12 times
2069       faster to retrieve 8 sequences, 37 times for 60 sequences).
2070
2071
2072 BUG FIXES
2073
2074     o Several bugs were fixed in read.dna().
2075
2076     o Several bugs were fixed in diversi.time().
2077
2078     o is.binary.tree() did not work correctly if the tree has no edge
2079       lengths: this is fixed.
2080
2081     o drop.tip() did not correctly propagated the `node.label' of a
2082       tree: this is fixed.
2083
2084
2085
2086                 CHANGES IN APE VERSION 1.5
2087
2088
2089 NEW FEATURES
2090
2091     o Two new functions, as.matching.phylo() and as.phylo.matching(),
2092       convert objects between the classes "phylo" and "matching". The
2093       latter implements the representation of binary trees introduced by
2094       Diaconis and Holmes (1998; PNAS 95:14600). The generic function
2095       as.matching() has been introduced as well.
2096
2097     o Two new functions, multi2di() and di2multi(), allow to resolve
2098       and collapse multichotomies with branches of length zero.
2099
2100     o The new function nuc.div() computes the nucleotide diversity
2101       from a sample a DNA sequences.
2102
2103     o dist.dna() has been completely rewritten with a much faster
2104       (particularly for large data sets) C code. Eight models are
2105       available: JC69, K80, F81, K81, F84, T92, TN93, and GG95 (the
2106       option `method' has been renamed `model'). Computation of variance
2107       is available for all models. A gamma-correction is possible for
2108       JC69, K80, F81, and TN93. There is a new option, pairwise.deletion,
2109       to remove sites with missing data on a pairwise basis. The option
2110       `GCcontent' has been removed.
2111
2112     o read.GenBank() has a new option (species.names) which specifies
2113       whether to return the species names of the organisms in addition
2114       to the accession numbers of the sequences (this is the default
2115       behaviour).
2116
2117     o write.nexus() can now write several trees in the same NEXUS file.
2118
2119     o drop.tip() has a new option `root.edge' that allows to specify the
2120       new root edge if internal branches are trimmed.
2121
2122
2123 BUG FIXES
2124
2125     o as.phylo.hclust() failed if some labels had parentheses: this
2126       is fixed.
2127
2128     o Several bugs were fixed in all.equal.phylo(). This function now
2129       returns the logical TRUE if the trees are identical but with
2130       different representations (a report was printed previously).
2131
2132     o read.GenBank() did not correctly handle ambiguous base codes:
2133       this is fixed.
2134
2135
2136 OTHER CHANGES
2137
2138     o birthdeath() now returns an object of class "birthdeath" for
2139       which there is a print method.
2140
2141
2142
2143                 CHANGES IN APE VERSION 1.4
2144
2145
2146 NEW FEATURES
2147
2148     o The new function nj() performs phylogeny estimation with the
2149       neighbor-joining method of Saitou and Nei (1987; Mol. Biol.
2150       Evol., 4:406).
2151
2152     o The new function which.edge() identifies the edges of a tree
2153       that belong to a group specified as a set of tips.
2154
2155     o The new function as.phylo.phylog() converts an object of class
2156       "phylog" (from the package ade4) into an object of class
2157       "phylo".
2158
2159     o The new function axisPhylo() draws axes on the side of a
2160       phylogeny plot.
2161
2162     o The new function howmanytrees() calculates the number of trees
2163       in different cases and giving a number of tips.
2164
2165     o write.tree() has a new option `multi.line' (TRUE by default) to
2166       write a Newick tree on several lines rather than on a single
2167       line.
2168
2169     o The functionalities of zoom() have been extended. Several
2170       subtrees can be visualized at the same time, and they are marked
2171       on the main tree with colors. The context of the subtrees can be
2172       marked with the option `subtree' (see below).
2173
2174     o drop.tip() has a new option `subtree' (FALSE by default) which
2175       specifies whether to output in the tree how many tips have been
2176       deleted and where.
2177
2178     o The arguments of add.scale.bar() have been redefined and have
2179       now default values (see ?add.scale.bar for details). This
2180       function now works even if the plotted tree has no edge length.
2181
2182     o plot.phylo() can now plot radial trees, but this does not take
2183       edge lengths into account.
2184
2185     o In plot.phylo() with `type = "phylogram"', if the values of
2186       `edge.color' and `edge.width' are identical for sister-branches,
2187       they are propagated to the vertical line that link them.
2188
2189
2190 BUG FIXES
2191
2192     o Repeated calls to as.phylo.hclust() or as.hclust.phylo() made R
2193       crashing. This is fixed.
2194
2195     o In plot.phylo(), the options `edge.color' and `edge.width' are
2196       now properly recycled; their default values are now "black" and
2197       1, respectively.
2198
2199     o A bug has been fixed in write.nexus().
2200
2201
2202 OTHER CHANGES
2203
2204     o The function node.depth.edgelength() has been removed and
2205       replaced by a C code.
2206
2207
2208
2209                 CHANGES IN APE VERSION 1.3-1
2210
2211
2212 NEW FEATURES
2213
2214     o The new function nodelabels() allows to add labels to the nodes
2215       of a tree using text or plotting symbols in a flexible way.
2216
2217     o In plot.phylo() the arguments `x.lim' and `y.lim' can now be two
2218       numeric values specifying the lower and upper limits on the x-
2219       and y-axes. This allows to leave some space on any side of the
2220       tree. If a single value is given, this is taken as the upper
2221       limit (as before).
2222
2223
2224
2225                 CHANGES IN APE VERSION 1.3
2226
2227
2228 NEW FEATURES
2229
2230     o The new function phymltest() calls the software PHYML and fits
2231       28 models of DNA sequence evolution. There are a print method to
2232       display likelihood and AIC values, a summary method to compute
2233       the hierarchical likelihood ratio tests, and a plot method to
2234       display graphically the AIC values of each model.
2235
2236     o The new function yule.cov() fits the Yule model with covariates,
2237       a model where the speciation rate is affected by several species
2238       traits through a generalized linear model. The parameters are
2239       estimated by maximum likelihood.
2240
2241     o Three new functions, corBrownian(), corGrafen(), and
2242       corMartins(), compute the expected correlation structures among
2243       species given a phylogeny under different models of evolution.
2244       These can be used for GLS comparative phylogenetic methods (see
2245       the examples). There are coef() and corMatrix() methods and an
2246       Initialize.corPhyl() function associated.
2247
2248     o The new function compar.cheverud() implements Cheverud et al.'s
2249       (1985; Evolution 39:1335) phylogenetic comparative method.
2250
2251     o The new function varcomp() estimates variance components; it has
2252       a plot method.
2253
2254     o Two new functions, panel.superpose.correlogram() and
2255       plot.correlogramList(), allow to plot several phylogenetic
2256       correlograms.
2257
2258     o The new function node.leafnumber() computes the number of leaves
2259       of a subtree defined by a particular node.
2260
2261     o The new function node.sons() gets all tags of son nodes from a
2262       given parent node.
2263
2264     o The new function compute.brlen() computes the branch lengths of
2265       a tree according to a specified method.
2266
2267     o plot.phylo() has three new options: "cex" controls the size of
2268       the (tip and node) labels (thus it is no more needed to change
2269       the global graphical parameter), "direction" which allows to
2270       plot the tree rightwards, leftwards, upwards, or downwards, and
2271       "y.lim" which sets the upper limit on the y-axis.
2272
2273
2274 BUG FIXES
2275
2276     o Some functions which try to match tip labels and names of
2277       additional data (e.g. vector) are likely to fail if there are
2278       typing or syntax errors. If both series of names do not perfectly
2279       match, they are ignored and a warning message is now issued.
2280       These functions are bd.ext, compar.gee, pic. Their help pages
2281       have been clarified on this point.
2282
2283
2284
2285                 CHANGES IN APE VERSION 1.2-7
2286
2287
2288 NEW FEATURES
2289
2290     o The new function root() reroots a phylogenetic tree with respect
2291       to a specified outgroup.
2292
2293     o The new function rotate() rotates an internal branch of a tree.
2294
2295     o In plot.phylo(), the new argument "lab4ut" (labels for unrooted
2296       trees) controls the display of the tip labels in unrooted trees.
2297       This display has been greatly improved: the tip labels are now not
2298       expected to overlap with the tree (particularly if lab4ut =
2299       "axial"). In all cases, combining appropriate values of "lab4ut"
2300       and the font size (via "par(cex = )") should result in readable
2301       unrooted trees. See ?plot.phylo for some examples.
2302
2303     o In drop.tip(), the argument `tip' can now be numeric or character.
2304
2305
2306 BUG FIXES
2307
2308     o drop.tip() did not work correctly with trees with no branch
2309       lengths: this is fixed.
2310
2311     o A bug in plot.phylo(..., type = "unrooted") made some trees being
2312       plotted with some line crossings: this is now fixed.
2313
2314
2315
2316                 CHANGES IN APE VERSION 1.2-6
2317
2318
2319 NEW FEATURES
2320
2321     o Six new functions (Moran.I, correlogram.formula, discrete.dist,
2322       correlogram.phylo, dist.taxo, plot.correlogram) have been added
2323       to implement comparative methods with an autocorrelation approach.
2324
2325     o A new data set describing some life history traits of Carnivores
2326       has been included.
2327
2328
2329 BUG FIXES
2330
2331     o A fix was made on mcmc.popsize() to conform to R 2.0.0.
2332
2333
2334 OTHER CHANGES
2335
2336     o When plotting a tree with plot.phylo(), the new default of the
2337       option `label.offset' is now 0, so the labels are always visible.
2338
2339
2340
2341                 CHANGES IN APE VERSION 1.2-5
2342
2343
2344 NEW FEATURES
2345
2346     o The new function bd.ext() fits a birth-death model with combined
2347       phylogenetic and taxonomic data, and estimates the corresponding
2348       speciation and extinction rates.
2349
2350
2351 OTHER CHANGES
2352
2353     o The package gee is no more required by ape but only suggested
2354       since only the function compar.gee() calls gee.
2355
2356
2357
2358                 CHANGES IN APE VERSION 1.2-4
2359
2360
2361 NEW FEATURES
2362
2363     o Four new functions (mcmc.popsize, extract.popsize, plot.popsize,
2364       and lines.popsize) implementing a new approach for inferring the
2365       demographic history from genealogies using a reversible jump
2366       MCMC have been introduced.
2367
2368     o The unit of time in the skyline plot and in the new plots can
2369       now be chosen to be actual years, rather than substitutions.
2370
2371
2372
2373                 CHANGES IN APE VERSION 1.2-3
2374
2375
2376 NEW FEATURES
2377
2378     o The new function rtree() generates a random binary tree with or
2379       without branch lengths.
2380
2381     o Two new functions for drawing lineages-through-time (LTT) plots
2382       are provided: ltt.lines() adds a LTT curve to an existing plot,
2383       and mltt.plot() does a multiple LTT plot giving several trees as
2384       arguments (see `?ltt.plot' for details).
2385
2386
2387 BUG FIXES
2388
2389     o Some taxon names made R crashing when calling as.phylo.hclust():
2390       this is fixed.
2391
2392     o dist.dna() returned an error with two identical DNA sequences
2393       (only using the Jukes-Cantor method returned 0): this is fixed.
2394
2395
2396 OTHER CHANGES
2397
2398     o The function dist.phylo() has been re-written using a different
2399       algorithm: it is now about four times faster.
2400
2401     o The code of branching.times() has been improved: it is now about
2402       twice faster.
2403
2404
2405
2406                 CHANGES IN APE VERSION 1.2-2
2407
2408
2409 NEW FEATURES
2410
2411     o The new function seg.sites() finds the segregating sites in a
2412       sample of DNA sequences.
2413
2414
2415 BUG FIXES
2416
2417     o A bug introduced in read.tree() and in read.nexus() with version
2418       1.2-1 was fixed.
2419
2420     o A few errors were corrected and a few examples were added in the
2421       help pages.
2422
2423
2424
2425                 CHANGES IN APE VERSION 1.2-1
2426
2427
2428 NEW FEATURES
2429
2430     o plot.phylo() can now draw the edge of the root of a tree if it
2431       has one (see the new option `root.edge', its default is FALSE).
2432
2433
2434 BUG FIXES
2435
2436     o A bug was fixed in read.nexus(): files with semicolons inside
2437       comment blocks were not read correctly.
2438
2439     o The behaviour of read.tree() and read.nexus() was corrected so
2440       that tree files with badly represented root edges (e.g., with
2441       an extra pair of parentheses, see the help pages for details)
2442       are now correctly represented in the object of class "phylo";
2443       a warning message is now issued.
2444
2445
2446
2447                 CHANGES IN APE VERSION 1.2
2448
2449
2450 NEW FEATURES
2451
2452     o plot.phylo() has been completely re-written and offers several
2453       new functionalities. Three types of trees can now be drawn:
2454       phylogram (as previously), cladogram, and unrooted tree; in
2455       all three types the branch lengths can be drawn using the edge
2456       lengths of the phylogeny or not (e.g., if the latter is absent).
2457       The vertical position of the nodes can be adjusted with two
2458       choices (see option `node.pos'). The code has been re-structured,
2459       and two new functions (potentially useful for developpers) are
2460       documented separately: node.depth.edgelength() and node.depth();
2461       see the respective help pages for details.
2462
2463     o The new function zoom() allows to explore very large trees by
2464       focusing on a small portion of it.
2465
2466     o The new function yule() fits by maximum likelihood the Yule model
2467       (birth-only process) to a phylogenetic tree.
2468
2469     o Support for writing DNA sequences in FASTA format has been
2470       introduced in write.dna() (support for reading sequences in
2471       this format was introduced in read.dna() in version 1.1-2).
2472       The function has been completely re-written, fixing some bugs
2473       (see below); the default behaviour is no more to display the
2474       sequences on the standard output. Several options have been
2475       introduced to control the sequence printing in a flexible
2476       way. The help page has been extended.
2477
2478     o A new data set is included: a supertree of bats in NEXUS format.
2479
2480
2481 BUG FIXES
2482
2483     o In theta.s(), the default of the option `variance' has
2484       been changed to `FALSE' (as was indicated in the help page).
2485
2486     o Several bugs were fixed in the code of all.equal.phylo().
2487
2488     o Several bugs were fixed in write.dna(), particularly this
2489       function did not work with `format = "interleaved"'.
2490
2491     o Various errors were corrected in the help pages.
2492
2493
2494 OTHER CHANGES
2495
2496     o The argument names of as.hclust.phylo() have been changed
2497       from "(phy)" to "(x, ...)" to conform to the definition of
2498       the corresponding generic function.
2499
2500     o gamma.stat() has been renamed gammaStat() to avoid confusion
2501       since gamma() is a generic function.
2502
2503
2504
2505                 CHANGES IN APE VERSION 1.1-3
2506
2507
2508 BUG FIXES
2509
2510     o base.freq() previously did not return a value of 0 for
2511       bases absent in the data (e.g., a vector of length 3 was
2512       returned if one base was absent). This is now fixed (a
2513       vector of length 4 is always returned).
2514
2515     o Several bugs were fixed in read.nexus(), including that this
2516       function did not work in this absence of a "TRANSLATE"
2517       command in the NEXUS file, and that the commands were
2518       case-sensitive.
2519
2520
2521
2522                 CHANGES IN APE VERSION 1.1-2
2523
2524
2525 NEW FEATURES
2526
2527     o The Tamura and Nei (1993) model of DNA distance is now implemented
2528       in dist.dna(): five models are now available in this function.
2529
2530     o A new data set is included: a set of 15 sequences of the
2531       cytochrome b mitochondrial gene of the woodmouse (Apodemus
2532       sylvaticus).
2533
2534
2535 BUG FIXES
2536
2537     o A bug in read.nexus() was fixed.
2538
2539     o read.dna() previously did not work correctly in most cases.
2540       The function has been completely re-written and its help page
2541       has been considerably extended (see ?read.dna for details).
2542       Underscores (_) in taxon names are no more replaced with
2543       spaces (this behaviour was undocumented).
2544
2545     o A bug was fixed in write.dna().
2546
2547
2548
2549                 CHANGES IN APE VERSION 1.1-1
2550
2551
2552 BUG FIXES
2553
2554     o A bug in read.tree() introduced in APE 1.1 was fixed.
2555
2556     o A bug in compar.gee() resulted in an error when trying to fit
2557       a model with `family = "binomial"'. This is now fixed.
2558
2559
2560
2561                 CHANGES IN APE VERSION 1.1
2562
2563
2564 NEW FEATURES
2565
2566     o The Klastorin (1982) method as suggested by Misawa and Tajima
2567       (2000, Mol. Biol. Evol. 17:1879-1884) for classifying genes
2568       on the basis of phylogenetic trees has been implemented (see
2569       the function klastorin()).
2570
2571     o Functions have been added to convert APE's "phylo" objects in
2572       "hclust" cluster objects and vice versa (see the help page of
2573       as.phylo for details).
2574
2575     o Three new functions, ratogram(), chronogram() and NPRS.criterion(),
2576       are introduced for the estimation of absolute evolutionary rates
2577       (ratogram) and dated clock-like trees (chronogram) from
2578       phylogenetic trees using the non-parametric rate smoothing approach
2579       by MJ Sanderson (1997, Mol. Biol. Evol. 14:1218-1231).
2580
2581     o A summary method is now provided printing a summary information on a
2582       phylogenetic tree with, for instance, `summary(tree)'.
2583
2584     o The behaviour of read.tree() was changed so that all spaces and
2585       tabulations in tree files are now ignored. Consequently, spaces in tip
2586       labels are no more allowed. Another side effect is that read.nexus()
2587       now does not replace the underscores (_) in tip labels with spaces
2588       (this behaviour was undocumented).
2589
2590     o The function plot.phylo() has a new option (`underscore') which
2591       specifies whether the underscores in tip labels should be written on
2592       the plot as such or replaced with spaces (the default).
2593
2594     o The function birthdeath() now computes 95% confidence intervals of
2595       the estimated parameters using profile likelihood.
2596
2597     o Three new data sets are included: a gene tree estimated from 36
2598       landplant rbcL sequences, a gene tree estimated from 32 opsin
2599       sequences, and a gene tree for 50 BRCA1 mammalian sequences.
2600
2601
2602 BUG FIXES
2603
2604     o A bug was fixed in dist.gene() where nothing was returned.
2605
2606     o A bug in plot.mst() was fixed.
2607
2608     o A bug in vcv.phylo() resulted in false correlations when the
2609       option `cor = TRUE' was used (now fixed).
2610
2611
2612
2613                 CHANGES IN APE VERSION 1.0
2614
2615
2616 NEW FEATURES
2617
2618     o Two new functions, read.dna() and write.dna(), read/write in a file
2619       DNA sequences in interleaved or in sequential format.
2620
2621     o Two new functions, read.nexus() and write.nexus(), read/write trees
2622       in a NEXUS file.
2623
2624     o The new function bind.tree() allows to bind two trees together,
2625       possibly handling root edges to give internal branches.
2626
2627     o The new function drop.tip() removes the tips in a phylogenetic tree,
2628       and trims (or not) the corresponding internal branches.
2629
2630     o The new function is.ultrametric() tests if a tree is ultrametric.
2631
2632     o The function plot.phylo() has more functionalities such as drawing the
2633       branches with different colours and/or different widths, showing the
2634       node labels, controling the position and font of the labels, rotating
2635       the labels, and controling the space around the plot.
2636
2637     o The function read.tree() can now read trees with no branch length,
2638       such as "(a,b),c);". Consequently, the element `edge.length' in
2639       objects of class "phylo" is now optional.
2640
2641     o The function write.tree() has a new default behaviour: if the default
2642       for the option `file' is used (i.e. file = ""), then a variable of
2643       mode character containing the tree in Newick format is returned which
2644       can thus be assigned (e.g., tree <- write.tree(phy)).
2645
2646     o The function read.tree() has a new argument `text' which allows
2647       to read the tree in a variable of mode character.
2648
2649     o A new data set is included: the phylogenetic relationships among
2650       the orders of birds from Sibley and Ahlquist (1990).
2651
2652
2653
2654                 CHANGES IN APE VERSION 0.2-1
2655
2656
2657 BUG FIXES
2658
2659     o Several bugs were fixed in the help pages.
2660
2661
2662
2663                 CHANGES IN APE VERSION 0.2
2664
2665
2666 NEW FEATURES
2667
2668     o The function write.tree() writes phylogenetic trees (objects of class
2669       "phylo") in an ASCII file using the Newick parenthetic format.
2670
2671     o The function birthdeath() fits a birth-death model to branching times
2672       by maximum likelihood, and estimates the corresponding speciation and
2673       extinction rates.
2674
2675     o The function scale.bar() adds a scale bar to a plot of a phylogenetic
2676       tree.
2677
2678     o The function is.binary.tree() tests whether a phylogeny is binary.
2679
2680     o Two generic functions, coalescent.intervals() and collapsed.intervals(),
2681       as well as some methods are introduced.
2682
2683     o Several functions, including some generics and methods, for computing
2684       skyline plot estimates (classic and generalized) of effective
2685       population size through time are introduced and replace the function
2686       skyline.plot() in version 0.1.
2687
2688     o Two data sets are now included: the phylogenetic relationships among
2689       the families of birds from Sibley and Ahlquist (1990), and an
2690       estimated clock-like phylogeny of HIV sequences sampled in the
2691       Democratic Republic of Congo.
2692
2693
2694 DEPRECATED & DEFUNCT
2695
2696     o The function skyline.plot() in ape 0.1 has been deprecated and
2697       replaced by more elaborate functions (see above).
2698
2699
2700 BUG FIXES
2701
2702     o Two important bugs were fixed in plot.phylo(): phylogenies with
2703       multichotomies not at the root or not with only terminal branches,
2704       and phylogenies with a single node (i.e. only terminal branches)
2705       did not plot. These trees should be plotted correctly now.
2706
2707     o Several bugs were fixed in diversi.time() in the computation of
2708       AICs and LRTs.
2709
2710     o Various errors were corrected in the help pages.