diff --git a/DESCRIPTION b/DESCRIPTION index 47c3851..941c658 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: pangoRo Type: Package Title: R toolset to work with PANGO lineages -Version: 0.2.3 +Version: 0.2.4 Author: Allen OBrien Maintainer: Allen OBrien Description: A set of R utilities for loading and operating with PANGO lineage data. diff --git a/NEWS.md b/NEWS.md new file mode 100644 index 0000000..cc17726 --- /dev/null +++ b/NEWS.md @@ -0,0 +1,25 @@ +# pangoRo 0.2.4 (2023-11-08) + +* Add `is_recombinant()` helper function +* Fix bug on collapsing inputs that are already partially collapsed +* Add feature to collapse so that parents can be forced to use their alias (e.g. BQ.1.10 -> EC), +this can be useful in some specific use-cases (e.g. grouped sorting) + +# pangoRo 0.2.3 (2023-08-21) + +* Update local alias table + +# pangoRo 0.2.2 (2023-02-12) + +* Add more tests + +# pangoRo 0.2.1 (2023-02-12) + +* Missing imports added +* Parameter checks +* Update local alias table + +# pangoRo 0.2.0 (2023-02-11) + +* First main release to GitHub +* Add `search_pangoro()` function