-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
nxviz doesn't work with networkx 2.4 due to a regression #585
Comments
@dridk thanks for raising this. This one sounds like a find-and-replace type of API fix. If this is urgent, would you be open to putting in a PR? (I'm also looking to expand the project contributors list - and welcome many more contributors to the project.) If not, I should be able to find a sliver of time this weekend to work on it. |
It seems it's already fixed : But this modification is not avaible in the last conda package and last pypi |
hmmm, I might not have cut a release, then. Thanks for the catch and digging in. This one's a patch - the PyPI version will go out within the next 10 minutes, conda-forge might take an hour or so before I see the PR on the conda-forge feedstock. For now, can you confirm that nxviz on |
FYI, 0.6.2 was just released to PyPI. It's also 6:20 am here, so I'm going to be off this issue tracker while at work. |
I confirm it works on master branch and pass all the test. |
Would you be kind enough to try out the latest conda-forge or PyPI release? |
Description
The following example doesn't work with networkx 2.4 :
It returns the following exception:
How to solve
I installed networkx 2.3 and it works. As you can see Graph.node is depreacted :
https://networkx.github.io/documentation/stable/release/release_2.4.html#deprecations
The text was updated successfully, but these errors were encountered: