Skip to content

1.1.0

Choose a tag to compare

@thomaskrause thomaskrause released this 09 Sep 15:07
· 957 commits to main since this release
efcd074

Added

  • Added generic operator negation with existance assumption by adding ! before the binary operator (#186)

Changed

  • Compile releases on Ubuntu 18.04 instead of 16.04, which means the minimal GLIBC version is 2.27
  • Updated dependencies
  • Improved compile time by disabling some dependency features.
    This also removes some optional features from the command line parser
    (used in webservice and CLI binaries).
  • Don't use RIDGES corpus in search tests and fail search tests when corpus does not exist.

Fixed

  • Use the correct set-disk-based on command in the documentation for the CLI
  • Optimize node annotation storage and graph implementations when importing GraphML files