You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Fixed a bug where casting from ``float`` to ``int64`` (undefined for ``NaN``) led to varying issues (:issue:`7817`, :issue:`7942`, :issue:`7790`, :issue:`6191`, :issue:`7096`,
85
130
:issue:`1064`, :pull:`7827`).
86
131
By `Kai Mühlbauer <https://github.com/kmuehlbauer>`_.
132
+
- Fixed a bug where inaccurate ``coordinates`` silently failed to decode variable (:issue:`1809`, :pull:`8195`).
133
+
By `Kai Mühlbauer <https://github.com/kmuehlbauer>`_
87
134
- ``.rolling_exp`` functions no longer mistakenly lose non-dimensioned coords
88
-
(:issue:`6528`, :pull:`8114`)
135
+
(:issue:`6528`, :pull:`8114`).
89
136
By `Maximilian Roos <https://github.com/max-sixty>`_.
137
+
- In the event that user-provided datetime64/timedelta64 units and integer dtype encoding parameters conflict with each other, override the units to preserve an integer dtype for most faithful serialization to disk (:issue:`1064`, :pull:`8201`).
138
+
By `Kai Mühlbauer <https://github.com/kmuehlbauer>`_.
139
+
- Static typing of dunder ops methods (like :py:meth:`DataArray.__eq__`) has been fixed.
140
+
Remaining issues are upstream problems (:issue:`7780`, :pull:`8204`).
141
+
By `Michael Niklas <https://github.com/headtr1ck>`_.
142
+
- Fix type annotation for ``center`` argument of plotting methods (like :py:meth:`xarray.plot.dataarray_plot.pcolormesh`) (:pull:`8261`).
143
+
By `Pieter Eendebak <https://github.com/eendebakpt>`_.
90
144
91
145
Documentation
92
146
~~~~~~~~~~~~~
93
147
148
+
- Make documentation of :py:meth:`DataArray.where` clearer (:issue:`7767`, :pull:`7955`).
149
+
By `Riulinchen <https://github.com/Riulinchen>`_.
94
150
95
151
Internal Changes
96
152
~~~~~~~~~~~~~~~~
@@ -103,6 +159,8 @@ Internal Changes
103
159
than `.reduce`, as the start of a broader effort to move non-reducing
104
160
functions away from ```.reduce``, (:pull:`8114`).
105
161
By `Maximilian Roos <https://github.com/max-sixty>`_.
162
+
- Test range of fill_value's in test_interpolate_pd_compat (:issue:`8146`, :pull:`8189`).
163
+
By `Kai Mühlbauer <https://github.com/kmuehlbauer>`_.
0 commit comments