Skip to content

Commit 8988c65

Browse files
author
y-p
committed
DOC: update RELEASE.rst
1 parent cd07f4b commit 8988c65

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

RELEASE.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,7 @@ pandas 0.11.0
231231
- Timestamp now supports the class method fromordinal similar to datetimes (GH3042_)
232232
- Fix issue with indexing a series with a boolean key and specifiying a 1-len list on the rhs (GH2745_)
233233
- Fixed bug in groupby apply when kernel generate list of arrays having unequal len (GH1738_)
234+
- fixed handling of rolling_corr with center=True which could produce corr>1 (GH3155_)
234235

235236
.. _GH622: https://github.com/pydata/pandas/issues/622
236237
.. _GH797: https://github.com/pydata/pandas/issues/797
@@ -285,6 +286,7 @@ pandas 0.11.0
285286
.. _GH2989: https://github.com/pydata/pandas/issues/2989
286287
.. _GH2993: https://github.com/pydata/pandas/issues/2993
287288
.. _GH3002: https://github.com/pydata/pandas/issues/3002
289+
.. _GH3155: https://github.com/pydata/pandas/issues/3155
288290
.. _GH3010: https://github.com/pydata/pandas/issues/3010
289291
.. _GH1738: https://github.com/pydata/pandas/issues/1738
290292
.. _GH3012: https://github.com/pydata/pandas/issues/3012

0 commit comments

Comments
 (0)