pydata / xarray

N-D labeled arrays and datasets in Python
https://xarray.dev
Apache License 2.0
3.63k stars 1.09k forks source link

Dispatch to Dask if nanquantile is available #9719

Closed phofl closed 1 week ago

phofl commented 2 weeks ago

This won't get hit until the next Dask release is out, but it passes locally with the dev version of Dask

phofl commented 2 weeks ago

cc @dcherian

phofl commented 2 weeks ago

The upstream tag is handy!

The failures all look related to zarr or pandas. that said, dask isn't tagged with 2024.11.0 yet, so the tests aren't hit yet until we actually cut the release unfortunately

phofl commented 1 week ago

this should be ready now, dask was released today