-
Notifications
You must be signed in to change notification settings - Fork 0
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
scipy.sparse #4
Comments
@dschult I opened a PR to move MNE-Python to sparse arrays and it was fairly straightforward. If you have a WIP migration guide I can look I'm happy to review. |
You mean this PR? |
Argh yes :) |
I also tried to do this on DIPY 😄 |
Thanks @larsoner and @arokem ! A note about migrating indexing: In v1.13 indexing that would typically give a 1D result for
Please let me know if you have any questions or suggestions about migration and this guide. |
Let's work on improving scipy.sparse together! The main focus will be sparse arrays, but we're also interested in compatibility with other scientific python libraries, array API support, performance improvements, bug fixes, and anything else related to sparsity.
The text was updated successfully, but these errors were encountered: