datatree is about to be merged into the public API of xarray. This adds a preferential import for the native xarray version but leaves the archived xarray-datatree package as a dependency, because it is small and avoids complications with supporting older xarray versions.
Also adds support for numpy==2.0 with a couple very small fixes.
datatree
is about to be merged into the public API ofxarray
. This adds a preferential import for the nativexarray
version but leaves the archivedxarray-datatree
package as a dependency, because it is small and avoids complications with supporting older xarray versions.Also adds support for
numpy==2.0
with a couple very small fixes.