NetComp
NetComp copied to clipboard
Comparative metrics for dynamic networks in Python
This package looks to be very useful, but I'm having trouble using it because it automatically installs an older version of Networkx which ends up breaking my environment. I'm hoping...
Hi, I think lambda_dist() should pass k to _eigs() and normalized_laplacian_eig() for calculating spectral distances?
This version allows using both networkx 1 and networkx 2. Most changes are connected to formating. Main changes to allow networkx 2 usage are: - ```(G.subgraph(c).copy() for c in nx.connected_components(G))```...