Closed thedomdom closed 7 years ago
Ok I saw that you developed for networkx 2.0dev: https://networkx.github.io/documentation/development/reference/generated/networkx.Graph.get_edge_data.html
My code works also for networkx 1.11: https://networkx.github.io/documentation/networkx-1.10/reference/generated/networkx.MultiDiGraph.get_edge_data.html
Nevertheless, this change should work for both versions.
On pypi both versions are listed: https://pypi.python.org/pypi/networkx/
Hello,
Thanks, it should improve support for networkx 2.0, but edges iteration is still an issue, isn't it ?
Best
Adapted for most recent networkx version