Skip to content

Releases: rdfhdt/hdt-java

Release v3.0.10

12 Sep 08:40
Compare
Choose a tag to compare
  • replaces JLargeArrays library

Release v3.0.9

16 Jan 13:52
Compare
Choose a tag to compare
  • allows to create the additional index with few hardware resources

Release v3.0.8

16 Jan 09:19
Compare
Choose a tag to compare
  • fixes a bug in kcat
  • fixes a bug in LongArrayDisk
  • allows to load in memory datasets even if the sequence length has more elements than a long

Release v3.0.7

12 Dec 14:55
Compare
Choose a tag to compare
  • adds a functionality to diff and cat at the same time multiple HDTs

Release v3.0.6

05 Dec 23:12
Compare
Choose a tag to compare

This release focused on making HDT indexing much more efficient. It is now possible to index for example Wikidata with low hardware requirements.

-better logs while compressing
-adding method to compress HDT on disk
-adding method to compute HDT index on disk
-introducing k-way merge HDTCat that allows to Cat multiple HDTs at the same time
-add power-shell scripts

Release v3.0.5

21 Oct 21:14
Compare
Choose a tag to compare

Solves bug that appears when a PFCDictionarySectionBig is closed but the blocks where not initialised

Release v3.0.4

28 Sep 10:00
Compare
Choose a tag to compare
  • fixes a but caused by the external library JLargeArrays that was compatible only until java version 8

Release 3.0.3

20 Jul 14:25
Compare
Choose a tag to compare
  • Support to index a directory containing multiple HDT and or RDF files
  • Fixing bug that were preventing to run on windows
  • Improving the index speed by adding a simple RDF parser that ignores strict syntax checking

Release v3.0.2

25 Apr 14:06
Compare
Choose a tag to compare
  • fixes bug when HDT contains blank nodes
  • solves an issue when loading big HDT files

Release v3.0.1

31 Mar 13:33
Compare
Choose a tag to compare

Minor releasing fixing a bug

  • fix HDTDiff for certain size values close to 64 or 0