Releases: rdfhdt/hdt-java
Releases · rdfhdt/hdt-java
Release v3.0.0
This version introduces the following new features:
- when searching triple patterns one can get the ID of the corresponding triple in HDT
- a new method called hdtDiff allowing to subtract one HDT from another
- upgrade to jena 4.2.0
- a new dictionary implementation called MultipleSectionDictionary that is splitting the literals by datatype
- hdtCat is supporting the MultipleSectionDictionary
Release v2.2.1
This minor release fixes issue #126 which prevents from mapping certain big HDT files.
Release v2.2
Main changes:
- Compiles with java 11
- Increases drastically the additional index generation with a speed comparable to the c++ speed
- HDTCat code is refactored to more reusable components
- Fixes a problem with SortUtil that was in particular affecting HDTCat
- Fixing a problem that occurs when generating HDT files out of empty files
Release v2.1.2
Main changes:
- a lot of bug fixes
- added
hdtCat
to concatenate HDT files - switched the dictionary to a 64bit counter to avoid overflow issues with large HDT files
- first (2.x) version to be released on maven central since 2014: https://repo1.maven.org/maven2/org/rdfhdt/hdt-java-parent/2.1.2/
- updated all dependencies to the most recent version
- compilation fixed for Java 1.8
- aligned the licenses with what is described in https://github.com/rdfhdt/hdt-java/blob/master/LICENSE
- added minimal docker support
- other minor changes and fixes
Improved scalability and embedding of hdtCat
Merge pull request #97 from D063520/hdtCat Changed readme slightly
Update to Jena 3
v2.0 Merge pull request #23 from DevFactory/release/declaration-should-use…