]> git.donarmstrong.com Git - ape.git/blob - Changes
bug fix in read.nexus()
[ape.git] / Changes
1                 CHANGES IN APE VERSION 2.2-1
2
3
4 NEW FEATURES
5
6     o The new function makeLabel() helps to modify labels of trees,
7       lists of trees, or DNA sequences, with several utilities to
8       truncate and/or make them unique, substituting some
9       characters, and so on.
10
11     o The new function del.gaps() removes insertion gaps ("-") in a
12       set of DNA sequences.
13
14     o read.dna() can now read Clustal files (*.aln).
15
16
17 BUG FIXES
18
19     o root() failed with 'resolve.root = TRUE' when the root was
20       already the specified root.
21
22     o Several bugs were fixed in mlphylo().
23
24     o collapsed.singles() did not propagate the 'Nnode' and
25       'node.labels' elements (thanks to Elizabeth Purdom for the fix).
26
27     o read.nexus() failed to remove correctly the comments within
28       trees.
29
30     o read.nexus() failed to read a file with a single tree and no
31       translation of tip labels.
32
33     o read.nexus() failed to place correctly tip labels when reading
34       a single tree with no edge lengths.
35
36
37 OTHER CHANGES
38
39     o unique.multiPhylo() is faster thanks to a suggestion by Vladimir
40       Minin.
41
42     o The option 'check.labels' of consensus() and prop.part() is now
43       TRUE by default.
44
45     o write.dna() now does not truncate names to 10 characters with
46       the Phylip formats.
47
48
49
50                 CHANGES IN APE VERSION 2.2
51
52
53 NEW FEATURES
54
55     o Four new functions have been written by Damien de Vienne for the
56       graphical exploration of large trees (cophyloplot, subtrees,
57       subtreeplot), and to return the graphical coordinates of tree
58       (without plotting).
59
60     o The new functions corPagel and corBlomberg implement the Pagel's
61       "lambda" and Blomberg et al.'s "ACDC" correlation structures.
62
63     o chronopl() has been improved and gains several options: see its
64       help page for details.
65
66     o boot.phylo() has now an option 'trees' to possibly return the
67       bootstraped trees (the default is FALSE).
68
69     o prop.part() has been improved and should now be faster in all
70       situations.
71
72
73 BUG FIXES
74
75     o read.dna() failed if "?" occurred in the first 10 sites of the
76       first sequence.
77
78     o The x/y aspect of the plot is now respected when plotting a
79       circular tree (type = "r" or "f").
80
81     o Drawing the tip labels sometimes failed when plotting circular
82       trees.
83
84     o zoom() failed when tip labels were used instead of their numbers
85       (thanks to Yan Wong for the fix).
86
87     o drop.tip() failed with some trees (fixed by Yan Wong).
88
89     o seg.sites() failed with a list.
90
91     o consensus() failed in some cases. The function has been improved
92       as well and is faster.
93
94
95
96                 CHANGES IN APE VERSION 2.1-3
97
98
99 BUG FIXES
100
101     o A bug in read.nexus() made the Windows R-GUI crash.
102
103     o An error was fixed in the computation of ancestral character
104       states by generalized least squares in ace().
105
106     o di2multi() did not modify node labels correctly.
107
108     o multi2di() failed if the tree had its attribute "order" set to
109       "cladewise".
110
111
112
113                 CHANGES IN APE VERSION 2.1-2
114
115
116 NEW FEATURES
117
118     o There three new methods for the "multiPhylo" class: str, $,
119       and [[.
120
121     o root() gains the options 'node' and 'resolve.root'
122       (FALSE by default) as well as its code being improved.
123
124     o mltt.plot() has now an option 'log' used in the same way
125       than in plot.default().
126
127
128 BUG FIXES
129
130     o mltt.plot() failed to display the legend with an unnamed
131       list of trees.
132
133     o nodelabels() with pies now correcly uses the argument
134       'cex' to draw symbols of different sizes (which has
135       worked already for thermometers).
136
137     o read.nexus() generally failed to read very big files.
138
139
140 OTHER CHANGES
141
142     o The argument 'family' of compar.gee() can now be a function
143       as well as a character string.
144
145     o read.tree() and read.nexus() now return an unnamed list if
146       'tree.names = NULL'.
147
148     o read.nexus() now returns a modified object of class "multiPhylo"
149       when there is a TRANSLATE block in the NEXUS file: the individual
150       trees have no 'tip.label' vector, but the list has a 'TipLabel'
151       attribute. The new methods '$' and '[[' set these elements
152       correctly when extracting trees.
153
154
155
156                 CHANGES IN APE VERSION 2.1-1
157
158
159 NEW FEATURES
160
161     o The new function rmtree generates lists of random trees.
162
163     o rcoal() now generates a genuine coalescent tree by default
164       (thanks to Vladimir Minin for the code).
165
166
167 BUG FIXES
168
169     o nuc.div() returned an incorrect value with the default
170       pairwise.deletion = FALSE.
171
172
173 OTHER CHANGES
174
175     o The internal codes of bionj(), fastme.bal(), and fastme.ols()
176       have been improved so that they are stabler and faster.
177
178     o R packages used by ape are now loaded silently; lattice and gee
179       are loaded only when needed.
180
181
182
183                 CHANGES IN APE VERSION 2.1
184
185
186 NEW FEATURES
187
188     o The new function identify.phylo identifies clades on a plotted
189       tree using the mouse.
190
191     o It is now possible to subset a list of trees (object of class
192       "multiPhylo") with "[" while keeping its class correct.
193
194     o The new function as.DNAbin.alignment converts DNA sequences
195       stored in the "alignment" format of the package seqinr into
196       an object of class "DNAbin".
197
198     o The new function weight.taxo2 helps to build similarity matrices
199       given two taxonomic levels (usually called by other functions).
200
201     o write.tree() can now take a list of trees (class "multiPhylo")
202       as its main argument.
203
204     o plot.correlogram() and plot.correlogramList() have been
205       improved, and gain several options (see the help page for
206       details). A legend is now plotted by default.
207
208
209 BUG FIXES
210
211     o dist.dna() returned some incorrect values with `model = "JC69"'
212       and `pairwise.deletion = TRUE'. This affected only the
213       distances involving sequences with missing values. (Thanks
214       to Bruno Toupance for digging this bug out.)
215
216     o write.tree() failed with some trees: this is fixed by removing
217       the `multi.line' option (trees are now always printed on a
218       single line).
219
220     o read.nexus() did not correctly detect trees with multiple root
221       edges (see OTHER CHANGES).
222
223
224 OTHER CHANGES
225
226     o The code of mlphylo() has almost entirely rewritten, and should
227       be much stabler. The options have been also greatly simplified
228       (see ?mlphylo and ?DNAmodel for details).
229
230     o The internal function nTips has been renamed klastorin_nTips.
231
232     o The code of is.ultrametric() contained redundancies and has
233       been cleaned-up.
234
235     o The code of Moran.I() and of correlogram.formula() have been
236       improved.
237
238     o read.tree() and read.nexus() now return an error when trying to
239       read a tree with multiple root edges (see BUG FIXES). The
240       correction applied in previous version did not work in all
241       situations.
242
243     o The class c("multi.tree", "phylo") has been renamed
244       "multiPhylo".
245
246
247 DOCUMENTATION
248
249     o There is now a vignette in ape: see vignette("MoranI", "ape").
250
251
252 DEPRECATED & DEFUNCT
253
254     o as.matching() and as.phylo.matching() do not support branch
255       lengths.
256
257     o correlogram.phylo() and discrete.dist() have been removed.
258
259
260
261                 CHANGES IN APE VERSION 2.0-2
262
263
264 NEW FEATURES
265
266     o The new function matexpo computes the exponential of a square
267       matrix.
268
269     o The new function unique.multi.tree removes duplicate trees from
270       a list.
271
272     o yule() has a new option `use.root.edge = FALSE' that specifies
273       to ignore, by default, the root edge of the tree if it exists.
274
275
276 BUG FIXES
277
278     o which.edge() failed when the index of a single terminal edge was
279       looked for.
280
281     o In diversi.time(), the values returned for model C were
282       incorrect.
283
284     o A bug was fixed in yule() that affected the calculation of the
285       likelihood in the presence of ties in the branching times.
286
287     o There was a bug in the C function mat_expo4x4 affecting the
288       calculations of the transition probabilities for models HKY and
289       GTR in mlphylo().
290
291     o A small bug was fixed in as.matrix.DNAbin (thanks to James
292       Bullard).
293
294     o rtree() did not `shuffle' the tip labels by default, so only a
295       limited number of labelled topologies could be generated.
296
297
298
299                 CHANGES IN APE VERSION 2.0-1
300
301
302 NEW FEATURES
303
304     o The three new functions bionj, fastme.ols, and fastme.bal
305       perform phylogeny estimation by the BIONJ and fastME methods in
306       OLS and balanced versions. This is a port to R of previous
307       previous programs done by Vincent Lefort.
308
309     o The new function chronoMPL performs molecular dating with the
310       mean path lengths method of Britton et al. (2002, Mol. Phyl.
311       Evol. 24: 58).
312
313     o The new function rotate, contributed by Christoph Heibl, swaps
314       two clades connected to the same node. It works also with
315       multichotomous nodes.
316
317     o The new `method' as.matrix.DNAbin() may be used to convert
318       easily DNA sequences stored in a list into a matrix while
319       keeping the names and the class.
320
321
322 BUG FIXES
323
324     o chronopl() failed when some branch lengths were equal to zero:
325       an error message is now returned.
326
327     o di2multi() failed when there was a series of consecutive edges
328       to remove.
329
330
331
332                 CHANGES IN APE VERSION 1.10-2
333
334
335 NEW FEATURES
336
337     o plot.phylo() can now plot circular trees: the option is type =
338       "fan" or type = "f" (to avoid the ambiguity with type = "c").
339
340     o prop.part() has a new option `check.labels = FALSE' which allows
341       to considerably speed-up the calculations of bipartitions. As a
342       consequence, calculations of bootstrap values with boot.phylo()
343       should be much faster.
344
345
346 BUG FIXES
347
348     o read.GenBank() did not return correctly the list of species as
349       from ape 1.10: this is fixed in this version
350
351     o Applying as.phylo() on a tree of class "phylo" failed: the
352       object is now returned unchanged.
353
354
355
356                 CHANGES IN APE VERSION 1.10-1
357
358
359 NEW FEATURES
360
361     o The three new functions Ntip, Nnode, and Nedge return, for a
362       given tree, the number of tips, nodes, or edges, respectively.
363
364
365 BUG FIXES
366
367     o read.nexus() did not set correctly the class of the returned
368       object when reading multiple trees.
369
370     o mllt.plot() failed with objects of class c("multi.tree",
371       "phylo").
372
373     o unroot() did not work correctly in most cases.
374
375     o reorder.phylo() made R freeze in some occasions.
376
377     o Plotting a tree in pruningwise order failed.
378
379     o When plotting an unrooted tree, the tip labels where not all
380       correctly positioned if the option `cex' was used.
381
382
383
384                 CHANGES IN APE VERSION 1.10
385
386
387 NEW FEATURES
388
389     o Five new `method' functions have been introduced to manipulate
390       DNA sequences in binary format (see below).
391
392     o Three new functions have been introduced to convert between the
393       new binary and the character formats.
394
395     o The new function as.alignment converts DNA sequences stored as
396       single characters into the class "alignment" used by the package
397       seqinr.
398
399     o read.dna() and read.GenBank() have a new argument `as.character'
400       controlling whether the sequences are returned in binary format
401       or as character.
402
403
404 BUG FIXES
405
406     o root() failed when the tree had node labels: this is fixed.
407
408     o plot.phylo() did not correctly set the limits on the y-axis with
409       the default setting: this is fixed.
410
411     o dist.dna() returned a wrong result for the LogDet, paralinear,
412       and BH87 models with `pairwise.deletion = TRUE'.
413
414
415 OTHER CHANGES
416
417     o DNA sequences are now internally stored in a binary format. See
418       the document "A Bit-Level Coding Scheme for Nucleotides" for the
419       details. Most functions analyzing DNA functions have been
420       modified accordingly and are now much faster (dist.dna is now
421       ca. 60 times faster).
422
423
424
425                 CHANGES IN APE VERSION 1.9-4
426
427
428 BUG FIXES
429
430     o A bug was fixed in edgelabels().
431
432     o as.phylo.hclust() did not work correctly when the object of
433       class "hclust" has its labels set to NULL: the returned tree has
434       now its tip labels set to "1", "2", ...
435
436     o consensus could fail if some tip labels are a subset of others
437       (e.g., "a" and "a_1"): this is now fixed.
438
439     o mlphylo() failed in most cases if some branch lengths of the
440       initial tree were greater than one: an error message is now
441       issued.
442
443     o mlphylo() failed in most cases when estimating the proportion of
444       invariants: this is fixed.
445
446
447
448                 CHANGES IN APE VERSION 1.9-3
449
450
451 NEW FEATURES
452
453     o The new function edgelabels adds labels on the edge of the tree
454       in the same way than nodelabels or tiplabels.
455
456
457 BUG FIXES
458
459     o multi2di() did not handle correctly branch lengths with the
460       default option `random = TRUE': this is now fixed.
461
462     o A bug was fixed in nuc.div() when using pairwise deletions.
463
464     o A bug occurred in the analysis of bipartitions with large
465       numbers of large trees, with consequences on prop.part,
466       prop.clades, and boot.phylo.
467
468     o The calculation of the Billera-Holmes-Vogtmann distance in
469       dist.topo was wrong: this has been fixed.
470
471
472
473                 CHANGES IN APE VERSION 1.9-2
474
475
476 NEW FEATURES
477
478     o The new function ladderize reorganizes the internal structure of
479       a tree to plot them left- or right-ladderized.
480
481     o The new function dist.nodes computes the patristic distances
482       between all nodes, internal and terminal, of a tree. It replaces
483       the option `full = TRUE' of cophenetic.phylo (see below).
484
485
486 BUG FIXES
487
488     o A bug was fixed in old2new.phylo().
489
490     o Some bugs were fixed in chronopl().
491
492     o The edge colours were not correctly displayed by plot.phylo
493       (thank you to Li-San Wang for the fix).
494
495     o cophenetic.phylo() failed with multichotomous trees: this is
496       fixed.
497
498
499 OTHER CHANGES
500
501     o read.dna() now returns the sequences in a matrix if they are
502       aligned (interleaved or sequential format). Sequences in FASTA
503       format are still returned in a list.
504
505     o The option `full' of cophenetic.phylo() has been removed because
506       it could not be used from the generic.
507
508
509 DEPRECATED & DEFUNCT
510
511     o rotate() has been removed; this function did not work correctly
512       since ape 1.9.
513
514
515
516                 CHANGES IN APE VERSION 1.9-1
517
518
519 BUG FIXES
520
521     o Trees with a single tip were not read correctly in R as the
522       element `Nnode' was not set: this is fixed.
523
524     o unroot() did not set correctly the number of nodes of the
525       unrooted tree in most cases.
526
527     o read.GenBank() failed when fetching very long sequences,
528       particularly of the BX-series.
529
530     o A bug was introduced in read.tree() with ape 1.9: it has been
531       fixed
532
533
534
535                 CHANGES IN APE VERSION 1.9
536
537
538 NEW FEATURES
539
540     o There are two new print `methods' for trees of class "phylo" and
541       lists of trees of class "multi.tree", so that they are now
542       displayed in a compact and informative way.
543
544     o There are two new functions, old2new.phylo and new2old.phylo,
545       for converting between the old and new coding of the class
546       "phylo".
547
548     o dist.dna() has three new models: Barry and Hartigan ("BH87"),
549       LogDet ("logdet"), and paralinear ("paralin").
550
551     o compute.brlen() has been extended: several methods are now
552       available to compute branch lengths.
553
554     o write.dna() can now handle matrices as well as lists.
555
556
557 BUG FIXES
558
559     o cophenetic.phylo() sometimes returned a wrong result with
560       multichotomous trees: this is fixed.
561
562     o rotate() failed when a single tip was specified: the tree is now
563       returned unchanged.
564
565     o ace() did not return the correct index matrix with custom
566       models: this is fixed.
567
568     o multi2di() did not work correctly when resolving multichotomies
569       randomly: the topology was always the same, only the arrangement
570       of clades was randomized: this is fixed. This function now
571       accepts trees with no branch lengths.
572
573     o The output of diversi.gof() was blurred by useless prints when a
574       user distribution was specified. This has been corrected, and
575       the help page of this function has been expanded.
576
577
578 OTHER CHANGES
579
580     o The internal structure of the class "phylo" has been changed:
581       see the document "Definition of Formats for Coding Phylogenetic
582       Trees in R" for the details. In addition, the code of most
583       functions has been improved.
584
585     o Several functions have been improved by replacing some R codes
586       by C codes: pic, plot.phylo, and reorder.phylo.
587
588     o There is now a citation information: see citation("ape") in R.
589
590     o write.tree() now does not add extra 0's to branch lengths so
591       that 1.23 is printed "1.23" by default, not "1.2300000000".
592
593     o The syntax of bind.tree() has been simplified. This function now
594       accepts trees with no branch lengths, and handles correctly node
595       labels.
596
597     o The option `as.numeric' of mrca() has been removed.
598
599     o The unused options `format' and `rooted' of read.tree() have
600       been removed.
601
602     o The unused option `format' of write.tree() has been removed.
603
604     o The use of node.depth() has been simplified.
605
606
607
608                 CHANGES IN APE VERSION 1.8-5
609
610
611 NEW FEATURES
612
613     o Two new functions read.nexus.data() and write.nexus.data(),
614       contributed by Johan Nylander, allow to read and write molecular
615       sequences in NEXUS files.
616
617     o The new function reorder.phylo() reorders the internal structure
618       of a tree of class "phylo". It is used as the generic, e.g.,
619       reorder(tr).
620
621     o read.tree() and read.nexus() can now read trees with a single
622       edge.
623
624     o The new data set `cynipids' supplies a set of protein sequences
625       in NEXUS format.
626
627
628 BUG FIXES
629
630     o The code of all.equal.phylo() has been completely rewritten
631       (thanks to Benoît Durand) which fixes several bugs.
632
633     o read.tree() and read.nexus() now checks the labels of the tree
634       to remove or substitute any characters that are illegal in the
635       Newick format (parentheses, etc.)
636
637     o A negative P-value could be returned by mantel.test(): this is
638       now fixed.
639
640
641
642                 CHANGES IN APE VERSION 1.8-4
643
644
645 NEW FEATURES
646
647     o The new function sh.test() computes the Shimodaira-
648       Hasegawa test.
649
650     o The new function collapse.singles() removes the nodes with a
651       single descendant from a tree.
652
653     o plot.phylo() has a new argument `tip.color' to specify the
654       colours of the tips.
655
656     o mlphylo() has now an option `quiet' to control the display of
657       the progress of the analysis (the default is FALSE).
658
659
660 BUG FIXES
661
662     o read.dna() did not read correctly sequences in sequential format
663       with leading alignment gaps "-": this is fixed.
664
665     o ace() returned a list with no class so that the generic
666       functions (anova, logLik, ...) could not be used directly. This
667       is fixed as ace() now returns an object of class "ace".
668
669     o anova.ace() had a small bug when computing the number of degrees
670       of freedom: this is fixed.
671
672     o mlphylo() did not work when the sequences were in a matrix or
673       a data frame: this is fixed.
674
675     o rtree() did not work correctly when trying to simulate an
676       unrooted tree with two tips: an error message is now issued.
677
678
679 OTHER CHANGES
680
681     o The algorithm of rtree() has been changed: it is now about 40,
682       100, and 130 times faster for 10, 100, and 1000 tips,
683       respectively.
684
685
686
687                 CHANGES IN APE VERSION 1.8-3
688
689
690 NEW FEATURES
691
692     o There are four new `method' functions to be used with the
693       results of ace(): logLik(), deviance(), AIC(), and anova().
694
695     o The plot method of phymltest has two new arguments: `main' to
696       change the title, and `col' to control the colour of the
697       segments showing the AIC values.
698
699     o ace() has a new argument `ip' that gives the initial values used
700       in the ML estimation with discrete characters (see the examples
701       in ?ace). This function now returns a matrix giving the indices
702       of the estimated rates when analysing discrete characters.
703
704     o nodelabels() and tiplabels() have a new argument `pie' to
705       represent proportions, with any number of categories, as
706       piecharts. The use of the option `thermo' has been improved:
707       there is now no limitation on the number of categories.
708
709
710 BUG FIXES
711
712     o mlphylo() did not work with more than two partitions: this is
713       fixed.
714
715     o root() failed if the proposed outgroup was already an outgroup
716       in the tree: this is fixed.
717
718     o The `col' argument in nodelabels() and tiplabels() was not
719       correctly passed when `text' was used: this is fixed.
720
721     o Two bugs were fixed in mlphylo(): parameters were not always
722       correctly output, and the estimation failed in some cases.
723
724     o plot.phylo() was stuck when given a tree with a single tip: this
725       is fixed and a message error is now returned.
726
727     o An error was corrected in the help page of gammaStat regarding
728       the calculation of P-values.
729
730     o Using gls() could crash R when the number of species in the tree
731       and in the variables were different: this is fixed.
732
733
734
735                 CHANGES IN APE VERSION 1.8-2
736
737
738 NEW FEATURES
739
740     o The new function mlphylo() fits a phylogenetic tree by maximum
741       likelihood from DNA sequences. Its companion function DNAmodel()
742       is used to define the substitution model which may include
743       partitioning. There are methods for logLik(), deviance(), and
744       AIC(), and the summary() method has been extended to display in
745       a friendly way the results of this model fitting. Currently, the
746       functionality is limited to estimating the substitution and
747       associated parameters and computing the likelihood.
748
749     o The new function drop1.compar.gee (used as, e.g., drop1(m))
750       tests for single effects in GEE-based comparative method. A
751       warning message is printed if there is not enough degrees of
752       freedom.
753
754
755 BUG FIXES
756
757     o An error message was sometimes issued by plot.multi.tree(),
758       though with no consequence.
759
760
761
762                 CHANGES IN APE VERSION 1.8-1
763
764
765 NEW FEATURES
766
767     o There is a new plot method for lists of trees (objects of class
768       "multi.tree"): it calls plot.phylo() internally and is
769       documented on the same help page.
770
771
772 BUG FIXES
773
774     o A bug was fixed in the C code that analyzes bipartitions: this
775       has impact on several functions like prop.part, prop.clades,
776       boot.phylo, or consensus.
777
778     o root() did not work correctly when the specified outgroup had
779       more than one element: this is fixed.
780
781     o dist.dna() sometimes returned a warning inappropriately: this
782       has been corrected.
783
784     o If the distance object given to nj() had no rownames, nj()
785       returned a tree with no tip labels: it now returns tips labelled
786       "1", "2", ..., corresponding to the row numbers.
787
788
789 OTHER CHANGES
790
791     o nj() has been slightly changed so that tips with a zero distance
792       are first aggregated with zero-lengthed branches; the usual NJ
793       procedure is then performed on a distance matrix without 0's.
794
795
796
797                 CHANGES IN APE VERSION 1.8
798
799
800 NEW FEATURES
801
802     o The new function chronopl() estimates dates using the penalized
803       likelihood method by Sanderson (2002; Mol. Biol. Evol., 19:101).
804
805     o The new function consensus() calculates the consensus tree of a
806       list of trees.
807
808     o The new function evolve.phylo() simulates the evolution of
809       continuous characters along a phylogeny under a Brownian model.
810
811     o The new plot method for objects of class "ancestral" displays a
812       tree together with ancestral values, as returned by the above
813       function.
814
815     o The new function as.phylo.formula() returns a phylogeny from a
816       set of nested taxonomic variables given as a formula.
817
818     o The new function read.caic() reads trees in CAIC format.
819
820     o The new function tiplabels() allows to add labels to the tips
821       of a tree using text or plotting symbols in a flexible way.
822
823     o The new function unroot() unroots a phylogeny.
824
825     o multi2di() has a new option, `random', which specifies whether
826       to resolve the multichotomies randomly (the default) or not.
827
828     o prop.part() now returns an object of class "prop.part" for which
829       there are print (to display a partition in a more friendly way)
830       and summary (to extract the numbers) methods.
831
832     o plot.phylo() has a new option, `show.tip.label', specifying
833       whether to print the labels of the tips. The default is TRUE.
834
835     o The code of nj() has been replaced by a faster C code: it is now
836       about 10, 25, and 40 times faster for 50, 100, and 200 taxa,
837       respectively.
838
839     o write.nexus() now writes whether a tree is rooted or not.
840
841
842 BUG FIXES
843
844     o Two bugs have been fixed in root(): unrooted trees are now
845       handled corretly, and node labels are now output normally.
846
847     o A bug was fixed in phymltest(): the executable couldn't be found
848       in some cases.
849
850     o Three bug have been fixed in ace(): computing the likelihood of
851       ancestral states of discrete characters failed, custom models
852       did not work, and the function failed with a null gradient (a
853       warning message is now returned; this latter bug was also
854       present in yule.cov() as well and is now fixed).
855
856     o pic() hanged out when missing data were present: a message error
857       is now returned.
858
859     o A small bug was fixed in dist.dna() where the gamma correction
860       was not always correctly dispatched.
861
862     o plot.phylo() plotted correctly the root edge only when the tree
863       was plotted rightwards: this works now for all directions.
864
865
866 OTHER CHANGES
867
868     o dist.taxo() has been renamed as weight.taxo().
869
870     o Various error and warning messages have been improved.
871
872
873
874                 CHANGES IN APE VERSION 1.7
875 NEW FEATURES
876
877     o The new function ace() estimates ancestral character states for
878       continuous characters (with ML, GLS, and contrasts methods), and
879       discrete characters (with ML only) for any number of states.
880
881     o The new function compar.ou() fits the Ornstein-Uhlenbeck model
882       of directional evolution for continuous characters. The user
883       specifies the node(s) of the tree where the character optimum
884       changes.
885
886     o The new function is.rooted() tests whether a tree (of class
887       "phylo") is rooted.
888
889     o The new function rcoal() generates random ultrametric trees with
890       the possibility to specify the function that generates the
891       inter-nodes distances.
892
893     o The new function mrca() gives for all pairs of tips in a tree
894       (and optionally nodes too) the most recent common ancestor.
895
896     o nodelabels() has a new option `thermo' to plot proportions (up
897       to three classes) on the nodes of a tree.
898
899     o rtree() has been improved: it can now generate rooted or
900       unrooted trees, and the mathematical function that generates the
901       branch lengths may be specified by the user. The tip labels may
902       be given directly in the call to rtree. The limit cases (n = 2,
903       3) are now handled correctly.
904
905     o dist.topo() has a new argument `method' with two choices: "PH85"
906       for Penny and Henny's method (already available before and now
907       the default), and "BHV01" for the geometric distance by Billera
908       et al. (2001, Adv. Appl. Math. 27:733).
909
910     o write.tree() has a new option, `digits', which specifies the
911       number of digits to be printed in the Newick tree. By default
912       digits = 10. The numbers are now always printed in decimal form
913       (i.e., 1.0e-1 is now avoided).
914
915     o dist.dna() can now compute the raw distances between pairs of
916       DNA sequences by specifying model = "raw".
917
918     o dist.phylo() has a new option `full' to possibly compute the
919       distances among all tips and nodes of the tree. The default if
920       `full = FALSE'.
921
922
923 BUG FIXES
924
925     o Several bugs were fixed in all.equal.phylo().
926
927     o dist.dna() did not handle correctly gaps ("-") in alignments:
928       they are now considered as missing data.
929
930     o rotate() did not work if the tips were not ordered: this is
931       fixed.
932
933     o mantel.test() returned NA in some special cases: this is fixed
934       and the function has been improved and is now faster.
935
936     o A bug was fixed in diversi.gof() where the calculation of A² was
937       incorrect.
938
939     o cherry() did not work correctly under some OSs (mainly Linux):
940       this is fixed.
941
942     o is.binary.tree() has been modified so that it works with both
943       rooted and unrooted trees.
944
945     o The documentation of theta.s() was not correct: this has been
946       fixed.
947
948     o plot.mst() did not work correctly: this is fixed.
949
950
951
952                 CHANGES IN APE VERSION 1.6
953
954
955 NEW FEATURES
956
957     o The new function dist.topo() computes the topological distances
958       between two trees.
959
960     o The new function boot.phylo() performs a bootstrap analysis on
961       phylogeny estimation.
962
963     o The new functions prop.part() and prop.clades() analyse
964       bipartitions from a series of trees.
965
966
967 OTHER CHANGES
968
969     o read.GenBank() now uses the EFetch utility of NCBI instead of
970       the usual Web interface: it is now much faster (e.g., 12 times
971       faster to retrieve 8 sequences, 37 times for 60 sequences).
972
973
974 BUG FIXES
975
976     o Several bugs were fixed in read.dna().
977
978     o Several bugs were fixed in diversi.time().
979
980     o is.binary.tree() did not work correctly if the tree has no edge
981       lengths: this is fixed.
982
983     o drop.tip() did not correctly propagated the `node.label' of a
984       tree: this is fixed.
985
986
987
988                 CHANGES IN APE VERSION 1.5
989
990
991 NEW FEATURES
992
993     o Two new functions, as.matching.phylo() and as.phylo.matching(),
994       convert objects between the classes "phylo" and "matching". The
995       latter implements the representation of binary trees introduced by
996       Diaconis and Holmes (1998; PNAS 95:14600). The generic function
997       as.matching() has been introduced as well.
998
999     o Two new functions, multi2di() and di2multi(), allow to resolve
1000       and collapse multichotomies with branches of length zero.
1001
1002     o The new function nuc.div() computes the nucleotide diversity
1003       from a sample a DNA sequences.
1004
1005     o dist.dna() has been completely rewritten with a much faster
1006       (particularly for large data sets) C code. Eight models are
1007       available: JC69, K80, F81, K81, F84, T92, TN93, and GG95 (the
1008       option `method' has been renamed `model'). Computation of variance
1009       is available for all models. A gamma-correction is possible for
1010       JC69, K80, F81, and TN93. There is a new option, pairwise.deletion,
1011       to remove sites with missing data on a pairwise basis. The option
1012       `GCcontent' has been removed.
1013
1014     o read.GenBank() has a new option (species.names) which specifies
1015       whether to return the species names of the organisms in addition
1016       to the accession numbers of the sequences (this is the default
1017       behaviour).
1018
1019     o write.nexus() can now write several trees in the same NEXUS file.
1020
1021     o drop.tip() has a new option `root.edge' that allows to specify the
1022       new root edge if internal branches are trimmed.
1023
1024
1025 BUG FIXES
1026
1027     o as.phylo.hclust() failed if some labels had parentheses: this
1028       is fixed.
1029
1030     o Several bugs were fixed in all.equal.phylo(). This function now
1031       returns the logical TRUE if the trees are identical but with
1032       different representations (a report was printed previously).
1033
1034     o read.GenBank() did not correctly handle ambiguous base codes:
1035       this is fixed.
1036
1037
1038 OTHER CHANGES
1039
1040     o birthdeath() now returns an object of class "birthdeath" for
1041       which there is a print method.
1042
1043
1044
1045                 CHANGES IN APE VERSION 1.4
1046
1047
1048 NEW FEATURES
1049
1050     o The new function nj() performs phylogeny estimation with the
1051       neighbor-joining method of Saitou and Nei (1987; Mol. Biol.
1052       Evol., 4:406).
1053
1054     o The new function which.edge() identifies the edges of a tree
1055       that belong to a group specified as a set of tips.
1056
1057     o The new function as.phylo.phylog() converts an object of class
1058       "phylog" (from the package ade4) into an object of class
1059       "phylo".
1060
1061     o The new function axisPhylo() draws axes on the side of a
1062       phylogeny plot.
1063
1064     o The new function howmanytrees() calculates the number of trees
1065       in different cases and giving a number of tips.
1066
1067     o write.tree() has a new option `multi.line' (TRUE by default) to
1068       write a Newick tree on several lines rather than on a single
1069       line.
1070
1071     o The functionalities of zoom() have been extended. Several
1072       subtrees can be visualized at the same time, and they are marked
1073       on the main tree with colors. The context of the subtrees can be
1074       marked with the option `subtree' (see below).
1075
1076     o drop.tip() has a new option `subtree' (FALSE by default) which
1077       specifies whether to output in the tree how many tips have been
1078       deleted and where.
1079
1080     o The arguments of add.scale.bar() have been redefined and have
1081       now default values (see ?add.scale.bar for details). This
1082       function now works even if the plotted tree has no edge length.
1083
1084     o plot.phylo() can now plot radial trees, but this does not take
1085       edge lengths into account.
1086
1087     o In plot.phylo() with `type = "phylogram"', if the values of
1088       `edge.color' and `edge.width' are identical for sister-branches,
1089       they are propagated to the vertical line that link them.
1090
1091
1092 BUG FIXES
1093
1094     o Repeated calls to as.phylo.hclust() or as.hclust.phylo() made R
1095       crashing. This is fixed.
1096
1097     o In plot.phylo(), the options `edge.color' and `edge.width' are
1098       now properly recycled; their default values are now "black" and
1099       1, respectively.
1100
1101     o A bug has been fixed in write.nexus().
1102
1103
1104 OTHER CHANGES
1105
1106     o The function node.depth.edgelength() has been removed and
1107       replaced by a C code.
1108
1109
1110
1111                 CHANGES IN APE VERSION 1.3-1
1112
1113
1114 NEW FEATURES
1115
1116     o The new function nodelabels() allows to add labels to the nodes
1117       of a tree using text or plotting symbols in a flexible way.
1118
1119     o In plot.phylo() the arguments `x.lim' and `y.lim' can now be two
1120       numeric values specifying the lower and upper limits on the x-
1121       and y-axes. This allows to leave some space on any side of the
1122       tree. If a single value is given, this is taken as the upper
1123       limit (as before).
1124
1125
1126
1127                 CHANGES IN APE VERSION 1.3
1128
1129
1130 NEW FEATURES
1131
1132     o The new function phymltest() calls the software PHYML and fits
1133       28 models of DNA sequence evolution. There are a print method to
1134       display likelihood and AIC values, a summary method to compute
1135       the hierarchical likelihood ratio tests, and a plot method to
1136       display graphically the AIC values of each model.
1137
1138     o The new function yule.cov() fits the Yule model with covariates,
1139       a model where the speciation rate is affected by several species
1140       traits through a generalized linear model. The parameters are
1141       estimated by maximum likelihood.
1142
1143     o Three new functions, corBrownian(), corGrafen(), and
1144       corMartins(), compute the expected correlation structures among
1145       species given a phylogeny under different models of evolution.
1146       These can be used for GLS comparative phylogenetic methods (see
1147       the examples). There are coef() and corMatrix() methods and an
1148       Initialize.corPhyl() function associated.
1149
1150     o The new function compar.cheverud() implements Cheverud et al.'s
1151       (1985; Evolution 39:1335) phylogenetic comparative method.
1152
1153     o The new function varcomp() estimates variance components; it has
1154       a plot method.
1155
1156     o Two new functions, panel.superpose.correlogram() and
1157       plot.correlogramList(), allow to plot several phylogenetic
1158       correlograms.
1159
1160     o The new function node.leafnumber() computes the number of leaves
1161       of a subtree defined by a particular node.
1162
1163     o The new function node.sons() gets all tags of son nodes from a
1164       given parent node.
1165
1166     o The new function compute.brlen() computes the branch lengths of
1167       a tree according to a specified method.
1168
1169     o plot.phylo() has three new options: "cex" controls the size of
1170       the (tip and node) labels (thus it is no more needed to change
1171       the global graphical parameter), "direction" which allows to
1172       plot the tree rightwards, leftwards, upwards, or downwards, and
1173       "y.lim" which sets the upper limit on the y-axis.
1174
1175
1176 BUG FIXES
1177
1178     o Some functions which try to match tip labels and names of
1179       additional data (e.g. vector) are likely to fail if there are
1180       typing or syntax errors. If both series of names do not perfectly
1181       match, they are ignored and a warning message is now issued.
1182       These functions are bd.ext, compar.gee, pic. Their help pages
1183       have been clarified on this point.
1184
1185
1186
1187                 CHANGES IN APE VERSION 1.2-7
1188
1189
1190 NEW FEATURES
1191
1192     o The new function root() reroots a phylogenetic tree with respect
1193       to a specified outgroup.
1194
1195     o The new function rotate() rotates an internal branch of a tree.
1196
1197     o In plot.phylo(), the new argument "lab4ut" (labels for unrooted
1198       trees) controls the display of the tip labels in unrooted trees.
1199       This display has been greatly improved: the tip labels are now not
1200       expected to overlap with the tree (particularly if lab4ut =
1201       "axial"). In all cases, combining appropriate values of "lab4ut"
1202       and the font size (via "par(cex = )") should result in readable
1203       unrooted trees. See ?plot.phylo for some examples.
1204
1205     o In drop.tip(), the argument `tip' can now be numeric or character.
1206
1207
1208 BUG FIXES
1209
1210     o drop.tip() did not work correctly with trees with no branch
1211       lengths: this is fixed.
1212
1213     o A bug in plot.phylo(..., type = "unrooted") made some trees being
1214       plotted with some line crossings: this is now fixed.
1215
1216
1217
1218                 CHANGES IN APE VERSION 1.2-6
1219
1220
1221 NEW FEATURES
1222
1223     o Six new functions (Moran.I, correlogram.formula, discrete.dist,
1224       correlogram.phylo, dist.taxo, plot.correlogram) have been added
1225       to implement comparative methods with an autocorrelation approach.
1226
1227     o A new data set describing some life history traits of Carnivores
1228       has been included.
1229
1230
1231 BUG FIXES
1232
1233     o A fix was made on mcmc.popsize() to conform to R 2.0.0.
1234
1235
1236 OTHER CHANGES
1237
1238     o When plotting a tree with plot.phylo(), the new default of the
1239       option `label.offset' is now 0, so the labels are always visible.
1240
1241
1242
1243                 CHANGES IN APE VERSION 1.2-5
1244
1245
1246 NEW FEATURES
1247
1248     o The new function bd.ext() fits a birth-death model with combined
1249       phylogenetic and taxonomic data, and estimates the corresponding
1250       speciation and extinction rates.
1251
1252
1253 OTHER CHANGES
1254
1255     o The package gee is no more required by ape but only suggested
1256       since only the function compar.gee() calls gee.
1257
1258
1259
1260                 CHANGES IN APE VERSION 1.2-4
1261
1262
1263 NEW FEATURES
1264
1265     o Four new functions (mcmc.popsize, extract.popsize, plot.popsize,
1266       and lines.popsize) implementing a new approach for inferring the
1267       demographic history from genealogies using a reversible jump
1268       MCMC have been introduced.
1269
1270     o The unit of time in the skyline plot and in the new plots can
1271       now be chosen to be actual years, rather than substitutions.
1272
1273
1274
1275                 CHANGES IN APE VERSION 1.2-3
1276
1277
1278 NEW FEATURES
1279
1280     o The new function rtree() generates a random binary tree with or
1281       without branch lengths.
1282
1283     o Two new functions for drawing lineages-through-time (LTT) plots
1284       are provided: ltt.lines() adds a LTT curve to an existing plot,
1285       and mltt.plot() does a multiple LTT plot giving several trees as
1286       arguments (see `?ltt.plot' for details).
1287
1288
1289 BUG FIXES
1290
1291     o Some taxon names made R crashing when calling as.phylo.hclust():
1292       this is fixed.
1293
1294     o dist.dna() returned an error with two identical DNA sequences
1295       (only using the Jukes-Cantor method returned 0): this is fixed.
1296
1297
1298 OTHER CHANGES
1299
1300     o The function dist.phylo() has been re-written using a different
1301       algorithm: it is now about four times faster.
1302
1303     o The code of branching.times() has been improved: it is now about
1304       twice faster.
1305
1306
1307
1308                 CHANGES IN APE VERSION 1.2-2
1309
1310
1311 NEW FEATURES
1312
1313     o The new function seg.sites() finds the segregating sites in a
1314       sample of DNA sequences.
1315
1316
1317 BUG FIXES
1318
1319     o A bug introduced in read.tree() and in read.nexus() with version
1320       1.2-1 was fixed.
1321
1322     o A few errors were corrected and a few examples were added in the
1323       help pages.
1324
1325
1326
1327                 CHANGES IN APE VERSION 1.2-1
1328
1329
1330 NEW FEATURES
1331
1332     o plot.phylo() can now draw the edge of the root of a tree if it
1333       has one (see the new option `root.edge', its default is FALSE).
1334
1335
1336 BUG FIXES
1337
1338     o A bug was fixed in read.nexus(): files with semicolons inside
1339       comment blocks were not read correctly.
1340
1341     o The behaviour of read.tree() and read.nexus() was corrected so
1342       that tree files with badly represented root edges (e.g., with
1343       an extra pair of parentheses, see the help pages for details)
1344       are now correctly represented in the object of class "phylo";
1345       a warning message is now issued.
1346
1347
1348
1349                 CHANGES IN APE VERSION 1.2
1350
1351
1352 NEW FEATURES
1353
1354     o plot.phylo() has been completely re-written and offers several
1355       new functionalities. Three types of trees can now be drawn:
1356       phylogram (as previously), cladogram, and unrooted tree; in
1357       all three types the branch lengths can be drawn using the edge
1358       lengths of the phylogeny or not (e.g., if the latter is absent).
1359       The vertical position of the nodes can be adjusted with two
1360       choices (see option `node.pos'). The code has been re-structured,
1361       and two new functions (potentially useful for developpers) are
1362       documented separately: node.depth.edgelength() and node.depth();
1363       see the respective help pages for details.
1364
1365     o The new function zoom() allows to explore very large trees by
1366       focusing on a small portion of it.
1367
1368     o The new function yule() fits by maximum likelihood the Yule model
1369       (birth-only process) to a phylogenetic tree.
1370
1371     o Support for writing DNA sequences in FASTA format has been
1372       introduced in write.dna() (support for reading sequences in
1373       this format was introduced in read.dna() in version 1.1-2).
1374       The function has been completely re-written, fixing some bugs
1375       (see below); the default behaviour is no more to display the
1376       sequences on the standard output. Several options have been
1377       introduced to control the sequence printing in a flexible
1378       way. The help page has been extended.
1379
1380     o A new data set is included: a supertree of bats in NEXUS format.
1381
1382
1383 BUG FIXES
1384
1385     o In theta.s(), the default of the option `variance' has
1386       been changed to `FALSE' (as was indicated in the help page).
1387
1388     o Several bugs were fixed in the code of all.equal.phylo().
1389
1390     o Several bugs were fixed in write.dna(), particularly this
1391       function did not work with `format = "interleaved"'.
1392
1393     o Various errors were corrected in the help pages.
1394
1395
1396 OTHER CHANGES
1397
1398     o The argument names of as.hclust.phylo() have been changed
1399       from "(phy)" to "(x, ...)" to conform to the definition of
1400       the corresponding generic function.
1401
1402     o gamma.stat() has been renamed gammaStat() to avoid confusion
1403       since gamma() is a generic function.
1404
1405
1406
1407                 CHANGES IN APE VERSION 1.1-3
1408
1409
1410 BUG FIXES
1411
1412     o base.freq() previously did not return a value of 0 for
1413       bases absent in the data (e.g., a vector of length 3 was
1414       returned if one base was absent). This is now fixed (a
1415       vector of length 4 is always returned).
1416
1417     o Several bugs were fixed in read.nexus(), including that this
1418       function did not work in this absence of a "TRANSLATE"
1419       command in the NEXUS file, and that the commands were
1420       case-sensitive.
1421
1422
1423
1424                 CHANGES IN APE VERSION 1.1-2
1425
1426
1427 NEW FEATURES
1428
1429     o The Tamura and Nei (1993) model of DNA distance is now implemented
1430       in dist.dna(): five models are now available in this function.
1431
1432     o A new data set is included: a set of 15 sequences of the
1433       cytochrome b mitochondrial gene of the woodmouse (Apodemus
1434       sylvaticus).
1435
1436
1437 BUG FIXES
1438
1439     o A bug in read.nexus() was fixed.
1440
1441     o read.dna() previously did not work correctly in most cases.
1442       The function has been completely re-written and its help page
1443       has been considerably extended (see ?read.dna for details).
1444       Underscores (_) in taxon names are no more replaced with
1445       spaces (this behaviour was undocumented).
1446
1447     o A bug was fixed in write.dna().
1448
1449
1450
1451                 CHANGES IN APE VERSION 1.1-1
1452
1453
1454 BUG FIXES
1455
1456     o A bug in read.tree() introduced in APE 1.1 was fixed.
1457
1458     o A bug in compar.gee() resulted in an error when trying to fit
1459       a model with `family = "binomial"'. This is now fixed.
1460
1461
1462
1463                 CHANGES IN APE VERSION 1.1
1464
1465
1466 NEW FEATURES
1467
1468     o The Klastorin (1982) method as suggested by Misawa and Tajima
1469       (2000, Mol. Biol. Evol. 17:1879-1884) for classifying genes
1470       on the basis of phylogenetic trees has been implemented (see
1471       the function klastorin()).
1472
1473     o Functions have been added to convert APE's "phylo" objects in
1474       "hclust" cluster objects and vice versa (see the help page of
1475       as.phylo for details).
1476
1477     o Three new functions, ratogram(), chronogram() and NPRS.criterion(),
1478       are introduced for the estimation of absolute evolutionary rates
1479       (ratogram) and dated clock-like trees (chronogram) from
1480       phylogenetic trees using the non-parametric rate smoothing approach
1481       by MJ Sanderson (1997, Mol. Biol. Evol. 14:1218-1231).
1482
1483     o A summary method is now provided printing a summary information on a
1484       phylogenetic tree with, for instance, `summary(tree)'.
1485
1486     o The behaviour of read.tree() was changed so that all spaces and
1487       tabulations in tree files are now ignored. Consequently, spaces in tip
1488       labels are no more allowed. Another side effect is that read.nexus()
1489       now does not replace the underscores (_) in tip labels with spaces
1490       (this behaviour was undocumented).
1491
1492     o The function plot.phylo() has a new option (`underscore') which
1493       specifies whether the underscores in tip labels should be written on
1494       the plot as such or replaced with spaces (the default).
1495
1496     o The function birthdeath() now computes 95% confidence intervals of
1497       the estimated parameters using profile likelihood.
1498
1499     o Three new data sets are included: a gene tree estimated from 36
1500       landplant rbcL sequences, a gene tree estimated from 32 opsin
1501       sequences, and a gene tree for 50 BRCA1 mammalian sequences.
1502
1503
1504 BUG FIXES
1505
1506     o A bug was fixed in dist.gene() where nothing was returned.
1507
1508     o A bug in plot.mst() was fixed.
1509
1510     o A bug in vcv.phylo() resulted in false correlations when the
1511       option `cor = TRUE' was used (now fixed).
1512
1513
1514
1515                 CHANGES IN APE VERSION 1.0
1516
1517
1518 NEW FEATURES
1519
1520     o Two new functions, read.dna() and write.dna(), read/write in a file
1521       DNA sequences in interleaved or in sequential format.
1522
1523     o Two new functions, read.nexus() and write.nexus(), read/write trees
1524       in a NEXUS file.
1525
1526     o The new function bind.tree() allows to bind two trees together,
1527       possibly handling root edges to give internal branches.
1528
1529     o The new function drop.tip() removes the tips in a phylogenetic tree,
1530       and trims (or not) the corresponding internal branches.
1531
1532     o The new function is.ultrametric() tests if a tree is ultrametric.
1533
1534     o The function plot.phylo() has more functionalities such as drawing the
1535       branches with different colours and/or different widths, showing the
1536       node labels, controling the position and font of the labels, rotating
1537       the labels, and controling the space around the plot.
1538
1539     o The function read.tree() can now read trees with no branch length,
1540       such as "(a,b),c);". Consequently, the element `edge.length' in
1541       objects of class "phylo" is now optional.
1542
1543     o The function write.tree() has a new default behaviour: if the default
1544       for the option `file' is used (i.e. file = ""), then a variable of
1545       mode character containing the tree in Newick format is returned which
1546       can thus be assigned (e.g., tree <- write.tree(phy)).
1547
1548     o The function read.tree() has a new argument `text' which allows
1549       to read the tree in a variable of mode character.
1550
1551     o A new data set is included: the phylogenetic relationships among
1552       the orders of birds from Sibley and Ahlquist (1990).
1553
1554
1555
1556                 CHANGES IN APE VERSION 0.2-1
1557
1558
1559 BUG FIXES
1560
1561     o Several bugs were fixed in the help pages.
1562
1563
1564
1565                 CHANGES IN APE VERSION 0.2
1566
1567
1568 NEW FEATURES
1569
1570     o The function write.tree() writes phylogenetic trees (objects of class
1571       "phylo") in an ASCII file using the Newick parenthetic format.
1572
1573     o The function birthdeath() fits a birth-death model to branching times
1574       by maximum likelihood, and estimates the corresponding speciation and
1575       extinction rates.
1576
1577     o The function scale.bar() adds a scale bar to a plot of a phylogenetic
1578       tree.
1579
1580     o The function is.binary.tree() tests whether a phylogeny is binary.
1581
1582     o Two generic functions, coalescent.intervals() and collapsed.intervals(),
1583       as well as some methods are introduced.
1584
1585     o Several functions, including some generics and methods, for computing
1586       skyline plot estimates (classic and generalized) of effective
1587       population size through time are introduced and replace the function
1588       skyline.plot() in version 0.1.
1589
1590     o Two data sets are now included: the phylogenetic relationships among
1591       the families of birds from Sibley and Ahlquist (1990), and an
1592       estimated clock-like phylogeny of HIV sequences sampled in the
1593       Democratic Republic of Congo.
1594
1595
1596 DEPRECATED & DEFUNCT
1597
1598     o The function skyline.plot() in ape 0.1 has been deprecated and
1599       replaced by more elaborate functions (see above).
1600
1601
1602 BUG FIXES
1603
1604     o Two important bugs were fixed in plot.phylo(): phylogenies with
1605       multichotomies not at the root or not with only terminal branches,
1606       and phylogenies with a single node (i.e. only terminal branches)
1607       did not plot. These trees should be plotted correctly now.
1608
1609     o Several bugs were fixed in diversi.time() in the computation of
1610       AICs and LRTs.
1611
1612     o Various errors were corrected in the help pages.