Releases: ranking-agent/reasoner-transpiler
Releases · ranking-agent/reasoner-transpiler
Release v2.0.4
updated to new bmt-lite version (with biolink model v3.6.0),
now allowing for symmetric predicates to be queried for even if they are not 'canonical',
changing qnode_id to query_id in cypher returns
Release 2.0.3
bumping bmt-lite version to v3.6.0
v2.0.2
- removed checks for primary knowledge source, this should happen outside of the transpiler
- now checking for subclass and superclass predicates in queries and preventing subclass inference for nodes on those edges
- added InvalidPredicateError exception, throw when a predicate unknown to the biolink model is encountered
Release v2.0.1
- Add condition to filter edges that don't have
biolink:primary_knowledge_source
tags
Release v2.0.0
- Trapi version 1.4 support
Release v1.11.11
Update setup.py
Release v1.11.10
- Bug fix for Empty qualifier set on edge constraints.
Release v1.11.9
-Bug fix for #66
Release v1.11.8
- Fixes qualifier where clause logic
Release v1.11.7
- Fixes bug for when edge don't have
id
attribute to fall back to neo4j internal id.