diff --git a/doc/source/whatsnew/v0.23.3.txt b/doc/source/whatsnew/v0.23.3.txt index 266d2ce448fb0..b8adce27d2523 100644 --- a/doc/source/whatsnew/v0.23.3.txt +++ b/doc/source/whatsnew/v0.23.3.txt @@ -1,60 +1,7 @@ .. _whatsnew_0233: -v0.23.3 -------- +v0.23.3 (July 7, 2018) +---------------------- -This is a minor bug-fix release in the 0.23.x series and includes some small regression fixes -and bug fixes. We recommend that all users upgrade to this version. - - -.. contents:: What's new in v0.23.3 - :local: - :backlinks: none - -.. _whatsnew_0233.fixed_regressions: - -Fixed Regressions -~~~~~~~~~~~~~~~~~ - -- -- - -.. _whatsnew_0233.bug_fixes: - -Bug Fixes -~~~~~~~~~ - -**Groupby/Resample/Rolling** - -- Bug where calling :func:`DataFrameGroupBy.agg` with a list of functions including ``ohlc`` as the non-initial element would raise a ``ValueError`` (:issue:`21716`) -- - -**Conversion** - -- -- - -**Indexing** - -- -- - -**I/O** - -- -- - -**Categorical** - -- -- - -**Timezones** - -- -- - -**Timedelta** - -- -- +This release fixes a build issue with the sdist for Python 3.7 (:issue:`21785`) +There are no other changes. diff --git a/doc/source/whatsnew/v0.23.4.txt b/doc/source/whatsnew/v0.23.4.txt new file mode 100644 index 0000000000000..a88c22e3d01f7 --- /dev/null +++ b/doc/source/whatsnew/v0.23.4.txt @@ -0,0 +1,60 @@ +.. _whatsnew_0234: + +v0.23.4 +------- + +This is a minor bug-fix release in the 0.23.x series and includes some small regression fixes +and bug fixes. We recommend that all users upgrade to this version. + + +.. contents:: What's new in v0.23.4 + :local: + :backlinks: none + +.. _whatsnew_0234.fixed_regressions: + +Fixed Regressions +~~~~~~~~~~~~~~~~~ + +- +- + +.. _whatsnew_0234.bug_fixes: + +Bug Fixes +~~~~~~~~~ + +**Groupby/Resample/Rolling** + +- Bug where calling :func:`DataFrameGroupBy.agg` with a list of functions including ``ohlc`` as the non-initial element would raise a ``ValueError`` (:issue:`21716`) +- + +**Conversion** + +- +- + +**Indexing** + +- +- + +**I/O** + +- +- + +**Categorical** + +- +- + +**Timezones** + +- +- + +**Timedelta** + +- +-