Skip to content

Commit 3c14b71

Browse files
DOC: Add release notes template for 2.3.3 (#62257)
1 parent f1aaa39 commit 3c14b71

File tree

2 files changed

+32
-0
lines changed

2 files changed

+32
-0
lines changed

doc/source/whatsnew/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ Version 2.3
2424
.. toctree::
2525
:maxdepth: 2
2626

27+
v2.3.3
2728
v2.3.2
2829
v2.3.1
2930
v2.3.0

doc/source/whatsnew/v2.3.3.rst

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
.. _whatsnew_233:
2+
3+
What's new in 2.3.3 (September XX, 2025)
4+
----------------------------------------
5+
6+
These are the changes in pandas 2.3.3. See :ref:`release` for a full changelog
7+
including other versions of pandas.
8+
9+
{{ header }}
10+
11+
.. ---------------------------------------------------------------------------
12+
.. _whatsnew_233.string_fixes:
13+
14+
Improvements and fixes for the StringDtype
15+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
16+
17+
Most changes in this release are related to :class:`StringDtype` which will
18+
become the default string dtype in pandas 3.0. See
19+
:ref:`whatsnew_230.upcoming_changes` for more details.
20+
21+
.. _whatsnew_233.string_fixes.bugs:
22+
23+
Bug fixes
24+
^^^^^^^^^
25+
-
26+
27+
.. ---------------------------------------------------------------------------
28+
.. _whatsnew_233.contributors:
29+
30+
Contributors
31+
~~~~~~~~~~~~

0 commit comments

Comments
 (0)