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.