Releases: tdebatty/java-graphs
Releases · tdebatty/java-graphs
v0.14
- Added graph.search(Node,...) to support spark-knngraphs search
v0.13
- Improved graph.search() : The function now takes parameter max_iterations instead of restarts and depth
v0.12
- Improved graph.search() algorithm : added expansion parameter to speedup graph search
v0.11
- Added graph.stronglyConnectedComponents()
- Refactored graph.search()
v0.10
Added Dijkstra algorithm to the graph to compute shortest path between nodes
Added basic GEXF writing functionality
v0.9
[maven-release-plugin] copy for tag v0.9
v0.7
[maven-release-plugin] copy for tag v0.7
Super-Bit graph builder
v0.6
[maven-release-plugin] copy for tag v0.6
Big refactor!
v0.4
[maven-release-plugin] copy for tag v0.4
Additional parameter validation