Releases: cancervariants/therapy-normalization
Releases · cancervariants/therapy-normalization
0.3.1: Merge pull request #231 from cancervariants/staging
- Ensure no leading/trailing whitespace in DB record values
0.3.0-rc.1: Merge pull request #229 from cancervariants/staging
- Add new sources: IUPHAR Guide to PHARMACOLOGY, Drugs@FDA
- Breaking changes to regulatory approval API response objects and values
- Use latest available version of all source data
- Refactor ETL methods to share functions
- Add ChEMBL data to normalized results
- Add infer namespace option + relevant warnings to API responses
- Enable standalone
--update_merge
option in CLI - Misc style/CI updates
- Misc bugfixes and namespace updates
0.2.26: Merge pull request #189 from cancervariants/issue-186
- Use ga4gh.vrsatile.pydantic models
- search_sources and search_group methods now return Service class as a dict
0.2.18
- Handle missing
merge_ref
values gracefully instead of erroring out - Add ncit:C49236 "Therapeutic Procedure" as generic therapy concept
0.2.16
- Swap DrugBank data out for CC0 subset. Add to normalization endpoint.
- Add HemOnc.org data to search and normalization endpoints.
- Add ChEMBL references to
associated_with
extension in normalization endpoint. - Change "other_id" to "xref" and "xref" to "associated_with" in search endpoint to match normalized naming schema.
0.2.15
- Enable lookup by xref
- Update Value Object Descriptor formatting
- Normalization of CHEMBL/Drugbank records bugfix
- Add item_type attribute to records
0.2.12: Merge pull request #134 from cancervariants/issue-133
- Fix search endpoint with only partial sources loaded
0.2.9
Merge pull request #124 from cancervariants/security-updates Security updates