Releases: rkdarst/dynbench
Releases · rkdarst/dynbench
v0.2.0
First PRE paper
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.