File tree Expand file tree Collapse file tree 2 files changed +34
-1
lines changed
Expand file tree Collapse file tree 2 files changed +34
-1
lines changed Original file line number Diff line number Diff line change 1+ ## [ 0.3.1] - 2022-04-02
2+
3+ ### Added
4+ - ` OxigraphStore ` now implements the ` bind ` method allowing to set namespaces.
5+ These namespaces are not persisted on disk.
6+ - The ` query ` method now injects the namespaces set in the ` Graph ` object (including the ones set by default in rdflib) inside of SPARQL queries.
7+
8+ ### Changed
9+ - The default branch is now named ` main ` and not ` master ` .
10+
11+
12+ ## [ 0.3.0] - 2022-03-19
13+
14+ ### Added
15+ - ` OxigraphStore ` that provides both in-memory and disk-based storage.
16+ The storage format is not compatible with the one of the ` SledStore ` .
17+
18+ ### Removed
19+ - ` MemoryStore ` and ` SledStore `
20+ - Compatibility with Python 3.6 and rdflib 4 and 5.
21+
22+
23+ ## [ 0.2.1] - 2022-03-12
24+
25+ ### Added
26+ - Compatibility with rdflib 6.
27+
28+
29+ ## [ 0.2.0] - 2021-01-07
30+
31+ ### Added
32+ - ` MemoryStore ` in memory rdflib storage using Oxigraph.
33+ - ` SledStore ` in disk-based rdflib storage using Oxigraph.
Original file line number Diff line number Diff line change 44
55setup (
66 name = "oxrdflib" ,
7- version = "0.3.0 " ,
7+ version = "0.3.1 " ,
88 description = "rdflib stores based on pyoxigraph" ,
99 long_description = (pathlib .Path (__file__ ).parent / "README.md" ).read_text (),
1010 long_description_content_type = "text/markdown" ,
You can’t perform that action at this time.
0 commit comments