Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: rudof-project/rudof

v0.1.101

19 Sep 06:17
Compare
Choose a tag to compare

Added read_service_description_str

v0.1.100

19 Sep 05:37
Compare
Choose a tag to compare

Added support for SPARQL CONSTRUCT queries

v0.1.99

18 Sep 23:52
Compare
Choose a tag to compare

Adds support to service descriptions and MIE in pyrudof

v0.1.96

18 Sep 13:09
Compare
Choose a tag to compare

What's Changed

  • Refactor shacl ir by @labra in #302
  • Issue311 by @labra in #313
  • Modified changelog and added data2plantuml method to python bindings by @labra in #314
  • Solves Issue295 adding support for JSON-LD by @labra in #315
  • try python in ci by @bollwyvl in #298
  • Small changes to test_shacl based on PR by @labra in #316
  • Solve Issue318 implementing CLOSED by @labra in #319
  • Solves Issue320 implementing lessThan, lessThanOrEquals, disjoint and equals in SHACL by @labra in #321

New Contributors

Full Changelog: v0.1.78...v0.1.96

v0.1.95

18 Sep 10:51
Compare
Choose a tag to compare

Quick release that repaires a problem with schemas comparator

v0.1.94

18 Sep 07:22
Compare
Choose a tag to compare

What's Changed

  • Refactor shacl ir by @labra in #302
  • Issue311 by @labra in #313
  • Modified changelog and added data2plantuml method to python bindings by @labra in #314
  • Solves Issue295 adding support for JSON-LD by @labra in #315
  • try python in ci by @bollwyvl in #298
  • Small changes to test_shacl based on PR by @labra in #316
  • Solve Issue318 implementing CLOSED by @labra in #319
  • Solves Issue320 implementing lessThan, lessThanOrEquals, disjoint and equals in SHACL by @labra in #321

New Contributors

Full Changelog: v0.1.78...v0.1.94

v0.1.93

18 Sep 05:42
Compare
Choose a tag to compare

0.1.93

Added

Fixed

  • Repaired a problem with the parser with case insensitive keywords like IRI, BnodE, etc.
  • Repaired python bindings

Changed

Removed

What's Changed

  • Refactor shacl ir by @labra in #302
  • Issue311 by @labra in #313
  • Modified changelog and added data2plantuml method to python bindings by @labra in #314
  • Solves Issue295 adding support for JSON-LD by @labra in #315
  • try python in ci by @bollwyvl in #298
  • Small changes to test_shacl based on PR by @labra in #316
  • Solve Issue318 implementing CLOSED by @labra in #319
  • Solves Issue320 implementing lessThan, lessThanOrEquals, disjoint and equals in SHACL by @labra in #321

New Contributors

Full Changelog: v0.1.78...v0.1.93

v0.1.92

18 Sep 02:06
Compare
Choose a tag to compare

0.1.92

Added

This release has been created during the Biohackathon 2025 where we have been adding several features by quick demands of the attendees. It is possible that not all the features have been thoroughly tested, but those features are demanded by users and we plan to improve them in future releases.

  • Initial support for comparing 2 schemas
  • Initial support to read rdf_config files

Fixed

Changed

Removed

v0.1.90

08 Sep 16:07
Compare
Choose a tag to compare

0.1.90

Added

  • Added serialize_current_shex to pyrudof
  • Added read_service_description, serialize_service_description to rudof_lib and pyrudof
  • Added data2plantuml_file to pyrudof

Fixed

Changed

  • from_reader in ServiceDescription now accepts a io::Read instead of a BufRead.
  • Refactored run_service to be based on rudof lib

Removed

v0.1.89

04 Sep 13:31
Compare
Choose a tag to compare

0.1.89

Added

  • Added support for SHACL Paths, sh:uniqueLang, flags in sh:pattern, sh:qualifiedValueShape
  • Added support for severities and printing validation results with colors

Fixed

  • Error in sh:hasValue when the value was a literal
  • sh:lessThan and sh:lessThanOrEquals now return the expected errors

Changed

Removed

0.1.88

Added

Support for lessThan, lessThanOrEquals, equals and disjoint

Fixed

Changed

Removed

What's Changed

  • Refactor shacl ir by @labra in #302
  • Issue311 by @labra in #313
  • Modified changelog and added data2plantuml method to python bindings by @labra in #314
  • Solves Issue295 adding support for JSON-LD by @labra in #315
  • try python in ci by @bollwyvl in #298
  • Small changes to test_shacl based on PR by @labra in #316
  • Solve Issue318 implementing CLOSED by @labra in #319
  • Solves Issue320 implementing lessThan, lessThanOrEquals, disjoint and equals in SHACL by @labra in #321

New Contributors

Full Changelog: v0.1.78...v0.1.89