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

REV: reintroduce csgraph import in scipy.sparse #8280

Merged
merged 1 commit into from
Jan 13, 2018

Conversation

APwhitehat
Copy link
Contributor

reintroduce csgraph import in scipy.sparse as suggested in #8243

@rgommers
Copy link
Member

Looking at the discussion in gh-8280, I'm +1 for merging this.

@rgommers rgommers added scipy.sparse.csgraph maintenance Items related to regular maintenance tasks backport-candidate This fix should be ported by a maintainer to previous SciPy versions. labels Jan 11, 2018
@andyfaff
Copy link
Contributor

Is this not mentioned in the 1.0.0 release notes:

The deprecated functions sparse.csgraph.cs_graph_components and sparse.linalg.symeig have been removed from scipy.sparse.

How about backport it to the 0.19 and 1.0 maintenance branches, don't include in master, and make sure it's made clear in the release notes for the next release that it's been removed?

@pv
Copy link
Member

pv commented Jan 11, 2018 via email

@@ -237,6 +237,9 @@
from .extract import *
from ._matrix_io import *

# For backward compatibility with v0.19. This function is marked as deprecated.
Copy link
Member

Choose a reason for hiding this comment

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

csgraph is a module, not a function. I'd just leave the bit about back-compat.

@pv pv merged commit ccd8349 into scipy:master Jan 13, 2018
@pv pv added this to the 1.0.1 milestone Jan 13, 2018
@APwhitehat APwhitehat deleted the SCIPY-8243 branch January 14, 2018 12:42
@rgommers rgommers mentioned this pull request Mar 17, 2018
@rgommers rgommers removed the backport-candidate This fix should be ported by a maintainer to previous SciPy versions. label Mar 23, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance Items related to regular maintenance tasks scipy.sparse.csgraph
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants