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
sparse.zeros_like, ones_like, full_like should accept the order= parameter, for the sake of compatibility with NEP18-compatible wrappers, such as dask - see use case in pydata/xarray#5654.
I'm unsure if order= makes sense or not for sparse, but if it doesn't it should be accepted nonetheless and silently ignored.
The text was updated successfully, but these errors were encountered:
sparse.zeros_like, ones_like, full_like should accept the
order=
parameter, for the sake of compatibility with NEP18-compatible wrappers, such as dask - see use case in pydata/xarray#5654.I'm unsure if
order=
makes sense or not for sparse, but if it doesn't it should be accepted nonetheless and silently ignored.The text was updated successfully, but these errors were encountered: