Skip to content

Releases: ge-semtk/semtk

Ingestion performance improvements

30 Jun 18:37
Compare
Choose a tag to compare
Pre-release
v2.3.0-20210630

Merge branch 'master' of https://github.com/ge-semtk/semtk

minor fixes

27 May 12:38
Compare
Choose a tag to compare
minor fixes Pre-release
Pre-release

Correct invalid nodegroup object property when both domain and range are incorrect.
More cleanly handle model object properties with range like this in sadl "with values of type { A or B } "

Ingest more robust to Fuseki et. al. going down and back up

20 May 18:23
Compare
Choose a tag to compare

Retry anything from connection errors.
Retry during upload turtle from cache during ingest.

Improved performance ingest w/ URI-lookup

19 May 20:54
Compare
Choose a tag to compare

removed unused bindings from URI lookup queries
SPARQLgraph warns against baseURI that doesn't start with "http://"

Repair invalid nodegroups

07 May 14:14
Compare
Choose a tag to compare
Pre-release

Functionality to repair nodegroups that are not valid to the model.

Note nodegroups will not be backwards compatible to old versions of SemTK.
(old nodegroups are always forward compatible with new software)

Connection pooling

05 May 20:17
Compare
Choose a tag to compare
Connection pooling Pre-release
Pre-release

Improves performance and avoids some catastrophic failures caused by using all the connections during a large ingest job with URILookup.

Bug fix for RACK release

28 Apr 14:29
Compare
Choose a tag to compare

Fixed nodegroup validation bug "wasInformedBy range of ACTIVITY does not match model range of THING"

For RACK release

26 Apr 18:08
Compare
Choose a tag to compare

Minor updates for the RACK release

Serious SPARQLgraph bug fix

15 Apr 18:38
Compare
Choose a tag to compare
Pre-release

Important fix to v2.3.0-20210415
SPARQLgraph had been destabilized.

Allow ingest that generates no date

15 Apr 14:45
Compare
Choose a tag to compare
Pre-release

RACK issue #345