Skip to content

Releases: tdebatty/java-graphs

v0.40

12 Apr 16:56
Compare
Choose a tag to compare

improved Graph.prune()

v0.39

17 Mar 10:54
Compare
Choose a tag to compare

Removed neighbor.attributes, to reduce memory usage in large graphs

v0.38

16 Mar 11:06
Compare
Choose a tag to compare

Does not initialize the complete NeighborList (allows to create large neighborlists without exhausting memory)

v0.37

16 Feb 15:07
Compare
Choose a tag to compare

Fix bug Graph.connectedComponents()

v0.36

15 Feb 12:14
Compare
Choose a tag to compare

NeighborList is now synchronized to avoid multi-threading related errors

v0.35

14 Feb 09:01
Compare
Choose a tag to compare

Fix serialization bug in BoundedQueue (and NeighborList, and Graph)

v0.33

20 Nov 14:31
Compare
Choose a tag to compare
  • correct Neighbor to support (de)serialization

v0.32

20 Nov 14:20
Compare
Choose a tag to compare

corrected ThreadedNNDescent builder

v0.31

20 Nov 09:19
Compare
Choose a tag to compare

major refactor:
removed class Node
building algorithms now take any class as input

v0.30

09 Nov 07:00
Compare
Choose a tag to compare
  • added Graph copy constructor
  • code clean
  • Improved Graph.stronglyConnectedComponents