Releases: DerwenAI/kglab
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
setuptools
to workaround potential vulnerabilities - create
pyproject.toml
to support upcomingpip
release
What's Changed
- Add more sparql11 rdf-tests by @Mec-iS in #259
- Create querying mixin by @Mec-iS in #262
- Prefix strings with
r
to avoidDeprecationWarning
andW1401
by @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.toml
based 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
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
- 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
- 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
v0.5.0 release on PyPi
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
- prepare for version bump by @ceteri in #224
- reworking docker by @ceteri in #225 #226
- Implement
pytest
for current tests by @Mec-iS in #228
Full Changelog: v0.4.4...v0.5.0
v0.4.4 release on PyPi
- provides integration with
morph-kgc
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