Releases: cancervariants/therapy-normalization
Releases · cancervariants/therapy-normalization
0.4.0
What's Changed
- feat: add manual data extraction override rules by @jsstevenson in #300
- ci: resolve GH Actions warnings by @jsstevenson in #301
- fix(rxnorm): remove NOCODE IDs by @jsstevenson in #298
- fix: correct rules filename by @jsstevenson in #302
- refactor!: changes to help with serverless (staging) by @korikuzma in #307
- fix(gtop): handle guide to pharmacology data updates by @jsstevenson in #308
- docs: add license by @jsstevenson in #321
- ci: initial overhaul of tests by @jsstevenson in #317
- fix: remove script tags from gtop therapy names by @jsstevenson in #324
- refactor: remove unused ID prefixes by @jsstevenson in #320
- feat: use new RxNorm download method by @jsstevenson in #319
- refactor: remove unused classes/imports by @jsstevenson in #318
- fix: pypi package should include all files in etl/ (staging) by @korikuzma in #337
- build: update disease normalizer to >=0.3.1 by @korikuzma in #338
Full Changelog: v0.4.dev0...v0.4.0
0.3.9
What's Changed
- fix: pypi package should include all files in etl/ by @korikuzma in #336
- build: update disease normalizer to ~0.2.19 by @korikuzma in #339
Full Changelog: v0.3.8...v0.3.9
0.3.8
What's Changed
- docs: add license by @jsstevenson in #322
- ci: overhaul test fixtures by @jsstevenson in #326
- fix: resolve dependency and environment management issues by @jsstevenson in #316
- fix(rxnorm): remove NOCODE id's by @jsstevenson in #329
- feat: use new RxNorm download method by @jsstevenson in #332
- refactor: remove unused schema elements by @jsstevenson in #331
- ci: resolve GH Actions version warnings by @jsstevenson in #328
- feat: add manual data extraction override rules by @jsstevenson in #327
- fix(gtop): handle guide to pharmacology data updates by @jsstevenson in #330
- fix: remove script tags from gtop therapy names by @jsstevenson in #333
Full Changelog: v0.3.7...v0.3.8
0.3.7
What's Changed
- refactor!: changes to help with serverless by @korikuzma in #305
Full Changelog: v0.3.6...v0.3.7
0.4.dev0
What's Changed
- refactor: use therapeutic descriptor from gagh.vrsatile.pydantic by @korikuzma in #288
- refactor: thereapeutic_id --> therapeutic, disease_id --> disease by @korikuzma in #289
Full Changelog: v0.3.6...v0.4.dev0
0.3.6: Merge pull request #287 from cancervariants/staging
- refactor: update ga4gh.vrsatile.pydantic + wikibaseintegrator
0.3.5: Merge pull request #277 from cancervariants/staging
- Install dependencies with pip
- Add unmerged normalize endpoint
- Correct ChEMBL withdrawn flag type mistake
- Updated requirements to remove security vulnerabilities
0.3.4
0.3.3: Merge pull request #250 from cancervariants/staging
- ChEMBL changes:
- Capture disease indications and both withdrawn flag and max_phase
- Correct trade_name extraction
- Refactor ETL methods
- Provide option to inhibit auto-download of latest source data
- Update drug approval/indication object structure
- Security updates
- Make method APIs consistent with other normalizers
- Enable parameter entry in SwaggerUI by default
- Make OpenAPI schema conform to protocol standards
0.3.2: Merge pull request #235 from cancervariants/staging
- Bugfix in query results
- Security updates