Skip to content

Commit 4d8cedf

Browse files
committed
Add whatsnew entry for pydata#8974
Responding to call-out at pydata#9021 !
1 parent 6fe1234 commit 4d8cedf

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

doc/whats-new.rst

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ Bug fixes
7373

7474
Internal Changes
7575
~~~~~~~~~~~~~~~~
76+
- Enforces failures on CI when tests raise warnings from within xarray (:pull:`8974`)
77+
By `Maximilian Roos <https://github.com/max-sixty>`_
7678
- Migrates ``formatting_html`` functionality for ``DataTree`` into ``xarray/core`` (:pull: `8930`)
7779
By `Eni Awowale <https://github.com/eni-awowale>`_, `Julia Signell <https://github.com/jsignell>`_
7880
and `Tom Nicholas <https://github.com/TomNicholas>`_.
@@ -87,9 +89,10 @@ Internal Changes
8789
- Migrates ``ops.py`` functionality into ``xarray/core/datatree_ops.py`` (:pull:`8976`)
8890
By `Matt Savoie <https://github.com/flamingbear>`_ and `Tom Nicholas <https://github.com/TomNicholas>`_.
8991
- ``transpose``, ``set_dims``, ``stack`` & ``unstack`` now use a ``dim`` kwarg
90-
rather than ``dims`` or ``dimensions``. This is the final change to make xarray methods
91-
consistent with their use of ``dim``. Using the existing kwarg will raise a
92-
warning. By `Maximilian Roos <https://github.com/max-sixty>`_
92+
rather than ``dims`` or ``dimensions``. This is the final change to unify
93+
xarray functions to use ``dim``. Using the existing kwarg will raise a
94+
warning.
95+
By `Maximilian Roos <https://github.com/max-sixty>`_
9396

9497

9598
.. _whats-new.2024.03.0:

0 commit comments

Comments
 (0)