From b2dc3d95fc806f262e97680f08959afd96f588e6 Mon Sep 17 00:00:00 2001 From: Tom Augspurger Date: Mon, 11 Dec 2017 20:48:25 -0600 Subject: [PATCH] DOC: Update relase notes [ci skip] --- doc/source/release.rst | 76 +++++++++++++++++++++++++++++++++ doc/source/whatsnew/v0.21.1.txt | 10 ++--- 2 files changed, 81 insertions(+), 5 deletions(-) diff --git a/doc/source/release.rst b/doc/source/release.rst index a3289b1144863..0298eda2c78ab 100644 --- a/doc/source/release.rst +++ b/doc/source/release.rst @@ -37,6 +37,82 @@ analysis / manipulation tool available in any language. * Binary installers on PyPI: http://pypi.python.org/pypi/pandas * Documentation: http://pandas.pydata.org +pandas 0.21.1 +------------- + +**Release date:** December 12, 2017 + +This is a minor bug-fix release in the 0.21.x series and includes some small +regression fixes, bug fixes and performance improvements. We recommend that all +users upgrade to this version. + +Highlights include: + +- Temporarily restore matplotlib datetime plotting functionality. This should + resolve issues for users who relied implicitly on pandas to plot datetimes + with matplotlib. See :ref:`here `. +- Improvements to the Parquet IO functions introduced in 0.21.0. See + :ref:`here `. + +See the :ref:`v0.21.1 Whatsnew ` overview for an extensive list +of all the changes for 0.21.1. + +Thanks +~~~~~~ + +A total of 46 people contributed to this release. People with a "+" by their +names contributed a patch for the first time. + +Contributors +============ + +* Aaron Critchley + +* Alex Rychyk +* Alexander Buchkovsky + +* Alexander Michael Schade + +* Chris Mazzullo +* Cornelius Riemenschneider + +* Dave Hirschfeld + +* David Fischer + +* David Stansby + +* Dror Atariah + +* Eric Kisslinger + +* Hans + +* Ingolf Becker + +* Jan Werkmann + +* Jeff Reback +* Joris Van den Bossche +* Jörg Döpfert + +* Kevin Kuhl + +* Krzysztof Chomski + +* Leif Walsh +* Licht Takeuchi +* Manraj Singh + +* Matt Braymer-Hayes + +* Michael Waskom + +* Mie~~~ + +* Peter Hoffmann + +* Robert Meyer + +* Sam Cohan + +* Sietse Brouwer + +* Sven + +* Tim Swast +* Tom Augspurger +* Wes Turner +* William Ayd + +* Yee Mey + +* bolkedebruin + +* cgohlke +* derestle-htwg + +* fjdiod + +* gabrielclow + +* gfyoung +* ghasemnaddaf + +* jbrockmendel +* jschendel +* miker985 + +* topper-123 + pandas 0.21.0 ------------- diff --git a/doc/source/whatsnew/v0.21.1.txt b/doc/source/whatsnew/v0.21.1.txt index 5d7950a667a2f..a250505adc409 100644 --- a/doc/source/whatsnew/v0.21.1.txt +++ b/doc/source/whatsnew/v0.21.1.txt @@ -10,8 +10,8 @@ We recommend that all users upgrade to this version. Highlights include: - Temporarily restore matplotlib datetime plotting functionality. This should - resolve issues for users who relied implicitly on pandas to plot datetimes - with matplotlib. See :ref:`here `. + resolve issues for users who implicitly relied on pandas to plot datetimes + with matplotlib. See :ref:`here `. - Improvements to the Parquet IO functions introduced in 0.21.0. See :ref:`here `. @@ -21,7 +21,7 @@ Highlights include: :backlinks: none -.. _whatsnew_0211.special: +.. _whatsnew_0211.converters: Restore Matplotlib datetime Converter Registration ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -34,8 +34,8 @@ pandas``. In pandas 0.21.0, we required users to explicitly register the converter. This caused problems for some users who relied on those converters being present for regular ``matplotlib.pyplot`` plotting methods, so we're -temporarily reverting that change; pandas will again register the converters on -import. +temporarily reverting that change; pandas 0.21.1 again registers the converters on +import, just like before 0.21.0. We've added a new option to control the converters: ``pd.options.plotting.matplotlib.register_converters``. By default, they are