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`,
88
97
:issue:`1064`, :pull:`7827`).
89
98
By `Kai Mühlbauer <https://github.com/kmuehlbauer>`_.
90
99
- Fixed a bug where inaccurate ``coordinates`` silently failed to decode variable (:issue:`1809`, :pull:`8195`).
91
100
By `Kai Mühlbauer <https://github.com/kmuehlbauer>`_
92
101
- ``.rolling_exp`` functions no longer mistakenly lose non-dimensioned coords
93
-
(:issue:`6528`, :pull:`8114`)
102
+
(:issue:`6528`, :pull:`8114`).
94
103
By `Maximilian Roos <https://github.com/max-sixty>`_.
95
104
- 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`).
96
105
By `Kai Mühlbauer <https://github.com/kmuehlbauer>`_.
@@ -101,6 +110,8 @@ Bug fixes
101
110
Documentation
102
111
~~~~~~~~~~~~~
103
112
113
+
- Make documentation of :py:meth:`DataArray.where` clearer (:issue:`7767`, :pull:`7955`).
114
+
By `Riulinchen <https://github.com/Riulinchen>`_.
104
115
105
116
Internal Changes
106
117
~~~~~~~~~~~~~~~~
@@ -116,7 +127,6 @@ Internal Changes
116
127
- Test range of fill_value's in test_interpolate_pd_compat (:issue:`8146`, :pull:`8189`).
117
128
By `Kai Mühlbauer <https://github.com/kmuehlbauer>`_.
0 commit comments