Skip to content

Releases: DerwenAI/kglab

Release v1.0.1 on PyPi

23 Jan 18:28
68466f3

Choose a tag to compare

What's Changed

  • temporarily remove morph-kgc due to pinning an older version of rdflib by @ceteri in #387 -- see #388 for notes about restoring this capability

Full Changelog: v1.0.0...v1.0.1

Release v1.0.0 on PyPi

17 Jan 20:08
c8bd547

Choose a tag to compare

We should have made a v1.0.x release long ago!
General clean up, keeping up to date with changes in RDFlib especially, and fixes issues in the tutorial notebooks.

What's Changed

New Contributors

Full Changelog: v0.7.0...v1.0.0

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