Releases: tgbugs/ontquery
Releases · tgbugs/ontquery
0.2.11
skip test_multi_sco for now until interlex is ready
prototyped but not clear how to make such a request in a sane way
0.2.10
readme fix example so that it runs without issue
0.2.9
test_services fix some test failures
0.2.8
readme update travis badge to .com
0.2.7
test services workaround bad constructor behavior
yep, this whole library is misdesigned to make network calls during
object construction, fixed in the idlib approach
0.2.6
added testing for 404 behavior to ensure that it is never fatal
interlex client, session, and service were not properly handling cases
where the remote could error and were raising 404 errors instead of
returning None so that OntTerm can set validated = False
0.2.5
InterLexRemote support for querying curies from prod
this decouples the apiEndpoint being None from querying it first
by default the interlex alt endpoint will be tried first if a curie or
iri are supplied, inconsistency in the return is problematic it seems
the the curie results from the api do not include predicates but for
term results it does
tweaks to the tutorial and version bump for release
0.2.4
rdflib service dont add duplicate objects to query result
under some circumstances both "asdf" and "asdf"^^xsd:string may be
present in a graph, therefore skip cases where the python object is
identical
0.2.3
interlex_session fix imports