Skip to content

Commit 9deaf07

Browse files
committed
Start new section 'Build Changes' in whatsnew
1 parent 6c335b0 commit 9deaf07

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

doc/source/whatsnew/v0.24.0.txt

+4-1
Original file line numberDiff line numberDiff line change
@@ -410,13 +410,16 @@ Reshaping
410410
-
411411
-
412412

413+
Build Changes
414+
^^^^^^^^^^^^^
415+
416+
- Building pandas for development now requires ``cython >= 0.28`` (:issue:`21688`)
413417
-
414418

415419
Other
416420
^^^^^
417421

418422
- :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``
420423
- Require at least 0.28 version of cython to support read-only memoryviews (:issue:`21688`)
421424
-
422425
-

0 commit comments

Comments
 (0)