You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v0.23.4.txt
+2-34
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
.. _whatsnew_0234:
2
2
3
-
v0.23.4
4
-
-------
3
+
v0.23.4 (August 3, 2018)
4
+
------------------------
5
5
6
6
This is a minor bug-fix release in the 0.23.x series and includes some small regression fixes
7
7
and bug fixes. We recommend that all users upgrade to this version.
@@ -21,7 +21,6 @@ Fixed Regressions
21
21
~~~~~~~~~~~~~~~~~
22
22
23
23
- Python 3.7 with Windows gave all missing values for rolling variance calculations (:issue:`21813`)
24
-
-
25
24
26
25
.. _whatsnew_0234.bug_fixes:
27
26
@@ -32,37 +31,6 @@ Bug Fixes
32
31
33
32
- Bug where calling :func:`DataFrameGroupBy.agg` with a list of functions including ``ohlc`` as the non-initial element would raise a ``ValueError`` (:issue:`21716`)
34
33
- Bug in ``roll_quantile`` caused a memory leak when calling ``.rolling(...).quantile(q)`` with ``q`` in (0,1) (:issue:`21965`)
0 commit comments