We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e10c876 commit a94073bCopy full SHA for a94073b
doc/source/release.rst
@@ -402,6 +402,7 @@ Bug Fixes
402
- Bug in `DataFrame.plot` and `Series.plot` legend behave inconsistently when plotting to the same axes repeatedly (:issue:`6678`)
403
- Internal tests for patching ``__finalize__`` / bug in merge not finalizing (:issue:`6923`, :issue:`6927`)
404
- 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`)
406
407
pandas 0.13.1
408
-------------
0 commit comments