From 791e025fd82ba316867f8010c31f7b411986f862 Mon Sep 17 00:00:00 2001 From: Paco Nathan Date: Mon, 13 Dec 2021 14:41:35 -0800 Subject: [PATCH] upgrade OWL-RL and pySHACL to track RDFlib updates #214 --- .pre-commit-config.yaml | 4 ++-- README.md | 1 + changelog.txt | 5 +++-- docs/ack.md | 5 ++--- kglab/version.py | 2 +- requirements.txt | 4 ++-- 6 files changed, 11 insertions(+), 10 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c60f4cb..a7c3145 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -33,7 +33,7 @@ repos: rev: v2.0.0 hooks: - id: codespell # spell-check source code - args: ["-L", "wit"] # comma separated list of words to ignore. + args: ["-L", "wit,fils"] # comma separated list of words to ignore. exclude: ^examples\/|.*\.ipynb language: python - types: [text] \ No newline at end of file + types: [text] diff --git a/README.md b/README.md index 9da9e86..2b06cf6 100644 --- a/README.md +++ b/README.md @@ -173,6 +173,7 @@ and to our contributors: [@louisguitton](https://github.com/louisguitton), [@tomaarsen](https://github.com/tomaarsen), [@Mec-iS](https://github.com/Mec-iS), +[@fils](https://github.com/fils), [@gauravjaglan](https://github.com/gauravjaglan), [@pebbie](https://github.com/pebbie), [@CatChenal](https://github.com/CatChenal), diff --git a/changelog.txt b/changelog.txt index 19e7f0c..8a25495 100644 --- a/changelog.txt +++ b/changelog.txt @@ -2,9 +2,10 @@ ## 0.4.2 -2021-12-?? +2021-12-13 - * ?? + * update `pySHACL` and `OWL-RL` to track updates in `RDFlib` + * fixed `abort_on_error` flag for `pySHACL` integration; kudos @fils ## 0.4.1 diff --git a/docs/ack.md b/docs/ack.md index 7b3cb3d..bf21e72 100644 --- a/docs/ack.md +++ b/docs/ack.md @@ -11,6 +11,7 @@ and to our contributors: [@louisguitton](https://github.com/louisguitton), [@tomaarsen](https://github.com/tomaarsen), [@Mec-iS](https://github.com/Mec-iS), +[@fils](https://github.com/fils), [@gauravjaglan](https://github.com/gauravjaglan), [@pebbie](https://github.com/pebbie), [@CatChenal](https://github.com/CatChenal), @@ -60,15 +61,13 @@ by Innovation Enterprise. * consultant to enterprise organizations for [data strategy](../glossary/#data-strategy); advisor to several AI start-ups, including [Recognai](https://derwen.ai/s/hk4g), - [KUNGFU.AI](https://derwen.ai/s/rwg8prbgqp36), - [Primer](https://derwen.ai/s/tm9jxzcm67hc) + [KUNGFU.AI](https://derwen.ai/s/rwg8prbgqp36) As an author/speaker/instructor, Paco has taught many people (+9000) in industry across a range of topics – [*data science*](../glossary/#data-science), [*natural language*](../glossary/#natural-language), [*cloud computing*](../glossary/#cloud-computing), -[*reinforcement learning*](../glossary/#reinforcement-learning), [*computable content*](../glossary/#computable-content), etc. – and through guest lectures at diff --git a/kglab/version.py b/kglab/version.py index e0510cb..6474435 100644 --- a/kglab/version.py +++ b/kglab/version.py @@ -10,7 +10,7 @@ ## Python version checking MIN_PY_VERSION: typing.Tuple = (3, 6,) -__version__: str = "0.4.1" +__version__: str = "0.4.2" def _versify ( diff --git a/requirements.txt b/requirements.txt index fa9b772..2bbaa86 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,14 +8,14 @@ icecream >= 2.1 matplotlib >= 3.3.4 networkx >= 2.6 numpy >= 1.19.2 -owlrl >= 5.2.1 +owlrl >= 6.0.2 pandas >= 1.3 pslpython >= 2.2.2 pyarrow >= 1.0.1 pygments >= 2.7.4 pylev >= 1.3 pynvml >= 8.0.4 -pyshacl >= 0.14.2 +pyshacl >= 0.17.3 python-dateutil >= 2.8 pyvis >= 0.1.7.0 rdflib >= 6.0.2