Version 0.2.0
Pre-release
Pre-release
Changes
Common
- Update
chord_lib
to 0.2.0 - Update misc. dependencies
- Fix
auto_now
andauto_now_add
mix-ups in models
CHORD
- Add CHORD-compatible permissions system
- Add CHORD-compatible error responses in some places
- Make project/dataset records public (read-only)
- Add "linked field sets" concept to datasets to allow pre-joining of tables
- Dataset views now include some fields even if they're blank
- Change
/datasets
endpoint to be/tables
instead - Add generic context to schema.org
- Add JSONLD renderer for a dataset: adds context to json (
?format=json-ld
) - Add RDF Renderer for a dataset: takes jsonld context and serializes it in rdf graph, returns rdf file (
?format=rdf
).
Patients
- Add revised help text to schemas and models
Phenopackets
- Add revised help text to schemas and models
REST API
- Move all semantic mappings in a separate directory