Skip to content

Commit d2b7b2b

Browse files
committed
0.23.3 fixup (#21788)
* Move 0.23.3 to 0.23.4 * 0.23.3 whatsnew (cherry picked from commit a3f8f14)
1 parent e2f65df commit d2b7b2b

File tree

2 files changed

+64
-52
lines changed

2 files changed

+64
-52
lines changed

doc/source/whatsnew/v0.23.3.txt

+4-52
Original file line numberDiff line numberDiff line change
@@ -1,55 +1,7 @@
11
.. _whatsnew_0233:
22

3-
v0.23.3
4-
-------
3+
v0.23.3 (July 7, 2018)
4+
----------------------
55

6-
This is a minor bug-fix release in the 0.23.x series and includes some small regression fixes
7-
and bug fixes. We recommend that all users upgrade to this version.
8-
9-
10-
.. contents:: What's new in v0.23.3
11-
:local:
12-
:backlinks: none
13-
14-
.. _whatsnew_0233.fixed_regressions:
15-
16-
Fixed Regressions
17-
~~~~~~~~~~~~~~~~~
18-
19-
-
20-
-
21-
22-
.. _whatsnew_0233.bug_fixes:
23-
24-
Bug Fixes
25-
~~~~~~~~~
26-
27-
**Conversion**
28-
29-
-
30-
-
31-
32-
**Indexing**
33-
34-
-
35-
-
36-
37-
**I/O**
38-
39-
-
40-
-
41-
42-
**Categorical**
43-
44-
-
45-
-
46-
47-
**Timezones**
48-
49-
-
50-
-
51-
52-
**Timedelta**
53-
54-
-
55-
-
6+
This release fixes a build issue with the sdist for Python 3.7 (:issue:`21785`)
7+
There are no other changes.

doc/source/whatsnew/v0.23.4.txt

+60
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
.. _whatsnew_0234:
2+
3+
v0.23.4
4+
-------
5+
6+
This is a minor bug-fix release in the 0.23.x series and includes some small regression fixes
7+
and bug fixes. We recommend that all users upgrade to this version.
8+
9+
10+
.. contents:: What's new in v0.23.4
11+
:local:
12+
:backlinks: none
13+
14+
.. _whatsnew_0234.fixed_regressions:
15+
16+
Fixed Regressions
17+
~~~~~~~~~~~~~~~~~
18+
19+
-
20+
-
21+
22+
.. _whatsnew_0234.bug_fixes:
23+
24+
Bug Fixes
25+
~~~~~~~~~
26+
27+
**Groupby/Resample/Rolling**
28+
29+
- Bug where calling :func:`DataFrameGroupBy.agg` with a list of functions including ``ohlc`` as the non-initial element would raise a ``ValueError`` (:issue:`21716`)
30+
-
31+
32+
**Conversion**
33+
34+
-
35+
-
36+
37+
**Indexing**
38+
39+
-
40+
-
41+
42+
**I/O**
43+
44+
-
45+
-
46+
47+
**Categorical**
48+
49+
-
50+
-
51+
52+
**Timezones**
53+
54+
-
55+
-
56+
57+
**Timedelta**
58+
59+
-
60+
-

0 commit comments

Comments
 (0)