Skip to content

Commit 8b1e020

Browse files
committed
Added a note about the Rolling.quantile bug fix to the changelog.
1 parent f39b122 commit 8b1e020

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/whatsnew/v0.20.0.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,7 @@ Bug Fixes
504504
- Bug in using ``__deepcopy__`` on empty NDFrame objects (:issue:`15370`)
505505
- Bug in ``DataFrame.loc`` with indexing a ``MultiIndex`` with a ``Series`` indexer (:issue:`14730`, :issue:`15424`)
506506
- Bug in ``DataFrame.loc`` with indexing a ``MultiIndex`` with a numpy array (:issue:`15434`)
507-
507+
- Bug in ``Rolling.quantile`` function that caused a segmentation fault when called with a quantile value outside of the range [0, 1] (:issue:`15463`)
508508

509509

510510
- Bug in the display of ``.info()`` where a qualifier (+) would always be displayed with a ``MultiIndex`` that contains only non-strings (:issue:`15245`)

0 commit comments

Comments
 (0)