Releases: DerwenAI/kglab
Release v1.0.1 on PyPi
What's Changed
- temporarily remove
morph-kgcdue to pinning an older version ofrdflibby @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
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
- V1 update by @ceteri in #365
- prep for v1.0.0 release by @ceteri in #366
- prep for pyjelly integration by @ceteri in #367
- Add Jelly format support (RDF serialization) by @lapkinvladimir in #358
- V1 update by @ceteri in #383
New Contributors
- @lapkinvladimir made their first contribution in #358
Full Changelog: v0.7.0...v1.0.0
Release v0.7.0 on PyPi
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
- initial implementation for optional support of zarr by @Mec-iS in #298
- prep release by @ceteri in #318
- Poetry and pipenv install instructions by @jake-aft in #299
- Fix unit tests, try to integrate
pyproject.tomlby @ceteri in #319 - Corrected typo on examples/ex3 by @jorisSchaller in #327
- Make directed edges visible, close #307 by @akuckartz in #308
New Contributors
- @jorisSchaller made their first contribution in #327
- @akuckartz made their first contribution in #308
Full Changelog: v0.6.6...v0.7.0
v0.6.6 release on PyPi
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
Full Changelog: v0.6.5...v0.6.6
v0.6.4 release on PyPi
2022-11-23
- update
setuptoolsto workaround potential vulnerabilities - create
pyproject.tomlto support upcomingpiprelease
What's Changed
- Add more sparql11 rdf-tests by @Mec-iS in #259
- Create querying mixin by @Mec-iS in #262
- Prefix strings with
rto avoidDeprecationWarningandW1401by @tomaarsen in #264 - Add serilization-deserialization mixin by @Mec-iS in #263
- Create W3C standards mixin by @Mec-iS in #265
- Provide a graph factory method to be used by mixins to instantiate KGs by @Mec-iS in #268
- Starting graph algebra by @Mec-iS in #267
- Improvement in networks module by @Mec-iS in #271
- Bump scikit-learn from 1.1.2 to 1.1.3 by @dependabot in #279
- Workaround setuptools vulnerability by @ceteri in #289
- Fix error with LIMIT clause in gpviz by @Mec-iS in #282
- Cutover to using
pyproject.tomlbased on Flit by @ceteri in #290
New Contributors
- @dependabot made their first contribution in #279
Full Changelog: v0.6.1...v0.6.4
v0.6.1 release on PyPi
2022-04-20
- automated RDF tests, coordinated with
Oxigraph; kudos @Mec-iS, @Tpt - begin refactoring
KnowledgeGraphas 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
- 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
Oxrdflibsupport, etc. - add a NumPy-backed
RDFlib.Storeplugin
What's Changed
- swap list constructors for np.array() by @ceteri in #243
- unbinding a SPARQL query, to help troubleshoot integration with Oxrdflib by @ceteri in #245
- ex2_1: add yarrrrml to get r2rml file by @cutterkom in #244
- Docs yarrrml by @ceteri in #246
- prep release by @ceteri in #247
New Contributors
- @cutterkom made their first contribution in #244
Full Changelog: v0.5.3...v0.6.0
v0.5.3 release on PyPi
What's Changed
Full Changelog: v0.5.2...v0.5.3
v0.5.2 release on PyPi
- 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 excellentOxrdflib; kudos @paoespinozarias
What's Changed
- updated docs by @ceteri in #234
- add DH badge by @ceteri in #235
- add DH badge by @ceteri in #236
- Implement tests modules by @Mec-iS in #238
- Storage plugin by @ceteri in #239
- allow configurable rdflib.Store plugins, e.g., Oxrdflib by @ceteri in #240
Full Changelog: v0.5.1...v0.5.2
v0.5.1 release on PyPi
- CI action to build/push container image to DockerHub on release; kudos @RishiKumarRay
What's Changed
- Add tests by @Mec-iS in #231
- CI action to add kglab to DockerHub by @RishiKumarRay in #232
- prep release, confirming #230 by @ceteri in #233
New Contributors
- @RishiKumarRay made their first contribution in #232
Full Changelog: v0.5.0...v0.5.1