Releases: Clinical-Genomics/genotype-api
Releases · Clinical-Genomics/genotype-api
Release v2.0.0
cigrid-ui-412 new column types (#74) (major)
CHANGED
- Types for method document and method version in the plate table were changed to string.
- Added indexes to python models to match database schema.
Co-authored-by: isakohlsson isak.ohlsson@scilifelab.se
Release v1.10.3
patch(Alembic) Introduced Alembic files (#73)(patch)
Added
- Added the alembic files describing the past changes to the database
Release v1.10.2
Added the distinct clause (#71)(patch)
Changed
- Samples with two analyses no longer show up twice from the /samples endpoint
Release v1.10.1
Fix(samples endpoint) Moved join(Analysis) out of smaller functions (#69)(patch)
Changed
- Moved the join(Analysis) statement out of the smaller functions
Release v1.10.0
feat(Search samples) Modify samples endpoint to allow for searching. (#67)(minor)
Added
- Function for querying samples based on substring
Changed
- Added a enquiry parameter to the samples endpoint to allow for sample searches
Release v1.9.0
feat(check sex) More lenient check_sex function #66
Changed
- check_sex is now more lenient with the 'unknown' value.