-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
34 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
## [0.3.1] - 2022-04-02 | ||
|
||
### Added | ||
- `OxigraphStore` now implements the `bind` method allowing to set namespaces. | ||
These namespaces are not persisted on disk. | ||
- The `query` method now injects the namespaces set in the `Graph` object (including the ones set by default in rdflib) inside of SPARQL queries. | ||
|
||
### Changed | ||
- The default branch is now named `main` and not `master`. | ||
|
||
|
||
## [0.3.0] - 2022-03-19 | ||
|
||
### Added | ||
- `OxigraphStore` that provides both in-memory and disk-based storage. | ||
The storage format is not compatible with the one of the `SledStore`. | ||
|
||
### Removed | ||
- `MemoryStore` and `SledStore` | ||
- Compatibility with Python 3.6 and rdflib 4 and 5. | ||
|
||
|
||
## [0.2.1] - 2022-03-12 | ||
|
||
### Added | ||
- Compatibility with rdflib 6. | ||
|
||
|
||
## [0.2.0] - 2021-01-07 | ||
|
||
### Added | ||
- `MemoryStore` in memory rdflib storage using Oxigraph. | ||
- `SledStore` in disk-based rdflib storage using Oxigraph. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters