Skip to content

Commit 0aa9b53

Browse files
committed
add entry in whatsnew
1 parent eb2da20 commit 0aa9b53

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

doc/source/whatsnew/v0.24.0.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -685,6 +685,5 @@ Other
685685
- :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`)
686686
- Require at least 0.28.2 version of ``cython`` to support read-only memoryviews (:issue:`21688`)
687687
- :meth: `~pandas.io.formats.style.Styler.background_gradient` now also supports tablewise application (in addition to rowwise and columnwise) with ``axis=None`` (:issue:`15204`)
688-
-
689-
-
688+
- :meth:`pandas.core.algorithms.isin` avoids spurious casting for lists (:issue:`22160`)
690689
-

0 commit comments

Comments
 (0)