Releases: cancervariants/disease-normalization
Releases · cancervariants/disease-normalization
v0.3.1
What's Changed
- fix: stricter Mondo xref import rules by @jsstevenson in #86
- ci: update style and checks by @jsstevenson in #90
- fix: click echo msg by @korikuzma in #99
- fix: Catch ValueError during MONDO ETL (staging) by @korikuzma in #108
- fix: MONDO latest version retrieval (staging) by @korikuzma in #109
Full Changelog: v0.3.0...v0.3.1
v0.2.19
What's Changed
- fix: Catch ValueError during MONDO ETL by @korikuzma in #105
- fix: MONDO latest version retrieval by @korikuzma in #106
Full Changelog: v0.2.18...v0.2.19
v0.2.18
What's Changed
- fix: DiseaseDescriptor.disease --> DiseaseDescriptor.disease_id (main) by @korikuzma in #101
- fix(mondo): stricter xref import rules by @korikuzma in #102 (originally done by @jsstevenson in #79)
Full Changelog: v0.2.17...v0.2.18
v0.2.17
What's Changed
- build: do not pin exact version for ga4gh.vrsatile.pydantic by @korikuzma in #95
- fix: click echo msg by @korikuzma in #98
Full Changelog: v0.2.16...v0.2.17
v0.2.16
What's Changed
- ci: update gh actions versioning by @jsstevenson in #78
- feat: use most recent data by @jsstevenson in #79
- Staging by @jsstevenson in #84
Full Changelog: v0.2.15...v0.2.16
v0.3.0
v0.2.15
What's Changed
- refactor!: changes to help with serverless (#82) by @korikuzma in #83
Full Changelog: v0.2.14...v0.2.15
v0.2.14
What's Changed
- refactor: use DiseaseDescriptor from ga4gh.vrsatile.pydantic by @korikuzma in #74
- refactor: disease_id --> disease by @korikuzma in #76
Full Changelog: v0.2.12...v0.2.14
v0.2.13: Merge pull request #75 from cancervariants/staging
- refactor: update ga4gh.vrsatile.pydantic models to use DiseaseDescriptor
- refactor: add condition for using nonprod db
v0.2.12: Merge pull request #71 from cancervariants/staging
- Add metadata to openapi.json to ensure adherence with openAPI standards
- Enable parameter entry by default in SwaggerUI
- Query methods return Pydantic objects, not dicts