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

Sparse cleanups Round 1 #12

Open
3 tasks done
rossbar opened this issue Nov 19, 2021 · 0 comments
Open
3 tasks done

Sparse cleanups Round 1 #12

rossbar opened this issue Nov 19, 2021 · 0 comments

Comments

@rossbar
Copy link
Owner

rossbar commented Nov 19, 2021

TODO

  • Check return types in docstrings
  • What to do about to_scipy_sparse_matrix - add to_scipy_sparse_array and deprecate old name?
    • Related: Add FutureWarning to functions that currently return sparse matrices that will return sparse arrays instead?
  • Check test suite warnings after all other conversions
    NOTES
  • Modify division to not automatically densify?
  • Advanced indexing support: A[:, inds][inds, :] -> A[inds, inds] (where inds is an np.array (or similar) of indices)
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