You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment scipy.sparse.coo_array is limited to 1- and 2-dimensional arrays. Work is in progress to expand COO to N-dimensional. When that lands, we should an experimental Python client object for sparse arrays using scipy.sparse.
The only we currently have uses the PyData sparse library, which has had N-dimensional COO arrays for awhile.
At the moment
scipy.sparse.coo_array
is limited to 1- and 2-dimensional arrays. Work is in progress to expand COO to N-dimensional. When that lands, we should an experimental Python client object for sparse arrays usingscipy.sparse
.The only we currently have uses the PyData
sparse
library, which has had N-dimensional COO arrays for awhile.Let's keep eye on the progress on these issues:
The text was updated successfully, but these errors were encountered: