TopoNetX icon indicating copy to clipboard operation
TopoNetX copied to clipboard

Switch from sparse matrices to sparse arrays

Open ffl096 opened this issue 2 years ago • 0 comments

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.

ffl096 avatar Oct 31 '23 10:10 ffl096