Skip to content

v2.14.1

Compare
Choose a tag to compare
@MarkoBarisic MarkoBarisic released this 16 Feb 11:42
· 393 commits to master since this release

Memgraph v2.14.1 - Feb 16, 2024

Bug fixes

  • Fixed an issue with accumulated path evaluation affecting built-in algorithms:
    • Depth-first search (DFS)
    • Breadth-first search (BFS)
    • Weighted shortest path (WSP)
    • All shortest paths (ASP).
      #1642