Skip to content
This repository has been archived by the owner on Apr 22, 2020. It is now read-only.

Releases: neo4j-contrib/neo4j-graph-algorithms

3.5.4.0

10 Apr 14:34
5229765
Compare
Choose a tag to compare

What happened in this release?

  • Fixed PageRank overflow bug when working with nodes with very large degrees
  • Adapted concurrency in community edition to desktop and entry level server capabilities.

3.4.12.7

10 Apr 14:24
Compare
Choose a tag to compare

What happened in this release?

  • Fixed PageRank overflow bug when working with nodes with very large degrees
  • Adapted concurrency in community edition to desktop and entry level server capabilities.

3.5.3.4

02 Apr 09:54
Compare
Choose a tag to compare

What happened in this release?

  • Bug fix for Degree Centrality
  • Added InfoMap, BFS, DFS
  • Renamed algo.getNodeById to algo.asNode
  • Added algo.asPath
  • Support for huge graphs for LPA
  • UnionFind deadlock bug fix
  • Fixed bug with default weight property on shortest path procedure

3.4.12.6

02 Apr 09:44
Compare
Choose a tag to compare

What happened in this release?

  • Bug fix for Degree Centrality
  • Added InfoMap, BFS, DFS
  • Renamed algo.getNodeById to algo.asNode
  • Added algo.asPath
  • Support for huge graphs for LPA
  • UnionFind deadlock bug fix
  • Fixed bug with default weight property on shortest path procedure

3.5.3.3

13 Mar 11:35
Compare
Choose a tag to compare

What happened in this release?

  • Added Eigenvector Centrality
  • Refactored Strongly Connected Components, Connected Components, Label Propagation to use writeProperty instead of partitionProperty. Old parameter still works for backwards compatability
  • Refactored algo.lpa to match signatures of other write algorithms. Old signature still works for backwards compatability

3.4.12.5

13 Mar 11:33
Compare
Choose a tag to compare

What happened in this release?

  • Added Eigenvector Centrality
  • Refactored Strongly Connected Components, Connected Components, Label Propagation to use writeProperty instead of partitionProperty. Old parameter still works for backwards compatability
  • Refactored algo.lpa to match signatures of other write algorithms. Old signature still works for backwards compatability

3.5.3.2

06 Mar 10:47
Compare
Choose a tag to compare

What happened in this release?

  • Louvain - support for Random Neighbor Community Selection
  • Added Degree Centrality
  • Similarity Algorithms now support optional sourceIds and targetIds
  • Added duplicate neighbors strategy for Cypher loading - can now choose to pick first weight, maximum weight, minimum weight, or sum relationship weights
  • Bug fix for k shortest path max depth - thanks to @frant-hartm
  • algo.list() now returns functions as well as procedures

3.4.12.4

06 Mar 10:41
Compare
Choose a tag to compare

What happened in this release?

  • Louvain - support for Random Neighbor Community Selection
  • Added Degree Centrality
  • Similarity Algorithms now support optional sourceIds and targetIds
  • Added duplicate neighbors strategy for Cypher loading - can now choose to pick first weight, maximum weight, minimum weight, or sum relationship weights
  • Bug fix for k shortest path max depth - thanks to @frant-hartm
  • algo.list() now returns functions as well as procedures

3.5.3.1

19 Feb 16:51
Compare
Choose a tag to compare

What happened in this release?

  • Link prediction functions - Total Neighbors, Same Community, Preferential Attachment

  • Bug fix for neighbor computation

3.4.12.3

19 Feb 16:44
14d220c
Compare
Choose a tag to compare

What happened in this release?

  • Link prediction functions - Total Neighbors, Same Community, Preferential Attachment

  • Bug fix for neighbor computation