Skip to content

Commit f0e2559

Browse files
TomAugspurgerPingviinituutti
authored andcommitted
Start whatsnew for 0.24.1 and 0.25.0 (pandas-dev#24848)
1 parent e9c3950 commit f0e2559

File tree

2 files changed

+283
-0
lines changed

2 files changed

+283
-0
lines changed

doc/source/whatsnew/v0.24.1.rst

+77
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,77 @@
1+
:orphan:
2+
3+
.. _whatsnew_0241:
4+
5+
Whats New in 0.24.1 (February XX, 2019)
6+
---------------------------------------
7+
8+
.. warning::
9+
10+
The 0.24.x series of releases will be the last to support Python 2. Future feature
11+
releases will support Python 3 only. See :ref:`install.dropping-27` for more.
12+
13+
{{ header }}
14+
15+
These are the changes in pandas 0.24.1. See :ref:`release` for a full changelog
16+
including other versions of pandas.
17+
18+
19+
.. _whatsnew_0241.enhancements:
20+
21+
Enhancements
22+
^^^^^^^^^^^^
23+
24+
25+
.. _whatsnew_0241.bug_fixes:
26+
27+
Bug Fixes
28+
~~~~~~~~~
29+
30+
**Conversion**
31+
32+
-
33+
-
34+
-
35+
36+
**Indexing**
37+
38+
-
39+
-
40+
-
41+
42+
**I/O**
43+
44+
-
45+
-
46+
-
47+
48+
**Categorical**
49+
50+
-
51+
-
52+
-
53+
54+
**Timezones**
55+
56+
-
57+
-
58+
-
59+
60+
**Timedelta**
61+
62+
-
63+
-
64+
-
65+
66+
67+
**Other**
68+
69+
-
70+
-
71+
72+
.. _whatsnew_0.241.contributors:
73+
74+
Contributors
75+
~~~~~~~~~~~~
76+
77+
.. contributors:: v0.24.0..v0.24.1

doc/source/whatsnew/v0.25.0.rst

+206
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,206 @@
1+
:orphan:
2+
3+
.. _whatsnew_0250:
4+
5+
What's New in 0.25.0 (April XX, 2019)
6+
-------------------------------------
7+
8+
{{ header }}
9+
10+
These are the changes in pandas 0.25.0. See :ref:`release` for a full changelog
11+
including other versions of pandas.
12+
13+
14+
.. _whatsnew_0250.enhancements.other:
15+
16+
Other Enhancements
17+
^^^^^^^^^^^^^^^^^^
18+
19+
-
20+
-
21+
-
22+
23+
24+
.. _whatsnew_0250.api_breaking:
25+
26+
Backwards incompatible API changes
27+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
28+
29+
.. _whatsnew_0250.api.other:
30+
31+
Other API Changes
32+
^^^^^^^^^^^^^^^^^
33+
34+
-
35+
-
36+
-
37+
38+
.. _whatsnew_0250.deprecations:
39+
40+
Deprecations
41+
~~~~~~~~~~~~
42+
43+
-
44+
-
45+
-
46+
47+
48+
.. _whatsnew_0250.prior_deprecations:
49+
50+
Removal of prior version deprecations/changes
51+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
52+
53+
-
54+
-
55+
-
56+
57+
.. _whatsnew_0250.performance:
58+
59+
Performance Improvements
60+
~~~~~~~~~~~~~~~~~~~~~~~~
61+
62+
-
63+
-
64+
-
65+
66+
67+
.. _whatsnew_0250.bug_fixes:
68+
69+
Bug Fixes
70+
~~~~~~~~~
71+
72+
Categorical
73+
^^^^^^^^^^^
74+
75+
-
76+
-
77+
-
78+
79+
Datetimelike
80+
^^^^^^^^^^^^
81+
82+
-
83+
-
84+
-
85+
86+
Timedelta
87+
^^^^^^^^^
88+
89+
-
90+
-
91+
-
92+
93+
Timezones
94+
^^^^^^^^^
95+
96+
-
97+
-
98+
-
99+
100+
Numeric
101+
^^^^^^^
102+
103+
-
104+
-
105+
-
106+
107+
108+
Conversion
109+
^^^^^^^^^^
110+
111+
-
112+
-
113+
-
114+
115+
Strings
116+
^^^^^^^
117+
118+
-
119+
-
120+
-
121+
122+
123+
Interval
124+
^^^^^^^^
125+
126+
-
127+
-
128+
-
129+
130+
Indexing
131+
^^^^^^^^
132+
133+
-
134+
-
135+
-
136+
137+
138+
Missing
139+
^^^^^^^
140+
141+
-
142+
-
143+
-
144+
145+
MultiIndex
146+
^^^^^^^^^^
147+
148+
-
149+
-
150+
-
151+
152+
153+
I/O
154+
^^^
155+
156+
-
157+
-
158+
-
159+
160+
161+
Plotting
162+
^^^^^^^^
163+
164+
-
165+
-
166+
-
167+
168+
Groupby/Resample/Rolling
169+
^^^^^^^^^^^^^^^^^^^^^^^^
170+
171+
-
172+
-
173+
-
174+
175+
176+
Reshaping
177+
^^^^^^^^^
178+
179+
-
180+
-
181+
-
182+
183+
184+
Sparse
185+
^^^^^^
186+
187+
-
188+
-
189+
-
190+
191+
192+
Other
193+
^^^^^
194+
195+
-
196+
-
197+
-
198+
199+
200+
.. _whatsnew_0.250.contributors:
201+
202+
Contributors
203+
~~~~~~~~~~~~
204+
205+
.. contributors:: v0.24.x..HEAD
206+

0 commit comments

Comments
 (0)