From 4d8cedfbe4d28ba83ee6de8f015d55b01c464a34 Mon Sep 17 00:00:00 2001 From: Maximilian Roos Date: Fri, 10 May 2024 14:15:17 -0700 Subject: [PATCH] Add whatsnew entry for #8974 Responding to call-out at https://github.com/pydata/xarray/pull/9021 ! --- doc/whats-new.rst | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) 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: