Releases: oxigraph/oxrdflib
Releases · oxigraph/oxrdflib
v0.3.7
v0.3.6
v0.3.5
v0.3.4
v0.3.3
v0.3.2
v0.3.1
OxigraphStore
now implements thebind
method allowing to set namespaces. These namespaces are not persisted on disk.- The
query
method now injects the namespaces set in theGraph
object (including the ones set by default in rdflib) inside of SPARQL queries. - The default branch is now named
main
and notmaster
.
v0.3.0
Migrates to Oxigraph 0.3.
- The 0.2 stores named "OxSled" and "OxMemory" have been merged into the "Oxigraph" store.
- The on-disk storage system provided by "OxSled" has been dropped and replaced by a new storage system based on RocksDB. To migrate you need to first dump your data in RDF using oxrdflib 0.2 and the serialize method, then upgrade to oxrdflib 0.3, and finally reload the data using the parse method.
- Support for Python 3.6 and RDFLib 4 and 5 is now dropped.