Skip to content

Commit a327920

Browse files
DOC: Start 0.24.0 whatsnew [ci skip] (pandas-dev#21072)
[ci skip]
1 parent d63d015 commit a327920

File tree

2 files changed

+183
-0
lines changed

2 files changed

+183
-0
lines changed

doc/source/whatsnew.rst

+4
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ What's New
1818

1919
These are new features and improvements of note in each release.
2020

21+
.. include:: whatsnew/v0.24.0.txt
22+
23+
.. include:: whatsnew/v0.23.1.txt
24+
2125
.. include:: whatsnew/v0.23.0.txt
2226

2327
.. include:: whatsnew/v0.22.0.txt

doc/source/whatsnew/v0.24.0.txt

+179
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,179 @@
1+
.. _whatsnew_0240:
2+
3+
v0.24.0
4+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5+
6+
.. _whatsnew_0240.enhancements:
7+
8+
New features
9+
~~~~~~~~~~~~
10+
11+
.. _whatsnew_0240.enhancements.other:
12+
13+
Other Enhancements
14+
^^^^^^^^^^^^^^^^^^
15+
-
16+
-
17+
-
18+
19+
.. _whatsnew_0240.api_breaking:
20+
21+
22+
Backwards incompatible API changes
23+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
24+
25+
.. _whatsnew_0240.api.other:
26+
27+
Other API Changes
28+
^^^^^^^^^^^^^^^^^
29+
30+
-
31+
-
32+
-
33+
34+
.. _whatsnew_0240.deprecations:
35+
36+
Deprecations
37+
~~~~~~~~~~~~
38+
39+
-
40+
-
41+
-
42+
43+
.. _whatsnew_0240.prior_deprecations:
44+
45+
Removal of prior version deprecations/changes
46+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
47+
48+
-
49+
-
50+
-
51+
52+
.. _whatsnew_0240.performance:
53+
54+
Performance Improvements
55+
~~~~~~~~~~~~~~~~~~~~~~~~
56+
57+
-
58+
-
59+
-
60+
61+
.. _whatsnew_0240.docs:
62+
63+
Documentation Changes
64+
~~~~~~~~~~~~~~~~~~~~~
65+
66+
-
67+
-
68+
-
69+
70+
.. _whatsnew_0240.bug_fixes:
71+
72+
Bug Fixes
73+
~~~~~~~~~
74+
75+
Categorical
76+
^^^^^^^^^^^
77+
78+
-
79+
-
80+
-
81+
82+
Datetimelike
83+
^^^^^^^^^^^^
84+
85+
-
86+
-
87+
-
88+
89+
Timedelta
90+
^^^^^^^^^
91+
92+
-
93+
-
94+
-
95+
96+
Timezones
97+
^^^^^^^^^
98+
99+
-
100+
-
101+
-
102+
103+
Offsets
104+
^^^^^^^
105+
106+
-
107+
-
108+
-
109+
110+
Numeric
111+
^^^^^^^
112+
113+
-
114+
-
115+
-
116+
117+
Strings
118+
^^^^^^^
119+
120+
-
121+
-
122+
-
123+
124+
Indexing
125+
^^^^^^^^
126+
127+
-
128+
-
129+
-
130+
131+
MultiIndex
132+
^^^^^^^^^^
133+
134+
-
135+
-
136+
-
137+
138+
I/O
139+
^^^
140+
141+
-
142+
-
143+
-
144+
145+
Plotting
146+
^^^^^^^^
147+
148+
-
149+
-
150+
-
151+
152+
Groupby/Resample/Rolling
153+
^^^^^^^^^^^^^^^^^^^^^^^^
154+
155+
-
156+
-
157+
-
158+
159+
Sparse
160+
^^^^^^
161+
162+
-
163+
-
164+
-
165+
166+
Reshaping
167+
^^^^^^^^^
168+
169+
-
170+
-
171+
-
172+
173+
Other
174+
^^^^^
175+
176+
-
177+
-
178+
-
179+

0 commit comments

Comments
 (0)