gjoseph92 / stackstac

Turn a STAC catalog into a dask-based xarray
https://stackstac.readthedocs.io
MIT License
245 stars 49 forks source link

Bump and relax xarray version requirement #51

Closed gjoseph92 closed 3 years ago

gjoseph92 commented 3 years ago

From #50 (@scottyhq):

Also, I'm wondering if it's possible to relax (^0) or bump (^0.18.0) the current xarray pin for the next release? Could add some matrix tests against xarray master to ensure things don't break since currently it does seem like minor bumps in xarray are more like major bumps ;) (https://github.com/gjoseph92/stackstac/issues/26 ). https://github.com/gjoseph92/stackstac/blob/d1e15ca364864a6b74ddb3b6cf217a7dd046501c/pyproject.toml#L43

gjoseph92 commented 3 years ago

Probably should just relax it, though in this case we might actually want to bump—looks like there are a couple things in the new xarray version that will benefit stackstac visualizations (faster interp logic + fixed ffill). I might go with >=0.18, <1 for now.

gjoseph92 commented 3 years ago

stackstac 0.2.1 is out, give it a try!