Skip to content

Releases: SDM-TIB/Trav-SHACL

1.9.0

06 May 13:14
f2a1daa
Compare
Choose a tag to compare
  • 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

05 May 10:02
fd6077c
Compare
Choose a tag to compare
  • Log a warning message instead of throwing NotImplementedError
  • Extend shape parser to recognize sequence paths

1.8.2

02 May 07:46
43544cf
Compare
Choose a tag to compare
  • Skip unsupported constraints; logs a warning instead of throwing an exception

1.8.1

30 Apr 11:39
4173f4f
Compare
Choose a tag to compare
  • Fix parsing issue for shapes with sh:property and sh:sparql

1.8.0

24 Feb 08:46
263bb81
Compare
Choose a tag to compare
  • 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

09 Sep 08:03
51179ef
Compare
Choose a tag to compare
  • 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

06 Apr 11:37
406eae4
Compare
Choose a tag to compare
  • Raise NotImplementedError stating that an unsupported feature was used instead of UnboundLocalError: cannot access local variable 'dict_1'

1.7.0

23 Nov 10:46
202a7d0
Compare
Choose a tag to compare
  • Add feature to pass an rdflib.Graph instead of a schema directory

1.6.0

14 Nov 09:15
16aebdf
Compare
Choose a tag to compare
  • Add feature to validate private SPARQL endpoints via HTTP Basic Auth
  • Add Python 3.12 support
  • Minor maintenance updates

1.5.1

17 Oct 09:03
eb24307
Compare
Choose a tag to compare
  • Fix necessity of adding a slash (/) at the end of the output path
  • Update trace keeping
  • Minor updates of documentation