Skip to content

Releases: ted-tanner/graphrox-rs

v1.2.0

29 Nov 07:50
Compare
Choose a tag to compare

Change CompressedGraph threshold to use compression_level. Rename matrix_string_representation() to just matrix_string()

v1.1.0

24 Nov 09:40
Compare
Choose a tag to compare

Add new methods for obtaining vertex in-edge and out-edge lists and in-degree and out-degree; some performance improvements and stability fixes

v1.0.4

21 Nov 15:08
Compare
Choose a tag to compare

Reduce time complexity of graph approximation

v1.0.2

17 Nov 03:25
Compare
Choose a tag to compare

Fix bug that could cause a panic when building a CompressedGraph with a vertex count of 0.

v1.0.1

13 Nov 03:05
Compare
Choose a tag to compare
release-v1.0.1

Minor formatting and documentation improvements

v1.0.0

17 Nov 03:25
Compare
Choose a tag to compare
release-v1.0.0

First release