IBM / pyflowgraph

Flow graphs for Python
Apache License 2.0
25 stars 8 forks source link

Migrate to NetworkX 2 #1

Closed epatters closed 6 years ago

epatters commented 6 years ago

When this project was started, NetworkX was at version 1.11. Now that NetworkX 2 is finally released, we should migrate. I think the main breaking change is moving from lists to iterators in node/edge accessors. See the migration guide.