Releases: SDM-TIB/Trav-SHACL
Releases · SDM-TIB/Trav-SHACL
1.9.0
- Fix check for parsing shapes with
sh:or
constraints
- Add switch
ignore_parsing_errors
to ShapeSchema
to either log a warning or throw an exception for parsing errors
1.8.3
- Log a warning message instead of throwing
NotImplementedError
- Extend shape parser to recognize sequence paths
1.8.2
- Skip unsupported constraints; logs a warning instead of throwing an exception
1.8.1
- Fix parsing issue for shapes with
sh:property
and sh:sparql
1.8.0
- Add support for Python 3.13
- Drop support for Python 3.8
- Update dependencies
- Update documentation
- Update the Python version for the Docker image (3.12.5 to 3.12.9)
- Update the Virtuoso version in tests and example to 7.2.14
1.7.2
- Mark the JSON format for shape schemas as deprecated
- Update dependencies
- Minor updates of documentation
- Update the Python version for the Docker image (3.11.5 to 3.12.5)
- Update the Virtuoso version in tests and example to 7.2.13
1.7.1
- Raise
NotImplementedError
stating that an unsupported feature was used instead of UnboundLocalError: cannot access local variable 'dict_1'
1.7.0
- Add feature to pass an
rdflib.Graph
instead of a schema directory
1.6.0
- Add feature to validate private SPARQL endpoints via HTTP Basic Auth
- Add Python 3.12 support
- Minor maintenance updates
1.5.1
- Fix necessity of adding a slash (/) at the end of the output path
- Update trace keeping
- Minor updates of documentation