Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

### New Features
1. Project all (non-string) node properties using the appropriate (integer/float) types.

2. Support personalisation, post-filtering and node name mapping in centrality and community algorithms whenever appropriate.
3. Support post-filtering and node name mapping in community algorithms whenever appropriate.

### Bug Fixes
1. Fix GDS call for path algorithms and clean up returned data format.

1. Fix GDS calls for path and community algorithms and clean up returned data format.

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