File tree 1 file changed +2
-0
lines changed 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -231,6 +231,7 @@ pandas 0.11.0
231
231
- Timestamp now supports the class method fromordinal similar to datetimes (GH3042 _)
232
232
- Fix issue with indexing a series with a boolean key and specifiying a 1-len list on the rhs (GH2745 _)
233
233
- 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 _)
234
235
235
236
.. _GH622 : https://github.com/pydata/pandas/issues/622
236
237
.. _GH797 : https://github.com/pydata/pandas/issues/797
@@ -285,6 +286,7 @@ pandas 0.11.0
285
286
.. _GH2989 : https://github.com/pydata/pandas/issues/2989
286
287
.. _GH2993 : https://github.com/pydata/pandas/issues/2993
287
288
.. _GH3002 : https://github.com/pydata/pandas/issues/3002
289
+ .. _GH3155 : https://github.com/pydata/pandas/issues/3155
288
290
.. _GH3010 : https://github.com/pydata/pandas/issues/3010
289
291
.. _GH1738 : https://github.com/pydata/pandas/issues/1738
290
292
.. _GH3012 : https://github.com/pydata/pandas/issues/3012
You can’t perform that action at this time.
0 commit comments