Skip to content

Commit

Permalink
Releases v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Tpt committed Nov 2, 2024
1 parent 75f49e5 commit bedbe71
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
## unreleased
## [0.4.0] - 2024-11-02

### Added
- Oxigraph native parsers for N-Triples, Turtle and RDF/XML.
- Oxigraph native parsers and serializers for N-Triples, N-Quads, Turtle, TriG, N3 and RDF/XML.

### Improved
- Restructured the codebase to account for further additions of parsers and serializers.
### Removed
- `OxMemory` and `OxSled` aliases.

### Changed
- Upgrades pyoxigraph to 0.4.
- `Dataset` `update` evaluation is now done using pyoxigraph and not rdflib.
- Restructures the codebase to account for further additions of parsers and serializers.


## [0.3.7] - 2024-03-30
Expand Down

0 comments on commit bedbe71

Please sign in to comment.