pydata / sparse

Sparse multi-dimensional arrays for the PyData ecosystem

Home Page:https://sparse.pydata.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

np.diff equivalent

arbenede opened this issue · comments

It would be nice to have the equivalent of np.diff() for COO arrays.

@mtsokol Does this seem like something you'd be interested in doing?

I think for now np.diff won't be a priority as it doesn't belong to the Array API standard.