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
73
73
74
74
Internal Changes
75
75
~~~~~~~~~~~~~~~~
76
+ - Enforces failures on CI when tests raise warnings from within xarray (:pull: `8974 `)
77
+ By `Maximilian Roos <https://github.com/max-sixty >`_
76
78
- Migrates ``formatting_html `` functionality for ``DataTree `` into ``xarray/core `` (:pull: `8930 `)
77
79
By `Eni Awowale <https://github.com/eni-awowale >`_, `Julia Signell <https://github.com/jsignell >`_
78
80
and `Tom Nicholas <https://github.com/TomNicholas >`_.
@@ -87,9 +89,10 @@ Internal Changes
87
89
- Migrates ``ops.py `` functionality into ``xarray/core/datatree_ops.py `` (:pull: `8976 `)
88
90
By `Matt Savoie <https://github.com/flamingbear >`_ and `Tom Nicholas <https://github.com/TomNicholas >`_.
89
91
- ``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 >`_
93
96
94
97
95
98
.. _whats-new.2024.03.0 :
You can’t perform that action at this time.
0 commit comments