You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Exposes Oxigraph native parsers and serializers for N-Triples, N-Quads, Turtle, TriG, N3 and RDF/XML under the format names ox-* (eg. ox-ttl, ox-nt...).
Upgrades pyoxigraph to 0.4.
Dataset update evaluation is now done using pyoxigraph and not rdflib.
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.