From ef413687a94925116a1018bd8b49af09424e019a Mon Sep 17 00:00:00 2001 From: Joris Van den Bossche Date: Fri, 5 Sep 2025 10:07:21 +0200 Subject: [PATCH] DOC: Add release notes template for 2.3.3 --- doc/source/whatsnew/index.rst | 1 + doc/source/whatsnew/v2.3.3.rst | 31 +++++++++++++++++++++++++++++++ 2 files changed, 32 insertions(+) create mode 100644 doc/source/whatsnew/v2.3.3.rst diff --git a/doc/source/whatsnew/index.rst b/doc/source/whatsnew/index.rst index dfa87184c21fe..a17cf9fd4b9a0 100644 --- a/doc/source/whatsnew/index.rst +++ b/doc/source/whatsnew/index.rst @@ -24,6 +24,7 @@ Version 2.3 .. toctree:: :maxdepth: 2 + v2.3.3 v2.3.2 v2.3.1 v2.3.0 diff --git a/doc/source/whatsnew/v2.3.3.rst b/doc/source/whatsnew/v2.3.3.rst new file mode 100644 index 0000000000000..e31ae4a8a647b --- /dev/null +++ b/doc/source/whatsnew/v2.3.3.rst @@ -0,0 +1,31 @@ +.. _whatsnew_233: + +What's new in 2.3.3 (September XX, 2025) +---------------------------------------- + +These are the changes in pandas 2.3.3. See :ref:`release` for a full changelog +including other versions of pandas. + +{{ header }} + +.. --------------------------------------------------------------------------- +.. _whatsnew_233.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_233.string_fixes.bugs: + +Bug fixes +^^^^^^^^^ +- + +.. --------------------------------------------------------------------------- +.. _whatsnew_233.contributors: + +Contributors +~~~~~~~~~~~~