Skip to content

Commit 839a746

Browse files
Whatsnew cleanup (#17858)
* start * borrow from numpy (cherry picked from commit 496a6763347346cb84e94ad3725123aea95b03dd) * More * pep8 * Fix README extension for MANIFEST
1 parent 92db5c9 commit 839a746

File tree

7 files changed

+420
-111
lines changed

7 files changed

+420
-111
lines changed

MANIFEST.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
include MANIFEST.in
22
include LICENSE
33
include RELEASE.md
4-
include README.rst
4+
include README.md
55
include setup.py
66
include pyproject.toml
77

doc/source/api.rst

+6-2
Original file line numberDiff line numberDiff line change
@@ -645,8 +645,12 @@ strings and apply several methods to it. These can be accessed like
645645
Categorical
646646
~~~~~~~~~~~
647647

648-
.. autoclass:: api.types.CategoricalDtype
649-
:members: categories, ordered
648+
The dtype of a ``Categorical`` can be described by a :class:`pandas.api.types.CategoricalDtype`.
649+
650+
.. autosummary::
651+
:toctree: generated/
652+
653+
api.types.CategoricalDtype
650654

651655
If the Series is of dtype ``CategoricalDtype``, ``Series.cat`` can be used to change the categorical
652656
data. This accessor is similar to the ``Series.dt`` or ``Series.str`` and has the

doc/source/release.rst

+216-42
Original file line numberDiff line numberDiff line change
@@ -37,55 +37,229 @@ 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.20.2
41-
-------------
40+
pandas 0.21.0RC1
41+
----------------
4242

43-
**Release date:** June 4, 2017
43+
**Release date:** October 13, 2017
4444

45-
This is a minor bug-fix release in the 0.20.x series and includes some small regression fixes,
46-
bug fixes and performance improvements.
47-
We recommend that all users upgrade to this version.
45+
This is a major release from 0.20.3 and includes a number of API changes,
46+
deprecations, new features, enhancements, and performance improvements along
47+
with a large number of bug fixes. We recommend that all users upgrade to this
48+
version.
49+
50+
Highlights include:
51+
52+
- Integration with `Apache Parquet <https://parquet.apache.org/>`__, including a new top-level :func:`read_parquet` and :func:`DataFrame.to_parquet` method, see :ref:`here <io.parquet>`.
53+
- New user-facing :class:`pandas.api.types.CategoricalDtype` for specifying
54+
categoricals independent of the data, see :ref:`here <whatsnew_0210.enhancements.categorical_dtype>`.
55+
- The behavior of ``sum`` and ``prod`` on all-NaN Series/DataFrames is now consistent and no longer depends on whether `bottleneck <http://berkeleyanalytics.com/bottleneck>`__ is installed, see :ref:`here <whatsnew_0210.api_breaking.bottleneck>`
56+
- Compatibility fixes for pypy, see :ref:`here <whatsnew_0210.pypy>`.
4857

49-
See the :ref:`v0.20.2 Whatsnew <whatsnew_0202>` overview for an extensive list
50-
of all enhancements and bugs that have been fixed in 0.20.2.
58+
See the :ref:`v0.21.0 Whatsnew <whatsnew_0210>` overview for an extensive list
59+
of all enhancements and bugs that have been fixed in 0.21.0
5160

5261
Thanks
5362
~~~~~~
5463

55-
- Aaron Barber
56-
- Andrew 亮
57-
- Becky Sweger
58-
- Christian Prinoth
59-
- Christian Stade-Schuldt
60-
- DSM
61-
- Erik Fredriksen
62-
- Hugues Valois
63-
- Jeff Reback
64-
- Jeff Tratner
65-
- JimStearns206
66-
- John W. O'Brien
67-
- Joris Van den Bossche
68-
- JosephWagner
69-
- Keith Webber
70-
- Mehmet Ali "Mali" Akmanalp
71-
- Pankaj Pandey
72-
- Patrick Luo
73-
- Patrick O'Melveny
74-
- Pietro Battiston
75-
- RobinFiveWords
76-
- Ryan Hendrickson
77-
- SimonBaron
78-
- Tom Augspurger
79-
- WBare
80-
- bpraggastis
81-
- chernrick
82-
- chris-b1
83-
- economy
84-
- gfyoung
85-
- jaredsnyder
86-
- keitakurita
87-
- linebp
88-
- lloydkirk
64+
A total of 196 people contributed to this release. People with a "+" by their
65+
names contributed a patch for the first time.
66+
67+
* 3553x +
68+
* Aaron Barber
69+
* Adam Gleave +
70+
* Adam Smith +
71+
* Adrian Liaw +
72+
* Alan Velasco +
73+
* Alan Yee +
74+
* Alex B +
75+
* Alex Lubbock +
76+
* Alex Marchenko +
77+
* Alex Rychyk +
78+
* Amol K +
79+
* Andreas Winkler
80+
* Andrew +
81+
* Andrew 亮
82+
* André Jonasson +
83+
* Becky Sweger
84+
* Berkay +
85+
* Bob Haffner +
86+
* Bran Yang
87+
* Brock Mendel +
88+
* Carol Willing +
89+
* Carter Green +
90+
* Chankey Pathak +
91+
* Chris
92+
* Chris Billington
93+
* Chris Filo Gorgolewski +
94+
* Chris Kerr
95+
* Chris M +
96+
* Chris Mazzullo +
97+
* Christian Prinoth
98+
* Christian Stade-Schuldt
99+
* Christoph Moehl +
100+
* DSM
101+
* Daniel Chen +
102+
* Daniel Grady
103+
* Daniel Himmelstein
104+
* Dave Willmer
105+
* David Cook
106+
* David Gwynne
107+
* David Read +
108+
* Dillon Niederhut +
109+
* Douglas Rudd
110+
* Eric Stein +
111+
* Eric Wieser +
112+
* Erik Fredriksen
113+
* Florian Wilhelm +
114+
* Floris Kint +
115+
* Forbidden Donut
116+
* Gabe F +
117+
* Giftlin +
118+
* Giftlin Rajaiah +
119+
* Giulio Pepe +
120+
* Guilherme Beltramini
121+
* Guillem Borrell +
122+
* Hanmin Qin +
123+
* Hendrik Makait +
124+
* Hugues Valois
125+
* Hussain Tamboli +
126+
* Iva Miholic +
127+
* Jan Novotný +
128+
* Jean Helie +
129+
* Jean-Baptiste Schiratti +
130+
* Jean-Mathieu Deschenes
131+
* Jeff Knupp +
132+
* Jeff Reback
133+
* Jeff Tratner
134+
* JennaVergeynst
135+
* JimStearns206
136+
* Joel Nothman
137+
* John W. O'Brien
138+
* Jon Crall +
139+
* Joris Van den Bossche
140+
* JosephWagner
141+
* Juarez Bochi
142+
* Julian Kuhlmann +
143+
* Karel De Brabandere
144+
* Kassandra Keeton +
145+
* Keiron Pizzey +
146+
* Keith Webber
147+
* Kernc
148+
* Kevin Sheppard
149+
* Kirk Hansen +
150+
* Licht Takeuchi +
151+
* Lucas Kushner +
152+
* Mahdi Ben Jelloul +
153+
* Makarov Andrey +
154+
* Malgorzata Turzanska +
155+
* Marc Garcia +
156+
* Margaret Sy +
157+
* MarsGuy +
158+
* Matt Bark +
159+
* Matthew Roeschke
160+
* Matti Picus
161+
* Mehmet Ali "Mali" Akmanalp
162+
* Michael Gasvoda +
163+
* Michael Penkov +
164+
* Milo +
165+
* Morgan Stuart +
166+
* Morgan243 +
167+
* Nathan Ford +
168+
* Nick Eubank
169+
* Nick Garvey +
170+
* Oleg Shteynbuk +
171+
* P-Tillmann +
172+
* Pankaj Pandey
173+
* Patrick Luo
174+
* Patrick O'Melveny
175+
* Paula +
176+
* Peter Quackenbush
177+
* Peter Yanovich +
178+
* Phillip Cloud
179+
* Pierre Haessig
180+
* Pietro Battiston
181+
* Pradyumna Reddy Chinthala
182+
* Prasanjit Prakash
183+
* RobinFiveWords
184+
* Ryan Hendrickson
185+
* Sam Foo
186+
* Sangwoong Yoon +
187+
* Simon Gibbons +
188+
* SimonBaron
189+
* Steven Cutting +
190+
* Sudeep +
191+
* Sylvia +
192+
* T N +
193+
* Telt
194+
* Thomas A Caswell
195+
* Tim Swast +
196+
* Tom Augspurger
197+
* Tong SHEN
198+
* Tuan +
199+
* Utkarsh Upadhyay +
200+
* Vincent La +
201+
* Vivek +
202+
* WANG Aiyong
203+
* WBare
204+
* Wes McKinney
205+
* XF +
206+
* Yi Liu +
207+
* Yosuke Nakabayashi +
208+
* abarber4gh +
209+
* aernlund +
210+
* agustín méndez +
211+
* andymaheshw +
212+
* ante328 +
213+
* aviolov +
214+
* bpraggastis
215+
* cbertinato +
216+
* cclauss +
217+
* chernrick
218+
* chris-b1
219+
* dkamm +
220+
* dwkenefick
221+
* economy
222+
* faic +
223+
* fding253 +
224+
* gfyoung
225+
* guygoldberg +
226+
* hhuuggoo +
227+
* huashuai +
228+
* ian
229+
* iulia +
230+
* jaredsnyder
231+
* jbrockmendel +
232+
* jdeschenes
233+
* jebob +
234+
* jschendel +
235+
* keitakurita
236+
* kernc +
237+
* kiwirob +
238+
* kjford
239+
* linebp
240+
* lloydkirk
241+
* louispotok +
242+
* majiang +
243+
* manikbhandari +
244+
* mattip
245+
* maxwasserman +
246+
* mjlove12 +
247+
* nmartensen +
248+
* pandas-docs-bot +
249+
* parchd-1 +
250+
* philipphanemann +
251+
* rdk1024 +
252+
* reidy-p +
253+
* ri938
254+
* ruiann +
255+
* rvernica +
256+
* s-weigand +
257+
* skwbc +
258+
* step4me +
259+
* topper-123 +
260+
* tsdlovell
261+
* ysau +
262+
* zzgao +
89263

90264
pandas 0.20.0 / 0.20.1
91265
----------------------

doc/source/whatsnew/v0.20.0.txt

+5
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,11 @@ Check the :ref:`API Changes <whatsnew_0200.api_breaking>` and :ref:`deprecations
4343
New features
4444
~~~~~~~~~~~~
4545

46+
.. ipython:: python
47+
:suppress:
48+
49+
import pandas.util.testing as tm
50+
4651
.. _whatsnew_0200.enhancements.agg:
4752

4853
``agg`` API for DataFrame/Series

0 commit comments

Comments
 (0)