Skip to content

v0.30.0 - 2025-01-24

Latest
Compare
Choose a tag to compare
@ashleysommer ashleysommer released this 24 Jan 07:17
· 2 commits to master since this release
ed3667a

Fixed

  • Finalize the decoupling of base_uri from graph identifier.
    • Blame the conflated naming of publicID in RDFLib for that confusion.
  • load_from_source will now correctly detect and use the BaseURI of files passed in, for relative URIs.

Changed

  • Update to Poetry v2.0 and new pyproject.toml format.
  • Removed "Black", switched to "Ruff" for formatting as well as linting.
  • Switched to parsing file: IRIs in line with the RDF spec, and allow (base-less, or root-less) relative file: IRIs (as per the RDF spec).
    • But "file:" IRIs in Turtle files are now not made relative to BaseURI, because they are relative to the CWD.