Skip to content

Commit a177c45

Browse files
committed
review
1 parent de4b7af commit a177c45

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

doc/source/api.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1785,7 +1785,7 @@ Modifying and Computations
17851785
MultiIndex.repeat
17861786
MultiIndex.where
17871787

1788-
.. _api.datetimeindex:
1788+
.. _api.datetimeindex:
17891789

17901790
DatetimeIndex
17911791
-------------

doc/source/whatsnew/v0.24.0.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -1583,7 +1583,7 @@ Plotting
15831583
- Bug in :func:`DataFrame.plot.scatter` and :func:`DataFrame.plot.hexbin` caused x-axis label and ticklabels to disappear when colorbar was on in IPython inline backend (:issue:`10611`, :issue:`10678`, and :issue:`20455`)
15841584
- Bug in plotting a Series with datetimes using :func:`matplotlib.axes.Axes.scatter` (:issue:`22039`)
15851585

1586-
Groupby/Resample/Rolling
1586+
Groupby/Resample/Rolling
15871587
^^^^^^^^^^^^^^^^^^^^^^^^
15881588

15891589
- Bug in :func:`pandas.core.groupby.GroupBy.first` and :func:`pandas.core.groupby.GroupBy.last` with ``as_index=False`` leading to the loss of timezone information (:issue:`15884`)
@@ -1657,7 +1657,6 @@ Style
16571657
^^^^^
16581658

16591659
- :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`)
1660-
- Require at least 0.28.2 version of ``cython`` to support read-only memoryviews (:issue:`21688`)
16611660
- :meth:`~pandas.io.formats.style.Styler.background_gradient` now also supports tablewise application (in addition to rowwise and columnwise) with ``axis=None`` (:issue:`15204`)
16621661
- :meth:`~pandas.io.formats.style.Styler.bar` now also supports tablewise application (in addition to rowwise and columnwise) with ``axis=None`` and setting clipping range with ``vmin`` and ``vmax`` (:issue:`21548` and :issue:`21526`). ``NaN`` values are also handled properly.
16631662

@@ -1671,6 +1670,7 @@ Other
16711670
^^^^^
16721671

16731672
- Bug where C variables were declared with external linkage causing import errors if certain other C libraries were imported before Pandas. (:issue:`24113`)
1673+
- Require at least 0.28.2 version of ``cython`` to support read-only memoryviews (:issue:`21688`)
16741674

16751675
.. _whatsnew_0.24.0.contributors:
16761676

0 commit comments

Comments
 (0)