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/install.rst
+1-1
Original file line number
Diff line number
Diff line change
@@ -253,7 +253,7 @@ Optional Dependencies
253
253
~~~~~~~~~~~~~~~~~~~~~
254
254
255
255
* `Cython <http://www.cython.org>`__: Only necessary to build development
256
-
version. Version 0.24 or higher.
256
+
version. Version 0.28.2 or higher.
257
257
* `SciPy <http://www.scipy.org>`__: miscellaneous statistical functions, Version 0.14.0 or higher
258
258
* `xarray <http://xarray.pydata.org>`__: pandas like handling for > 2 dims, needed for converting Panels to xarray objects. Version 0.7.0 or higher is recommended.
259
259
* `PyTables <http://www.pytables.org>`__: necessary for HDF5-based storage. Version 3.0.0 or higher required, Version 3.2.1 or higher highly recommended.
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v0.24.0.txt
+5
Original file line number
Diff line number
Diff line change
@@ -410,12 +410,17 @@ Reshaping
410
410
-
411
411
-
412
412
413
+
Build Changes
414
+
^^^^^^^^^^^^^
415
+
416
+
- Building pandas for development now requires ``cython >= 0.28.2`` (: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`)
423
+
- Require at least 0.28.2 version of ``cython`` to support read-only memoryviews (:issue:`21688`)
0 commit comments