TODO - [x] Check return types in docstrings - [x] 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? - [x] 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)
TODO
to_scipy_sparse_matrix- addto_scipy_sparse_arrayand deprecate old name?NOTES
A[:, inds][inds, :]->A[inds, inds](whereindsis an np.array (or similar) of indices)