Skip to content

Commit 1aa7f75

Browse files
Backport PR #61958 on branch 2.3.x (DOC: Add release notes template for 2.3.2) (#61959)
Co-authored-by: Joris Van den Bossche <[email protected]>
1 parent 61ce4c8 commit 1aa7f75

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
@@ -16,6 +16,7 @@ Version 2.3
1616
.. toctree::
1717
:maxdepth: 2
1818

19+
v2.3.2
1920
v2.3.1
2021
v2.3.0
2122

doc/source/whatsnew/v2.3.2.rst

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
.. _whatsnew_232:
2+
3+
What's new in 2.3.2 (August XX, 2025)
4+
-------------------------------------
5+
6+
These are the changes in pandas 2.3.2. See :ref:`release` for a full changelog
7+
including other versions of pandas.
8+
9+
{{ header }}
10+
11+
.. ---------------------------------------------------------------------------
12+
.. _whatsnew_232.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_232.string_fixes.bugs:
22+
23+
Bug fixes
24+
^^^^^^^^^
25+
-
26+
27+
.. ---------------------------------------------------------------------------
28+
.. _whatsnew_232.contributors:
29+
30+
Contributors
31+
~~~~~~~~~~~~

0 commit comments

Comments
 (0)