Skip to content

Commit 4e45963

Browse files
committed
Moved whatsnew to v.0.21.0
1 parent 2ac3ab9 commit 4e45963

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

doc/source/whatsnew/v0.20.0.txt

-1
Original file line numberDiff line numberDiff line change
@@ -1725,4 +1725,3 @@ Other
17251725
- Compat for 32-bit platforms for ``.qcut/cut``; bins will now be ``int64`` dtype (:issue:`14866`)
17261726
- Bug in interactions with ``Qt`` when a ``QtApplication`` already exists (:issue:`14372`)
17271727
- Avoid use of ``np.finfo()`` during ``import pandas`` removed to mitigate deadlock on Python GIL misuse (:issue:`14641`)
1728-
- Bug in ``DataFrame.rank()`` and ``Series.rank()`` when ``method='dense'`` and ``pct=True`` (:issue:`15630`)

doc/source/whatsnew/v0.21.0.txt

+1
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ Reshaping
116116

117117
Numeric
118118
^^^^^^^
119+
- Bug in ``DataFrame.rank()`` and ``Series.rank()`` when ``method='dense'`` and ``pct=True`` (:issue:`15630`)
119120

120121

121122
Categorical

0 commit comments

Comments
 (0)