Skip to content

Commit

Permalink
Releases v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Tpt committed Apr 2, 2022
1 parent b6f34f4 commit 47e0772
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 1 deletion.
33 changes: 33 additions & 0 deletions CHANGELOG.md
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.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name="oxrdflib",
version="0.3.0",
version="0.3.1",
description="rdflib stores based on pyoxigraph",
long_description=(pathlib.Path(__file__).parent / "README.md").read_text(),
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 47e0772

Please sign in to comment.