Skip to content

Commit a4e69d5

Browse files
committed
fix and add tests for community algos
1 parent b91897c commit a4e69d5

File tree

4 files changed

+470
-35
lines changed

4 files changed

+470
-35
lines changed

CHANGELOG.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,11 @@
22

33
### New Features
44
1. Project all (non-string) node properties using the appropriate (integer/float) types.
5-
2. Support personalisation, post-filtering and node name mapping in centrality algorithms whenever appropriate.
5+
2. Support personalisation, post-filtering and node name mapping in centrality and community algorithms whenever appropriate.
66
3. Support post-filtering and node name mapping in community algorithms whenever appropriate.
77

88
### Bug Fixes
9-
1. Fix GDS calls for path algorithms and clean up returned data format.
10-
2. Fix wrong GDS call for K-Core Decomposition, K-1 Coloring.
9+
1. Fix GDS calls for path and community algorithms and clean up returned data format.
1110

1211
### Other Changes
1312
1. Removed minimum_weight_k_spanning_tree since it is write mode only, which may modify the database unexpectedly.

0 commit comments

Comments
 (0)