Skip to content

Releases: ad-freiburg/qlever

v0.5.45

24 Feb 19:46
36ed965

Choose a tag to compare

There are now official QLever packages for Debian, Ubuntu, Ubuntu-derived distributions, and macOS; see https://docs.qlever.dev/quickstart/

What's Changed

  • Allow writing materialized views from queries with less than four columns by @ullingerc in #2639
  • Avoid hashing twice in BlankNodeManager::allocateBlock by @RobinTF in #2648
  • When writing a materialized view, remember the query string by @ullingerc in #2653
  • Show name of materialized view in IndexScan descriptor by @ullingerc in #2655
  • Ensure that tests also compile and run for LOGLEVEL < WARN by @Qup42 in #2671
  • Unload materialized view when overwritten by @ullingerc in #2657
  • Use the new binary names qlever-index and qlever-server in all Dockerfiles by @ullingerc in #2677
  • Load materialized views when starting the server by @ullingerc in #2659
  • Native WebAssembly aka Wasm build with Emscripten by @ZamirCS-369 in #2577
  • Fix blank node label consistency in parallel parsing by @joka921 in #2676
  • Preparations for binary index rebuild by @RobinTF in #2660
  • Fix destruction order of transformation_ and view_ in CachingTransformInputRange by @tanmay-9 in #2682
  • Refactor code for the evaluation of CONSTRUCT queries by @marvin7122 in #2652
  • More efficient size estimate for IndexScan, in particular for a full index scan by @RobinTF in #2680
  • Enable fast "binary" rebuilding of the index, including updates by @RobinTF in #2408
  • Lazy and prefiltered OPTIONAL by @joka921 in #2695
  • Prove UndefStatus::AlwaysDefined for a variety of expressions by @joka921 in #2698
  • Fix division by zero bug for FILTER(... IN ()) by @RobinTF in #2702
  • Insert ql:langtag triple when inserting triple with an object with a language tag by @RobinTF in #2674

v0.5.44

21 Jan 19:49
27eef33

Choose a tag to compare

There are now official QLever packages for Debian, Ubuntu, Ubuntu-derived distributions, and macOS; see https://docs.qlever.dev/quickstart/

Version for the Autocompletion Paper

02 Feb 17:48

Choose a tag to compare

Pre-release

Please use this version only for reproducing the results of our Autocompletion Paper.
In this case, please consider the Caveats from the README.md
For all other uses, a stable version from the master branch is probably better suited.