Skip to content

Commit 00e1bc4

Browse files
datapythonistatopper-123
authored andcommitted
DOC: Add release notes for pandas 2.0.3 (pandas-dev#53432)
1 parent 592b638 commit 00e1bc4

File tree

5 files changed

+42
-3
lines changed

5 files changed

+42
-3
lines changed

doc/source/whatsnew/index.rst

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ Version 2.0
2424
.. toctree::
2525
:maxdepth: 2
2626

27+
v2.0.3
2728
v2.0.2
2829
v2.0.1
2930
v2.0.0

doc/source/whatsnew/v2.0.0.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1413,4 +1413,4 @@ Other
14131413
Contributors
14141414
~~~~~~~~~~~~
14151415

1416-
.. contributors:: v1.5.0rc0..v2.0.0|HEAD
1416+
.. contributors:: v1.5.0rc0..v2.0.0

doc/source/whatsnew/v2.0.1.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,4 @@ Other
6565
Contributors
6666
~~~~~~~~~~~~
6767

68-
.. contributors:: v2.0.0..v2.0.1|HEAD
68+
.. contributors:: v2.0.0..v2.0.1

doc/source/whatsnew/v2.0.2.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@ Other
5454
Contributors
5555
~~~~~~~~~~~~
5656

57-
.. contributors:: v2.0.1..v2.0.2|HEAD
57+
.. contributors:: v2.0.1..v2.0.2

doc/source/whatsnew/v2.0.3.rst

+38
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
.. _whatsnew_203:
2+
3+
What's new in 2.0.3 (July XX, 2023)
4+
-----------------------------------
5+
6+
These are the changes in pandas 2.0.3. See :ref:`release` for a full changelog
7+
including other versions of pandas.
8+
9+
{{ header }}
10+
11+
.. ---------------------------------------------------------------------------
12+
.. _whatsnew_203.regressions:
13+
14+
Fixed regressions
15+
~~~~~~~~~~~~~~~~~
16+
-
17+
18+
.. ---------------------------------------------------------------------------
19+
.. _whatsnew_203.bug_fixes:
20+
21+
Bug fixes
22+
~~~~~~~~~
23+
-
24+
25+
.. ---------------------------------------------------------------------------
26+
.. _whatsnew_203.other:
27+
28+
Other
29+
~~~~~
30+
-
31+
32+
.. ---------------------------------------------------------------------------
33+
.. _whatsnew_203.contributors:
34+
35+
Contributors
36+
~~~~~~~~~~~~
37+
38+
.. contributors:: v2.0.2..v2.0.3|HEAD

0 commit comments

Comments
 (0)