File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -73,6 +73,8 @@ Bug fixes
7373
7474Internal 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 :
You can’t perform that action at this time.
0 commit comments