Skip to content

Commit

Permalink
Increment and add NEWS
Browse files Browse the repository at this point in the history
  • Loading branch information
al-obrien committed Nov 9, 2023
1 parent 8b7c358 commit fba000b
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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 <allen.g.obrien@gmail.com>
Description: A set of R utilities for loading and operating with PANGO lineage data.
Expand Down
25 changes: 25 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit fba000b

Please sign in to comment.