Releases: tdebatty/java-graphs
Releases · tdebatty/java-graphs
v0.39
Removed neighbor.attributes, to reduce memory usage in large graphs
v0.38
Does not initialize the complete NeighborList (allows to create large neighborlists without exhausting memory)
v0.37
Fix bug Graph.connectedComponents()
v0.36
NeighborList is now synchronized to avoid multi-threading related errors
v0.35
Fix serialization bug in BoundedQueue (and NeighborList, and Graph)
v0.33
- correct Neighbor to support (de)serialization
v0.32
corrected ThreadedNNDescent builder
v0.31
major refactor:
removed class Node
building algorithms now take any class as input
v0.30
- added Graph copy constructor
- code clean
- Improved Graph.stronglyConnectedComponents