-
-
Notifications
You must be signed in to change notification settings - Fork 25.8k
MAINT Remove soon-to-be deprecated scipy.sparse functions #26751
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
Conversation
With the deprecation of SciPy sparse matrices, those functions will also be removed. Note that those changes extend the support of SciPy sparse matrices to SciPy sparse arrays. Signed-off-by: Julien Jerphanion <git@jjerphan.xyz>
Signed-off-by: Julien Jerphanion <git@jjerphan.xyz>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for the PR! LGTM
The reported decrease in coverage reported is due to the tests of Is there a way to set |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks
Reference Issues/PRs
Towards #26418.
What does this implement/fix? Explain your changes.
With the deprecation of SciPy sparse matrices, those functions will also be removed.
Note that those changes extend the support of SciPy sparse matrices to SciPy sparse arrays.
Any other comments?