Skip to content

Commit e4381b6

Browse files
0.23.4 whatsnew (#22177)
1 parent 6e1e1e4 commit e4381b6

File tree

1 file changed

+2
-34
lines changed

1 file changed

+2
-34
lines changed

doc/source/whatsnew/v0.23.4.txt

+2-34
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.. _whatsnew_0234:
22

3-
v0.23.4
4-
-------
3+
v0.23.4 (August 3, 2018)
4+
------------------------
55

66
This is a minor bug-fix release in the 0.23.x series and includes some small regression fixes
77
and bug fixes. We recommend that all users upgrade to this version.
@@ -21,7 +21,6 @@ Fixed Regressions
2121
~~~~~~~~~~~~~~~~~
2222

2323
- Python 3.7 with Windows gave all missing values for rolling variance calculations (:issue:`21813`)
24-
-
2524

2625
.. _whatsnew_0234.bug_fixes:
2726

@@ -32,37 +31,6 @@ Bug Fixes
3231

3332
- Bug where calling :func:`DataFrameGroupBy.agg` with a list of functions including ``ohlc`` as the non-initial element would raise a ``ValueError`` (:issue:`21716`)
3433
- Bug in ``roll_quantile`` caused a memory leak when calling ``.rolling(...).quantile(q)`` with ``q`` in (0,1) (:issue:`21965`)
35-
-
36-
37-
**Conversion**
38-
39-
-
40-
-
41-
42-
**Indexing**
43-
44-
-
45-
-
46-
47-
**I/O**
48-
49-
-
50-
-
51-
52-
**Categorical**
53-
54-
-
55-
-
56-
57-
**Timezones**
58-
59-
-
60-
-
61-
62-
**Timedelta**
63-
64-
-
65-
-
6634

6735
**Missing**
6836

0 commit comments

Comments
 (0)