Skip to content
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

Undeprecate nx_pydot now that pydot is actively maintained again #7204

Merged
merged 5 commits into from Jan 4, 2024

Conversation

rossbar
Copy link
Contributor

@rossbar rossbar commented Jan 4, 2024

As noted in #5723, pydot has a new lease on life. I test nx_pydot against the new pydot 2.0 release and the issues that NX had been running into are now all resolved.

Given that pydot is again under active maintenance, I'm +1 on undeprecating and continuing to support NetworkX's interface to pydot.

Closes #5723

Copy link
Member

@dschult dschult left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks good! Thanks for putting all the pieces together! :)

@MridulS
Copy link
Member

MridulS commented Jan 4, 2024

The test failures are fixed by #7203

@jarrodmillman jarrodmillman merged commit 5d2f19b into networkx:main Jan 4, 2024
39 checks passed
@jarrodmillman jarrodmillman added this to the 3.3 milestone Jan 4, 2024
tomwhite added a commit to cubed-dev/cubed that referenced this pull request Apr 15, 2024
tomwhite added a commit to cubed-dev/cubed that referenced this pull request Apr 15, 2024
tomwhite added a commit to cubed-dev/cubed that referenced this pull request Apr 16, 2024
cvanelteren pushed a commit to cvanelteren/networkx that referenced this pull request Apr 22, 2024
…etworkx#7204)

* Un-xfail pydot tests.

* Pin pydot minver to 2.0.

* Rm deprecation bullet from devdocs.

* Back out deprecation warnings for nx_pydot.

---------

Co-authored-by: Jarrod Millman <jarrod.millman@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

Deprecate pydot?
4 participants