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
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v0.24.0.txt
+9
Original file line number
Diff line number
Diff line change
@@ -179,9 +179,18 @@ Reshaping
179
179
-
180
180
-
181
181
182
+
ExtensionArray
183
+
^^^^^^^^^^^^^^
184
+
185
+
- :meth:`Series.combine()` works correctly with :class:`~pandas.api.extensions.ExtensionArray` inside of :class:`Series` (:issue:`20825`)
186
+
- :meth:`Series.combine()` with scalar argument now works for any function type (:issue:`21248`)
187
+
-
188
+
-
189
+
182
190
Other
183
191
^^^^^
184
192
185
193
- :meth: `~pandas.io.formats.style.Styler.background_gradient` now takes a ``text_color_threshold`` parameter to automatically lighten the text color based on the luminance of the background color. This improves readability with dark background colors without the need to limit the background colormap range. (:issue:`21258`)
0 commit comments