From c28166ba9717842a25f58effacb84ed7e07175e9 Mon Sep 17 00:00:00 2001 From: Joris Van den Bossche Date: Sat, 26 Jul 2025 10:52:55 +0200 Subject: [PATCH] Backport PR #61958: DOC: Add release notes template for 2.3.2 --- doc/source/whatsnew/index.rst | 1 + doc/source/whatsnew/v2.3.2.rst | 31 +++++++++++++++++++++++++++++++ 2 files changed, 32 insertions(+) create mode 100644 doc/source/whatsnew/v2.3.2.rst diff --git a/doc/source/whatsnew/index.rst b/doc/source/whatsnew/index.rst index f6fb2ea1fd15e..dcee5aa4f8597 100644 --- a/doc/source/whatsnew/index.rst +++ b/doc/source/whatsnew/index.rst @@ -16,6 +16,7 @@ Version 2.3 .. toctree:: :maxdepth: 2 + v2.3.2 v2.3.1 v2.3.0 diff --git a/doc/source/whatsnew/v2.3.2.rst b/doc/source/whatsnew/v2.3.2.rst new file mode 100644 index 0000000000000..faa61cf4bd3bc --- /dev/null +++ b/doc/source/whatsnew/v2.3.2.rst @@ -0,0 +1,31 @@ +.. _whatsnew_232: + +What's new in 2.3.2 (August XX, 2025) +------------------------------------- + +These are the changes in pandas 2.3.2. See :ref:`release` for a full changelog +including other versions of pandas. + +{{ header }} + +.. --------------------------------------------------------------------------- +.. _whatsnew_232.string_fixes: + +Improvements and fixes for the StringDtype +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +Most changes in this release are related to :class:`StringDtype` which will +become the default string dtype in pandas 3.0. See +:ref:`whatsnew_230.upcoming_changes` for more details. + +.. _whatsnew_232.string_fixes.bugs: + +Bug fixes +^^^^^^^^^ +- + +.. --------------------------------------------------------------------------- +.. _whatsnew_232.contributors: + +Contributors +~~~~~~~~~~~~