The most current release of Neo4j is 5.26.0
Graph Algorithms 3.5.9.0
11 September 2019
Breaking Changes:
- Graph algorithms 3.5.9.0 is only compatible with Neo4j 3.5.9 and above. If you cannot update your Neo4j installation, the mos...
Graph Algorithms 3.5.8.1
27 August 2019
Bug fixes
- The previous release accidentally removed the
label
column fromalgo.labelPropragation.stream()
. This version adds it back in. - A...
Graph Algorithms 3.5.8.0
12 August 2019
Breaking changes
- LabelPropagation: Default parameter values for seeding and writing have been removed - users must specify property names for t...
Graph Algorithms 3.5.7.0
9 July 2019
New features
- Added procedures to compute memory requirements for UnionFind, LabelPropagation and PageRank as well as for graph loading (algo.me...