-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
26 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |