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)).