You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/source/release.rst
+216-42
Original file line number
Diff line number
Diff line change
@@ -37,55 +37,229 @@ analysis / manipulation tool available in any language.
37
37
* Binary installers on PyPI: http://pypi.python.org/pypi/pandas
38
38
* Documentation: http://pandas.pydata.org
39
39
40
-
pandas 0.20.2
41
-
-------------
40
+
pandas 0.21.0RC1
41
+
----------------
42
42
43
-
**Release date:** June 4, 2017
43
+
**Release date:** October 13, 2017
44
44
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>`.
48
57
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
51
60
52
61
Thanks
53
62
~~~~~~
54
63
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
0 commit comments