Release Date: 27 August 2019
Bug fixes
- The previous release accidentally removed the
label
column fromalgo.labelPropragation.stream()
. This version adds it back in. - All algorithms that make use of parallel streams now use the user defined concurrency settings.
Improvements
- Improved algorithm termination behavior: we now enable users to terminate the product supported algorithms (PageRank, UnionFind/Connected Components, Label Propagation) during graph loading and result write. Previously, termination was only enabled during the actual computation of the algorithm. Algorithms may be terminated by ctrl-c in Cypher shell or clicking (x) in Neo4j browser.
- UnionFind: Improved seeding functionality:
- Seeding now consumes less memory and can run concurrently on multiple threads;
- Seeded union find only writes on changed/new properties decreasing write times
- Huge Graph: Improved write/read speeds for weighted relationships.
Recent Graph Data Science Releases
- Graph Data Science 2.12
- Graph Data Science 2.11
- Graph Data Science 2.10.1
- Graph Data Science 2.9.0
- Graph Data Science 2.8.0