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