diff --git a/doc/whats-new.rst b/doc/whats-new.rst index 378e6330352..4576186b7cf 100644 --- a/doc/whats-new.rst +++ b/doc/whats-new.rst @@ -73,6 +73,8 @@ Bug fixes Internal Changes ~~~~~~~~~~~~~~~~ +- Enforces failures on CI when tests raise warnings from within xarray (:pull:`8974`) + By `Maximilian Roos `_ - Migrates ``formatting_html`` functionality for ``DataTree`` into ``xarray/core`` (:pull: `8930`) By `Eni Awowale `_, `Julia Signell `_ and `Tom Nicholas `_. @@ -87,9 +89,10 @@ Internal Changes - Migrates ``ops.py`` functionality into ``xarray/core/datatree_ops.py`` (:pull:`8976`) By `Matt Savoie `_ and `Tom Nicholas `_. - ``transpose``, ``set_dims``, ``stack`` & ``unstack`` now use a ``dim`` kwarg - rather than ``dims`` or ``dimensions``. This is the final change to make xarray methods - consistent with their use of ``dim``. Using the existing kwarg will raise a - warning. By `Maximilian Roos `_ + rather than ``dims`` or ``dimensions``. This is the final change to unify + xarray functions to use ``dim``. Using the existing kwarg will raise a + warning. + By `Maximilian Roos `_ .. _whats-new.2024.03.0: