-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DOC: Improve documentation for v0.3.0
- Added docstrings and comments to functions in lib.py, crude_db_harmonisation.py and get_mapping_table.py - Added whatsnew.md to docs directory (read the docs) - Moved unreleased to top of CHANGELOG.md
- Loading branch information
1 parent
d10424a
commit 1f0788c
Showing
6 changed files
with
85 additions
and
23 deletions.
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
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
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,34 @@ | ||
## What's New | ||
|
||
## 0.2.0 - 26 March 2024 | ||
|
||
#### ARO Mapping & Normalization | ||
|
||
- Updated mappings and manual curation tables for latest RGI | ||
- Hamronized ResFinderFG support | ||
- Removed python syntax in output | ||
|
||
#### Drug Categorization | ||
|
||
- Improved drug categorization by using superclasses whenever direct drug categorization is not possible | ||
- Added better column headings for drug categorization (confers_resistance_to and resistance_to_drug_class) | ||
|
||
#### Internal Improvements: Testing | ||
|
||
- Improved pytest testing | ||
- Added integration tests | ||
|
||
## 0.1.0 - 20 December, 2023 | ||
|
||
- Added hamronized support for AMRFinderPlus | ||
- Fixed ARO:nan issue (added manually curated mapping tables and integrated it with normalizers) | ||
- Added drug categorization feature and integrated it with normalizers | ||
- Added AMRFinderPlusNormalizer, ResFinderNormalizer | ||
- Added specific smoke tests for ARGSOAPNormalizer, DeepARGNormalizer, AbricateNormalizer, AMRFinderPlusNormalizer and ResFinderNormalizer | ||
|
||
## 0.0.1 - 13 June, 2022 | ||
|
||
- First release | ||
- Initial source code started | ||
- Normalizers: added BaseNormalizer, ARGSOAPNormalizer, DeepARGNormalizer, AbricateNormalizer | ||
- Testing: added basic ARO column test |
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 |
---|---|---|
|
@@ -10,4 +10,4 @@ theme: | |
|
||
nav: | ||
- 'argNorm': index.md | ||
|
||
- "What's New": whatsnew.md |