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