Skip to content

v0.2.6

Choose a tag to compare

@labra labra released this 02 Mar 08:40
· 624 commits to master since this release

v0.2.6

Added

  • Support for SPARQL federated queries which were failing because we were not using the feature from Oxigraph that enabled them. Solved issue #516

Fixed

  • Relative IRIs are now parsed consistently in shapemaps, RDF data and ShEx solving issue #520
  • All the python default values are configured properly (as is stated in the docs).
  • Also fixed an issue related #516 to remove an openssl dependency.
  • Fixes #514 which had several arguments documented as optional but which were required in practice.

Changed

  • Option show-schema has been changed to use the negatable pattern with show_schema as a flag that can be overriden by no_show_schema which seems more ergonomic.
  • trait Deref renamed as DerefIri and method deref as deref_iri to avoid conflicts with the existing deref keyword