Skip to content

Commit 8c6e865

Browse files
DOC: start v1.4.0 release notes (#41926)
1 parent cff206b commit 8c6e865

File tree

2 files changed

+234
-0
lines changed

2 files changed

+234
-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 1.4
14+
-----------
15+
16+
.. toctree::
17+
:maxdepth: 2
18+
19+
v1.4.0
20+
1321
Version 1.3
1422
-----------
1523

doc/source/whatsnew/v1.4.0.rst

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

0 commit comments

Comments
 (0)