Skip to content

Convert to csr_array (internally) #902

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

Open
zerothi opened this issue Mar 13, 2025 · 0 comments
Open

Convert to csr_array (internally) #902

zerothi opened this issue Mar 13, 2025 · 0 comments

Comments

@zerothi
Copy link
Owner

zerothi commented Mar 13, 2025

Describe the issue

Since scipy 1.8 (released in May 2022), csr_array is the preferred sparse array constructor. We should aim towards using this version as a base.

However, there are some issues this will entail:

  1. The eye, kron, diags are not implemented in scipy for csr_array. And aren't in 1.12 either. So we will have to work around this issue regardless.
  2. We are not really using the matrix multiplication method of csr_matrix, so the changes should be rather minimal in this sense.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant