xarray-contrib / xeofs

Comprehensive EOF analysis in Python with xarray: A versatile, multidimensional, and scalable tool for advanced climate data analysis
https://xeofs.readthedocs.io/
MIT License
98 stars 18 forks source link

fix: xarray 2024.09.0 compatility #227

Closed slevang closed 5 days ago

slevang commented 5 days ago

closes #226

Lot's of changes to datatree on xarray main since the latest release. These 3 all tripped us up:

https://github.com/pydata/xarray/pull/9297 https://github.com/pydata/xarray/pull/9444 https://github.com/pydata/xarray/pull/9476

Maybe it was a little early to enable using the migrated datatree since it's not technically public API yet but I suppose it let's us fix these issues quickly.

slevang commented 5 days ago

@nicrie feel free to redirect this to develop if you want to package together with #225