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
+4-1
Original file line number
Diff line number
Diff line change
@@ -410,13 +410,16 @@ Reshaping
410
410
-
411
411
-
412
412
413
+
Build Changes
414
+
^^^^^^^^^^^^^
415
+
416
+
- Building pandas for development now requires ``cython >= 0.28`` (:issue:`21688`)
413
417
-
414
418
415
419
Other
416
420
^^^^^
417
421
418
422
- :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`)
419
-
- Building pandas for development now requires ``cython >= 0.28``
420
423
- Require at least 0.28 version of cython to support read-only memoryviews (:issue:`21688`)
0 commit comments