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
SciPy and downstream packages (e.g., NetworkX) transition from sparse matrices to sparse arrays, featuring a more NumPy array-like interface. See for example the first note in scipy.sparse: https://docs.scipy.org/doc/scipy/reference/sparse.html.
We should switch all occurrences of sparse matrices with sparse arrays as well.
The text was updated successfully, but these errors were encountered:
SciPy and downstream packages (e.g., NetworkX) transition from sparse matrices to sparse arrays, featuring a more NumPy array-like interface. See for example the first note in
scipy.sparse
: https://docs.scipy.org/doc/scipy/reference/sparse.html.We should switch all occurrences of sparse matrices with sparse arrays as well.
The text was updated successfully, but these errors were encountered: