Skip to content

Commit d23fa58

Browse files
DOC: Update relase notes (#18739)
[ci skip]
1 parent 38c6fc8 commit d23fa58

File tree

2 files changed

+81
-5
lines changed

2 files changed

+81
-5
lines changed

doc/source/release.rst

+76
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,82 @@ analysis / manipulation tool available in any language.
3737
* Binary installers on PyPI: http://pypi.python.org/pypi/pandas
3838
* Documentation: http://pandas.pydata.org
3939

40+
pandas 0.21.1
41+
-------------
42+
43+
**Release date:** December 12, 2017
44+
45+
This is a minor bug-fix release in the 0.21.x series and includes some small
46+
regression fixes, bug fixes and performance improvements. We recommend that all
47+
users upgrade to this version.
48+
49+
Highlights include:
50+
51+
- Temporarily restore matplotlib datetime plotting functionality. This should
52+
resolve issues for users who relied implicitly on pandas to plot datetimes
53+
with matplotlib. See :ref:`here <whatsnew_0211.special>`.
54+
- Improvements to the Parquet IO functions introduced in 0.21.0. See
55+
:ref:`here <whatsnew_0211.enhancements.parquet>`.
56+
57+
See the :ref:`v0.21.1 Whatsnew <whatsnew_0211>` overview for an extensive list
58+
of all the changes for 0.21.1.
59+
60+
Thanks
61+
~~~~~~
62+
63+
A total of 46 people contributed to this release. People with a "+" by their
64+
names contributed a patch for the first time.
65+
66+
Contributors
67+
============
68+
69+
* Aaron Critchley +
70+
* Alex Rychyk
71+
* Alexander Buchkovsky +
72+
* Alexander Michael Schade +
73+
* Chris Mazzullo
74+
* Cornelius Riemenschneider +
75+
* Dave Hirschfeld +
76+
* David Fischer +
77+
* David Stansby +
78+
* Dror Atariah +
79+
* Eric Kisslinger +
80+
* Hans +
81+
* Ingolf Becker +
82+
* Jan Werkmann +
83+
* Jeff Reback
84+
* Joris Van den Bossche
85+
* Jörg Döpfert +
86+
* Kevin Kuhl +
87+
* Krzysztof Chomski +
88+
* Leif Walsh
89+
* Licht Takeuchi
90+
* Manraj Singh +
91+
* Matt Braymer-Hayes +
92+
* Michael Waskom +
93+
* Mie~~~ +
94+
* Peter Hoffmann +
95+
* Robert Meyer +
96+
* Sam Cohan +
97+
* Sietse Brouwer +
98+
* Sven +
99+
* Tim Swast
100+
* Tom Augspurger
101+
* Wes Turner
102+
* William Ayd +
103+
* Yee Mey +
104+
* bolkedebruin +
105+
* cgohlke
106+
* derestle-htwg +
107+
* fjdiod +
108+
* gabrielclow +
109+
* gfyoung
110+
* ghasemnaddaf +
111+
* jbrockmendel
112+
* jschendel
113+
* miker985 +
114+
* topper-123
115+
40116
pandas 0.21.0
41117
-------------
42118

doc/source/whatsnew/v0.21.1.txt

+5-5
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ We recommend that all users upgrade to this version.
1010
Highlights include:
1111

1212
- Temporarily restore matplotlib datetime plotting functionality. This should
13-
resolve issues for users who relied implicitly on pandas to plot datetimes
14-
with matplotlib. See :ref:`here <whatsnew_0211.special>`.
13+
resolve issues for users who implicitly relied on pandas to plot datetimes
14+
with matplotlib. See :ref:`here <whatsnew_0211.converters>`.
1515
- Improvements to the Parquet IO functions introduced in 0.21.0. See
1616
:ref:`here <whatsnew_0211.enhancements.parquet>`.
1717

@@ -21,7 +21,7 @@ Highlights include:
2121
:backlinks: none
2222

2323

24-
.. _whatsnew_0211.special:
24+
.. _whatsnew_0211.converters:
2525

2626
Restore Matplotlib datetime Converter Registration
2727
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -34,8 +34,8 @@ pandas``.
3434
In pandas 0.21.0, we required users to explicitly register the
3535
converter. This caused problems for some users who relied on those converters
3636
being present for regular ``matplotlib.pyplot`` plotting methods, so we're
37-
temporarily reverting that change; pandas will again register the converters on
38-
import.
37+
temporarily reverting that change; pandas 0.21.1 again registers the converters on
38+
import, just like before 0.21.0.
3939

4040
We've added a new option to control the converters:
4141
``pd.options.plotting.matplotlib.register_converters``. By default, they are

0 commit comments

Comments
 (0)