Skip to content

Commit

Permalink
Merge pull request #215 from DerwenAI/update-pyshacl
Browse files Browse the repository at this point in the history
upgrade OWL-RL and pySHACL to track RDFlib updates #214
  • Loading branch information
ceteri authored Dec 13, 2021
2 parents 70e0ce0 + 791e025 commit d76a90d
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
types: [text]
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down
5 changes: 3 additions & 2 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 2 additions & 3 deletions docs/ack.md
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion kglab/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d76a90d

Please sign in to comment.