This repository was archived by the owner on Oct 24, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1- from xarray .testing import ensure_warnings
1+ from xarray .testing . assertions import ensure_warnings
22
33from .datatree import DataTree
44from .formatting import diff_tree_repr
Original file line number Diff line number Diff line change @@ -26,6 +26,10 @@ New Features
2626Breaking changes
2727~~~~~~~~~~~~~~~~
2828
29+ - Minimum required version of xarray is now 2023.12.0, i.e. the latest version.
30+ This is required to prevent recent changes to xarray's internals from breaking datatree.
31+ (:issue: `293 `, :pull: `294 `)
32+ By `Tom Nicholas <https://github.com/TomNicholas >`_.
2933- Change default write mode of :py:meth: `DataTree.to_zarr ` to ``'w-' `` to match ``xarray ``
3034 default and prevent accidental directory overwrites. (:issue: `274 `, :pull: `275 `)
3135 By `Sam Levang <https://github.com/slevang >`_.
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ classifiers = [
1919]
2020requires-python = " >=3.9"
2121dependencies = [
22- " xarray >=2022.6 .0" ,
22+ " xarray >=2023.12 .0" ,
2323 " packaging" ,
2424]
2525dynamic = [" version" ]
You can’t perform that action at this time.
0 commit comments