Skip to content

Commit 864295b

Browse files
lukemanleymroeschke
authored andcommitted
DOC: Add whatsnew file for 2.2.0 (pandas-dev#54520)
* add whatsnew file for 2.2.0 * fix * fix
1 parent 0e8683e commit 864295b

File tree

2 files changed

+227
-0
lines changed

2 files changed

+227
-0
lines changed

doc/source/whatsnew/index.rst

+8
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,14 @@ This is the list of changes to pandas between each release. For full details,
1010
see the `commit logs <https://github.com/pandas-dev/pandas/commits/>`_. For install and
1111
upgrade instructions, see :ref:`install`.
1212

13+
Version 2.2
14+
-----------
15+
16+
.. toctree::
17+
:maxdepth: 2
18+
19+
v2.2.0
20+
1321
Version 2.1
1422
-----------
1523

doc/source/whatsnew/v2.2.0.rst

+219
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,219 @@
1+
.. _whatsnew_220:
2+
3+
What's new in 2.2.0 (Month XX, 2024)
4+
------------------------------------
5+
6+
These are the changes in pandas 2.2.0. See :ref:`release` for a full changelog
7+
including other versions of pandas.
8+
9+
{{ header }}
10+
11+
.. ---------------------------------------------------------------------------
12+
.. _whatsnew_220.enhancements:
13+
14+
Enhancements
15+
~~~~~~~~~~~~
16+
17+
.. _whatsnew_220.enhancements.enhancement1:
18+
19+
enhancement1
20+
^^^^^^^^^^^^
21+
22+
.. _whatsnew_220.enhancements.enhancement2:
23+
24+
enhancement2
25+
^^^^^^^^^^^^
26+
27+
.. _whatsnew_220.enhancements.other:
28+
29+
Other enhancements
30+
^^^^^^^^^^^^^^^^^^
31+
-
32+
-
33+
34+
.. ---------------------------------------------------------------------------
35+
.. _whatsnew_220.notable_bug_fixes:
36+
37+
Notable bug fixes
38+
~~~~~~~~~~~~~~~~~
39+
40+
These are bug fixes that might have notable behavior changes.
41+
42+
.. _whatsnew_220.notable_bug_fixes.notable_bug_fix1:
43+
44+
notable_bug_fix1
45+
^^^^^^^^^^^^^^^^
46+
47+
.. _whatsnew_220.notable_bug_fixes.notable_bug_fix2:
48+
49+
notable_bug_fix2
50+
^^^^^^^^^^^^^^^^
51+
52+
.. ---------------------------------------------------------------------------
53+
.. _whatsnew_220.api_breaking:
54+
55+
Backwards incompatible API changes
56+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
57+
58+
.. _whatsnew_220.api_breaking.deps:
59+
60+
Increased minimum versions for dependencies
61+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
62+
Some minimum supported versions of dependencies were updated.
63+
If installed, we now require:
64+
65+
+-----------------+-----------------+----------+---------+
66+
| Package | Minimum Version | Required | Changed |
67+
+=================+=================+==========+=========+
68+
| | | X | X |
69+
+-----------------+-----------------+----------+---------+
70+
71+
For `optional libraries <https://pandas.pydata.org/docs/getting_started/install.html>`_ the general recommendation is to use the latest version.
72+
The following table lists the lowest version per library that is currently being tested throughout the development of pandas.
73+
Optional libraries below the lowest tested version may still work, but are not considered supported.
74+
75+
+-----------------+-----------------+---------+
76+
| Package | Minimum Version | Changed |
77+
+=================+=================+=========+
78+
| | | X |
79+
+-----------------+-----------------+---------+
80+
81+
See :ref:`install.dependencies` and :ref:`install.optional_dependencies` for more.
82+
83+
.. _whatsnew_220.api_breaking.other:
84+
85+
Other API changes
86+
^^^^^^^^^^^^^^^^^
87+
-
88+
-
89+
90+
.. ---------------------------------------------------------------------------
91+
.. _whatsnew_220.deprecations:
92+
93+
Deprecations
94+
~~~~~~~~~~~~
95+
-
96+
-
97+
98+
.. ---------------------------------------------------------------------------
99+
.. _whatsnew_220.performance:
100+
101+
Performance improvements
102+
~~~~~~~~~~~~~~~~~~~~~~~~
103+
-
104+
-
105+
106+
.. ---------------------------------------------------------------------------
107+
.. _whatsnew_220.bug_fixes:
108+
109+
Bug fixes
110+
~~~~~~~~~
111+
112+
Categorical
113+
^^^^^^^^^^^
114+
-
115+
-
116+
117+
Datetimelike
118+
^^^^^^^^^^^^
119+
-
120+
-
121+
122+
Timedelta
123+
^^^^^^^^^
124+
-
125+
-
126+
127+
Timezones
128+
^^^^^^^^^
129+
-
130+
-
131+
132+
Numeric
133+
^^^^^^^
134+
-
135+
-
136+
137+
Conversion
138+
^^^^^^^^^^
139+
-
140+
-
141+
142+
Strings
143+
^^^^^^^
144+
-
145+
-
146+
147+
Interval
148+
^^^^^^^^
149+
-
150+
-
151+
152+
Indexing
153+
^^^^^^^^
154+
-
155+
-
156+
157+
Missing
158+
^^^^^^^
159+
-
160+
-
161+
162+
MultiIndex
163+
^^^^^^^^^^
164+
-
165+
-
166+
167+
I/O
168+
^^^
169+
-
170+
-
171+
172+
Period
173+
^^^^^^
174+
-
175+
-
176+
177+
Plotting
178+
^^^^^^^^
179+
-
180+
-
181+
182+
Groupby/resample/rolling
183+
^^^^^^^^^^^^^^^^^^^^^^^^
184+
-
185+
-
186+
187+
Reshaping
188+
^^^^^^^^^
189+
-
190+
-
191+
192+
Sparse
193+
^^^^^^
194+
-
195+
-
196+
197+
ExtensionArray
198+
^^^^^^^^^^^^^^
199+
-
200+
-
201+
202+
Styler
203+
^^^^^^
204+
-
205+
-
206+
207+
Other
208+
^^^^^
209+
210+
.. ***DO NOT USE THIS SECTION***
211+
212+
-
213+
-
214+
215+
.. ---------------------------------------------------------------------------
216+
.. _whatsnew_220.contributors:
217+
218+
Contributors
219+
~~~~~~~~~~~~

0 commit comments

Comments
 (0)