Skip to content

Commit a94073b

Browse files
author
Noah Spies
committed
Added release note pandas-dev#6886
1 parent e10c876 commit a94073b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/source/release.rst

+1
Original file line numberDiff line numberDiff line change
@@ -402,6 +402,7 @@ Bug Fixes
402402
- Bug in `DataFrame.plot` and `Series.plot` legend behave inconsistently when plotting to the same axes repeatedly (:issue:`6678`)
403403
- Internal tests for patching ``__finalize__`` / bug in merge not finalizing (:issue:`6923`, :issue:`6927`)
404404
- accept ``TextFileReader`` in ``concat``, which was affecting a common user idiom (:issue:`6583`)
405+
- Bug in ``Series.rank`` and ``DataFrame.rank`` that caused small floats (<1e-13) to all receive the same rank (:issue:`6886`)
405406

406407
pandas 0.13.1
407408
-------------

0 commit comments

Comments
 (0)