From 57f677fb81dc260ac748e5143bd84ef6c6c8e3c9 Mon Sep 17 00:00:00 2001 From: Joris Van den Bossche Date: Thu, 5 Jul 2018 15:34:05 -0500 Subject: [PATCH 1/3] RLS: release notes for 0.23.2 --- doc/source/release.rst | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/doc/source/release.rst b/doc/source/release.rst index 16fe896d9f58f..cd04288dce2c2 100644 --- a/doc/source/release.rst +++ b/doc/source/release.rst @@ -37,6 +37,40 @@ analysis / manipulation tool available in any language. * Binary installers on PyPI: https://pypi.org/project/pandas * Documentation: http://pandas.pydata.org +pandas 0.23.2 +------------- + +**Release date**: July 5, 2018 + +This is a minor bug-fix release in the 0.23.x series and includes some small regression fixes +and bug fixes. + +See the :ref:`full whatsnew ` for a list of all the changes. + +Thanks +~~~~~~ + +A total of 17 people contributed to this release. People with a "+" by their +names contributed a patch for the first time. + +* David Krych +* Jacopo Rota + +* Jeff Reback +* Jeremy Schendel +* Joris Van den Bossche +* Kalyan Gokhale +* Matthew Roeschke +* Michael Odintsov + +* Ming Li +* Pietro Battiston +* Tom Augspurger +* Uddeshya Singh +* Vu Le + +* alimcmaster1 + +* david-liu-brattle-1 + +* gfyoung +* jbrockmendel + pandas 0.23.1 ------------- From d09f48252e3ac1cedb7816a9c916102974707a06 Mon Sep 17 00:00:00 2001 From: Joris Van den Bossche Date: Thu, 5 Jul 2018 15:39:05 -0500 Subject: [PATCH 2/3] add to whatsnew --- doc/source/whatsnew.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/source/whatsnew.rst b/doc/source/whatsnew.rst index c744e44b4c17c..3ec812654ee4a 100644 --- a/doc/source/whatsnew.rst +++ b/doc/source/whatsnew.rst @@ -20,6 +20,8 @@ These are new features and improvements of note in each release. .. include:: whatsnew/v0.24.0.txt +.. include:: whatsnew/v0.23.2.txt + .. include:: whatsnew/v0.23.1.txt .. include:: whatsnew/v0.23.0.txt From cb6366cfd34a63c1a7476106b4f0ade289becf31 Mon Sep 17 00:00:00 2001 From: Joris Van den Bossche Date: Thu, 5 Jul 2018 15:48:24 -0500 Subject: [PATCH 3/3] fix title --- doc/source/whatsnew/v0.23.2.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/whatsnew/v0.23.2.txt b/doc/source/whatsnew/v0.23.2.txt index 2d7808363648b..bd86576ad8586 100644 --- a/doc/source/whatsnew/v0.23.2.txt +++ b/doc/source/whatsnew/v0.23.2.txt @@ -64,7 +64,7 @@ Fixed Regressions Build Changes -------------- +~~~~~~~~~~~~~ - The source and binary distributions no longer include test data files, resulting in smaller download sizes. Tests relying on these data files will be skipped when using ``pandas.test()``. (:issue:`19320`)