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

DeprecationWarning: coords should be an ndarray. This will raise a ValueError in the future.

xu-2052047 opened this issue · comments

commands : sparse.zeros(2)
it warns : DeprecationWarning: coords should be an ndarray. This will raise a ValueError in the future.
version : 0.14.0

Fixed by #581.