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
+147-1
Original file line number
Diff line number
Diff line change
@@ -37,6 +37,152 @@ 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.19.0
41
+
-------------
42
+
43
+
**Release date:** October 2, 2016
44
+
45
+
This is a major release from 0.18.1 and includes number of API changes, several new features,
46
+
enhancements, and performance improvements along with a large number of bug fixes. We recommend that all
47
+
users upgrade to this version.
48
+
49
+
Highlights include:
50
+
51
+
- :func:`merge_asof` for asof-style time-series joining, see :ref:`here <whatsnew_0190.enhancements.asof_merge>`
52
+
- ``.rolling()`` is now time-series aware, see :ref:`here <whatsnew_0190.enhancements.rolling_ts>`
53
+
- :func:`read_csv` now supports parsing ``Categorical`` data, see :ref:`here <whatsnew_0190.enhancements.read_csv_categorical>`
54
+
- A function :func:`union_categorical` has been added for combining categoricals, see :ref:`here <whatsnew_0190.enhancements.union_categoricals>`
55
+
- ``PeriodIndex`` now has its own ``period`` dtype, and changed to be more consistent with other ``Index`` classes. See :ref:`here <whatsnew_0190.api.period>`
56
+
- Sparse data structures gained enhanced support of ``int`` and ``bool`` dtypes, see :ref:`here <whatsnew_0190.sparse>`
57
+
- Comparison operations with ``Series`` no longer ignores the index, see :ref:`here <whatsnew_0190.api.series_ops>` for an overview of the API changes.
58
+
- Introduction of a pandas development API for utility functions, see :ref:`here <whatsnew_0190.dev_api>`.
59
+
- Deprecation of ``Panel4D`` and ``PanelND``. We recommend to represent these types of n-dimensional data with the `xarray package <http://xarray.pydata.org/en/stable/>`__.
60
+
- Removal of the previously deprecated modules ``pandas.io.data``, ``pandas.io.wb``, ``pandas.tools.rplot``.
61
+
62
+
See the :ref:`v0.19.0 Whatsnew <whatsnew_0190>` overview for an extensive list
63
+
of all enhancements and bugs that have been fixed in 0.19.0.
64
+
65
+
Thanks
66
+
~~~~~~
67
+
68
+
- adneu
69
+
- Adrien Emery
70
+
- agraboso
71
+
- Alex Alekseyev
72
+
- Alex Vig
73
+
- Allen Riddell
74
+
- Amol
75
+
- Amol Agrawal
76
+
- Andy R. Terrel
77
+
- Anthonios Partheniou
78
+
- babakkeyvani
79
+
- Ben Kandel
80
+
- Bob Baxley
81
+
- Brett Rosen
82
+
- c123w
83
+
- Camilo Cota
84
+
- Chris
85
+
- chris-b1
86
+
- Chris Grinolds
87
+
- Christian Hudon
88
+
- Christopher C. Aycock
89
+
- Chris Warth
90
+
- cmazzullo
91
+
- conquistador1492
92
+
- cr3
93
+
- Daniel Siladji
94
+
- Douglas McNeil
95
+
- Drewrey Lupton
96
+
- dsm054
97
+
- Eduardo Blancas Reyes
98
+
- Elliot Marsden
99
+
- Evan Wright
100
+
- Felix Marczinowski
101
+
- Francis T. O'Donovan
102
+
- Gábor Lipták
103
+
- Geraint Duck
104
+
- gfyoung
105
+
- Giacomo Ferroni
106
+
- Grant Roch
107
+
- Haleemur Ali
108
+
- harshul1610
109
+
- Hassan Shamim
110
+
- iamsimha
111
+
- Iulius Curt
112
+
- Ivan Nazarov
113
+
- jackieleng
114
+
- Jeff Reback
115
+
- Jeffrey Gerard
116
+
- Jenn Olsen
117
+
- Jim Crist
118
+
- Joe Jevnik
119
+
- John Evans
120
+
- John Freeman
121
+
- John Liekezer
122
+
- Johnny Gill
123
+
- John W. O'Brien
124
+
- John Zwinck
125
+
- Jordan Erenrich
126
+
- Joris Van den Bossche
127
+
- Josh Howes
128
+
- Jozef Brandys
129
+
- Kamil Sindi
130
+
- Ka Wo Chen
131
+
- Kerby Shedden
132
+
- Kernc
133
+
- Kevin Sheppard
134
+
- Matthieu Brucher
135
+
- Maximilian Roos
136
+
- Michael Scherer
137
+
- Mike Graham
138
+
- Mortada Mehyar
139
+
- mpuels
140
+
- Muhammad Haseeb Tariq
141
+
- Nate George
142
+
- Neil Parley
143
+
- Nicolas Bonnotte
144
+
- OXPHOS
145
+
- Pan Deng / Zora
146
+
- Paul
147
+
- Pauli Virtanen
148
+
- Paul Mestemaker
149
+
- Pawel Kordek
150
+
- Pietro Battiston
151
+
- pijucha
152
+
- Piotr Jucha
153
+
- priyankjain
154
+
- Ravi Kumar Nimmi
155
+
- Robert Gieseke
156
+
- Robert Kern
157
+
- Roger Thomas
158
+
- Roy Keyes
159
+
- Russell Smith
160
+
- Sahil Dua
161
+
- Sanjiv Lobo
162
+
- Sašo Stanovnik
163
+
- Shawn Heide
164
+
- sinhrks
165
+
- Sinhrks
166
+
- Stephen Kappel
167
+
- Steve Choi
168
+
- Stewart Henderson
169
+
- Sudarshan Konge
170
+
- Thomas A Caswell
171
+
- Tom Augspurger
172
+
- Tom Bird
173
+
- Uwe Hoffmann
174
+
- wcwagner
175
+
- WillAyd
176
+
- Xiang Zhang
177
+
- Yadunandan
178
+
- Yaroslav Halchenko
179
+
- YG-Riku
180
+
- Yuichiro Kaneko
181
+
- yui-knk
182
+
- zhangjinjie
183
+
- znmean
184
+
- 颜发才(Yan Facai)
185
+
40
186
pandas 0.18.1
41
187
-------------
42
188
@@ -149,7 +295,7 @@ Highlights include:
149
295
- ``pd.test()`` top-level nose test runner is available (:issue:`4327`).
150
296
151
297
See the :ref:`v0.18.0 Whatsnew <whatsnew_0180>` overview for an extensive list
152
-
of all enhancements and bugs that have been fixed in 0.17.1.
298
+
of all enhancements and bugs that have been fixed in 0.18.0.
0 commit comments