Tentris Versions Save

Tentris is a tensor-based RDF triple store with SPARQL support.

v1.3.1

1 month ago

v1.3.0

1 month ago

1.1.3

8 months ago

This is a pure maintenance release to repair the build on recent compilers and OSes. There are no relevant code changes compared to v1.1.2.

What's Changed

  • Fix/build (#94)
    • include serd 0.30.16 dependency via conan
    • update how CMake handles conan
    • update boost to work with recent clang versions
    • reflect changes on Dockerfile
    • update README.MD
    • version bump

Full Changelog: https://github.com/dice-group/tentris/compare/1.1.2...1.1.3

1.1.2

1 year ago

What's Changed

  • Add option for hash-only hypertrie contexts.

Full Changelog: https://github.com/dice-group/tentris/compare/1.1.0...1.1.2

1.1.0

2 years ago

hypertrie improvements:

  • hash based node storage
  • path compression
  • in-place storage of leafs nodes

1.0.7

3 years ago
  • improved and fixed einsum operator graph from hypertrie/0.5.3
  • several fixes to result serialization. a rapid SAX parser based on rapidJSON is used now
  • HTTP chunked (streaming) is activated again
  • fixed Dockerfile
  • improved build process

1.1.0-rc15

3 years ago

changes since 1.1.0-rc14

  • fixed result serialization of trivially empty queries

1.1.0-rc14

3 years ago

changes since 1.1.0-rc13

  • back to serd 30.2 due to increased memory hunger
  • fixed linking of tcmalloc-minimal in Dockerfile
  • fixed use of lld

1.1.0-rc13

3 years ago

changes since 1.1.0-rc12

  • march configurable in Dockerfile and used throughout
  • build latest tcmalloc-minimal in Dockerfile
  • updated sparql-parser-base, hypertrie and rdf-parser

1.1.0-rc12

3 years ago
  • updated dependencies
  • use clang buildable sparql-parser-base/0.2.1
  • all clang Dockerfile
  • load googletest via FetchContent only if tests are enabled
  • updated ignore files
  • added clang format
  • updated third-party libraries, removed unused; added licenses
  • updated serd to 30.8