From a4fb153ffb891c3ad70ceb1301a872dbb88cd90f Mon Sep 17 00:00:00 2001 From: "Martin R. Smith" <1695515+ms609@users.noreply.github.com> Date: Wed, 25 Oct 2023 17:19:30 +0100 Subject: [PATCH] v2.7.0 --- DESCRIPTION | 2 +- NEWS.md | 13 ++++--------- 2 files changed, 5 insertions(+), 10 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 5cc0be32..b4bf508b 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: TreeDist Type: Package Title: Calculate and Map Distances Between Phylogenetic Trees -Version: 2.6.3.9002 +Version: 2.7.0 Authors@R: c(person("Martin R.", "Smith", email = "martin.smith@durham.ac.uk", role = c("aut", "cre", "cph", "prg"), diff --git a/NEWS.md b/NEWS.md index 64c1279c..3672de2d 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,15 +1,10 @@ -# TreeDist 2.6.3.9002 (development) +# TreeDist 2.7.0 (2023-10-25) -- Fix calculation error in `StrainCol()` -- App: Display strain in 3D tree space viewer +- Fix calculation error in `StrainCol()`. +- App: Display strain in 3D tree space viewer. -# TreeDist 2.6.3.9001 (development) - -- Support for distances between larger trees - - -# TreeDist 2.6.3.9000 (development) +- Support for distances between larger trees. - Support unrooted trees in `VisualizeMatching()` ([#103](https://github.com/ms609/TreeDist/issues/103)).