Skip to content

Releases: rkdarst/dynbench

v0.2.0

13 Jul 16:15
Compare
Choose a tag to compare

Updated release corresponding to paper, with some extra changes.

First PRE paper

06 Jul 14:33
Compare
Choose a tag to compare
Fix compatibility issues with networkx 1.9.

- In networkx 1.9, the function connected_components returns a
  generator instead of a list.
- This patch makes code that works in any version of networkx, at
  least 1.7-1.9.1 and probably anything else.