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