Skip to content

Releases: tdebatty/java-graphs

v0.28

30 Jul 15:45
Compare
Choose a tag to compare
  • stronglyConnectedComponents now supports very large graphs (iterative instead of recursion)
  • Uses EPSILON to compare similarities

v0.26

26 Jul 10:43
Compare
Choose a tag to compare

Added support for distributed processing (see spark-knn-graphs)

v0.25

26 Jul 09:09
Compare
Choose a tag to compare

Add support for StatisticsContainer in Graph.fastSearch, Graph.fastAdd and Graph.fastRemove
Allows to get the real number of computed similarities, restarts etc.

v0.24

25 Jul 12:18
Compare
Choose a tag to compare

Added a parameter "number of long jumps" to graph.fastAdd

v0.23

25 Jul 12:09
Compare
Choose a tag to compare

Added long jumps in fastSearch (to simulate small world graph)

v0.22

14 Jul 12:22
Compare
Choose a tag to compare

v0.21

18 Feb 16:42
Compare
Choose a tag to compare

Added multi-threaded brute force graph builder

v0.20

17 Feb 12:53
Compare
Choose a tag to compare

Graph is now serializable (to be embedded in spark-knn-graphs)

v0.18

19 Jan 19:52
Compare
Choose a tag to compare
  • OnlineGraph
  • Multi-threaded exhaustive search

v0.17

14 Jan 19:16
Compare
Choose a tag to compare
  • Improved graph search
  • node now has getAttribute() and setAttribute()