Skip to content

Releases: tgbugs/ontquery

0.2.11

23 Dec 06:17
Compare
Choose a tag to compare
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

11 Aug 05:30
Compare
Choose a tag to compare
readme fix example so that it runs without issue

0.2.9

25 Jul 20:20
Compare
Choose a tag to compare
test_services fix some test failures

0.2.8

24 Jun 23:43
Compare
Choose a tag to compare
readme update travis badge to .com

0.2.7

20 Oct 21:49
Compare
Choose a tag to compare
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

19 Aug 03:50
Compare
Choose a tag to compare
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

04 Aug 06:09
Compare
Choose a tag to compare
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

03 Aug 11:36
Compare
Choose a tag to compare
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

21 May 02:48
Compare
Choose a tag to compare
interlex_session fix imports

0.2.2

15 Jan 05:58
Compare
Choose a tag to compare
version bump