Skip to content

Tags: nancyx/dynbench

Tags

v0.2.0

Toggle v0.2.0's commit message
add make_fulldist.sh for help with releasing

v0.1.0

Toggle v0.1.0's commit message
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.