]> git.donarmstrong.com Git - ape.git/blobdiff - ChangeLog
new trex() + kronoviz() and bug fixing in identify.phylo()
[ape.git] / ChangeLog
index cfc7f0772abfdbe1daeaf05ecf61bed37e113b9a..5f6172d24d48c3f8a82f69cc8258ce1dbd9df2f8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,12 +1,32 @@
                CHANGES IN APE VERSION 2.7-1
 
 
+NEW FEATURES
+
+    o The new function trex does tree exploration with multiple
+      graphical devices.
+
+    o The new function kronoviz plots several rooted (dated) trees on
+      the scale scale.
+
+    o identify.phylo() has a new option 'quiet' (FALSE by default).
+
+
 BUG FIXES
 
     o A bug was introduced in read.nexus() in ape 2.7.
 
     o image.DNAbin() did not colour correctly the bases if there were
-      '-' and no 'N' in the alignment.
+      some '-' and no 'N'.
+
+    o identify.phylo() returned a wrong answer when the x- and y-scales
+      are very different.
+
+
+OTHER CHANGES
+
+    o identify.phylo() now returns NULL if the user right-(instead of
+      left-)clicks (an error was returned previously).