Skip to content

Releases: DerwenAI/kglab

Release v0.7.0 on PyPi

20 Aug 02:59

Choose a tag to compare

Overall,

  • support for Python 3.11, 3.12
  • packaging via poetry

As much as we like pslpython its support had to be dropped due to a dependency on jpype1 which hasn't been upgraded and won't install via poetry currently.

What's Changed

New Contributors

Full Changelog: v0.6.6...v0.7.0

v0.6.6 release on PyPi

24 Nov 02:44
1206ffa

Choose a tag to compare

something is not quite right about source distributions...
kudos to https://stackoverflow.com/questions/608855/excluding-a-top-level-directory-from-a-setuptools-package

What's Changed

  • reduce size of source distributions by @ceteri in #297

Full Changelog: v0.6.5...v0.6.6

v0.6.4 release on PyPi

24 Nov 00:14
94356f1

Choose a tag to compare

2022-11-23

  • update setuptools to workaround potential vulnerabilities
  • create pyproject.toml to support upcoming pip release

What's Changed

New Contributors

Full Changelog: v0.6.1...v0.6.4

v0.6.1 release on PyPi

20 Apr 16:15
dbd6db7

Choose a tag to compare

2022-04-20

  • automated RDF tests, coordinated with Oxigraph; kudos @Mec-iS, @Tpt
  • begin refactoring KnowledgeGraph as abstract classes, per #237
  • update to Morph-KGC 2.0.0 and update links to the new documentation; kudos @ArenasGuerreroJulian

What's Changed

  • Initial implementation for RDF-based tests QueryEvaluationTest by @Mec-iS in #249
  • Base class refactor by @ceteri in #252
  • Add rdf-tests algebra by @Mec-iS in #253
  • update to Morph-KGC 2.0.0 and update links to the new documentation by @ArenasGuerreroJulian in #254
  • minor fixes to resolve warnings; prep release by @ceteri in #255

Full Changelog: v0.6.0...v0.6.1

v0.6.0 release on PyPi

23 Mar 18:50
d95db13

Choose a tag to compare

  • include use of YARRRML in the R2RML tutorial in ex2_1; kudos @cutterkom
  • support for substituting the binding variables into a SPARQL query – for better Oxrdflib support, etc.
  • add a NumPy-backed RDFlib.Store plugin

What's Changed

New Contributors

Full Changelog: v0.5.3...v0.6.0

v0.5.3 release on PyPi

15 Mar 22:24
9d786e3

Choose a tag to compare

What's Changed

Full Changelog: v0.5.2...v0.5.3

v0.5.2 release on PyPi

15 Mar 21:36
715adb6

Choose a tag to compare

  • bump up versions of dependencies to fit Py 3.7+
  • improve testing based on pytest; kudos @Mec-iS
  • allow config for rdflib.Store plugins, e.g., the excellent Oxrdflib; kudos @paoespinozarias

What's Changed

Full Changelog: v0.5.1...v0.5.2

v0.5.1 release on PyPi

10 Mar 18:29
e01f64a

Choose a tag to compare

  • CI action to build/push container image to DockerHub on release; kudos @RishiKumarRay

What's Changed

New Contributors

Full Changelog: v0.5.0...v0.5.1

v0.5.0 release on PyPi

08 Mar 19:38
1ea0cfb

Choose a tag to compare

We're in the progress of making structural changes to the library and how it gets tested and deployed, while preparing for a v1.0.0 release. Most all of the existing features will continue without change, although we're making preparations for new kinds of integrations and this will change our library structure. We'll try to minimize breaking changes.

  • improve our handling of Dockerfile (e.g., for use in regulated environments that require a simpler base image)
  • refactored code to remove dependencies out of library which are only needed for the tutorial
  • removed dependency on PyTorch

What's Changed

Full Changelog: v0.4.4...v0.5.0

v0.4.4 release on PyPi

27 Feb 21:19
81a1f28

Choose a tag to compare

What's Changed

  • Add morph-kgc materialize by @Mec-iS in #220
  • Revert "Add morph-kgc materialize" by @ceteri in #221
  • add basic Morph-KGC example by @ArenasGuerreroJulian in #223
  • Implement materialize for morph-kgc --- WIP by @Mec-iS in #222

New Contributors

  • @ArenasGuerreroJulian made their first contribution in #223

Full Changelog: v0.4.3...v0.4.4