Skip to content

Commit fcced51

Browse files
committed
DOC: update release notes
1 parent a70b48a commit fcced51

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

RELEASE.rst

+1
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ pandas 0.11.1
8989
- Add ``unit`` keyword to ``Timestamp`` and ``to_datetime`` to enable passing of
9090
integers or floats that are in an epoch unit of ``s, ms, us, ns``
9191
(e.g. unix timestamps or epoch ``s``, with fracional seconds allowed) (GH3540_)
92+
- DataFrame corr method (spearman) is now cythonized.
9293

9394
**API Changes**
9495

doc/source/v0.11.1.txt

-3
Original file line numberDiff line numberDiff line change
@@ -295,9 +295,6 @@ Enhancements
295295
- DatetimeIndexes no longer try to convert mixed-integer indexes during join
296296
operations (GH3877_)
297297

298-
- DataFrame corr method (spearman) is now cythonized.
299-
300-
301298
Bug Fixes
302299
~~~~~~~~~
303300

0 commit comments

Comments
 (0)