Releases: dice-group/tentris
Releases · dice-group/tentris
v1.3.1
v1.3.0
1.1.3
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: 1.1.2...1.1.3
1.1.2
1.1.0
hypertrie improvements:
- hash based node storage
- path compression
- in-place storage of leafs nodes
1.0.7
- 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
changes since 1.1.0-rc14
- fixed result serialization of trivially empty queries
1.1.0-rc14
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
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
- 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