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