Release v1.6.0
TRAPI 1.5 implementation
- removed /1.4/ part of path from the endpoints
- changes to support set_interpretation instead of is_set (with an error for a value of "MANY")
- some changes to attribute handling, now use the biolink model to attempt to determine attribute types and values but also look at the custom mappings
- use bmt to determine whether a property is a qualifier or not
Implementation of new parameters for the /query endpoint:
- profile (boolean) will cause the endpoint to return SpeedScope profiling results instead of an answer
- validate (boolean) will cause Plater to validate the result using the pydantic model
Implementation of new optional config/env vars:
- RESULTS_LIMIT can apply a limit on the number of results returned by /query queries
- SUBCLASS_DEPTH will specify the number of hops allowed for subclass inference