From e3a902ab32fbc39c6b42b6d1f5140cd34174a2ef Mon Sep 17 00:00:00 2001 From: Richard Shadrach Date: Thu, 23 Oct 2025 16:49:00 -0400 Subject: [PATCH 1/3] DOC: Move whatsnew note for #58043 to v2.3.4 --- doc/source/whatsnew/v2.3.4.rst | 22 ++++++++++++++++++++++ doc/source/whatsnew/v3.0.0.rst | 1 - 2 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 doc/source/whatsnew/v2.3.4.rst diff --git a/doc/source/whatsnew/v2.3.4.rst b/doc/source/whatsnew/v2.3.4.rst new file mode 100644 index 0000000000000..a88263faf17ff --- /dev/null +++ b/doc/source/whatsnew/v2.3.4.rst @@ -0,0 +1,22 @@ + +.. _whatsnew_234: + +What's new in 2.3.4 (November XX, 2025) +---------------------------------------- + +These are the changes in pandas 2.3.4. See :ref:`release` for a full changelog +including other versions of pandas. + +{{ header }} + +.. --------------------------------------------------------------------------- + +Bug fixes +^^^^^^^^^ +- Bug in :meth:`DataFrame.__getitem__` returning modified columns when called with ``slice`` in Python 3.12 (:issue:`57500`) + +.. --------------------------------------------------------------------------- +.. _whatsnew_234.contributors: + +Contributors +~~~~~~~~~~~~ diff --git a/doc/source/whatsnew/v3.0.0.rst b/doc/source/whatsnew/v3.0.0.rst index 995e7676afbca..fe50db5701de1 100644 --- a/doc/source/whatsnew/v3.0.0.rst +++ b/doc/source/whatsnew/v3.0.0.rst @@ -1044,7 +1044,6 @@ Interval Indexing ^^^^^^^^ -- Bug in :meth:`DataFrame.__getitem__` returning modified columns when called with ``slice`` in Python 3.12 (:issue:`57500`) - Bug in :meth:`DataFrame.__getitem__` when slicing a :class:`DataFrame` with many rows raised an ``OverflowError`` (:issue:`59531`) - Bug in :meth:`DataFrame.from_records` throwing a ``ValueError`` when passed an empty list in ``index`` (:issue:`58594`) - Bug in :meth:`DataFrame.loc` and :meth:`DataFrame.iloc` returning incorrect dtype when selecting from a :class:`DataFrame` with mixed data types. (:issue:`60600`) From 4294973693874bad7470faa7e29b78eabf2a282e Mon Sep 17 00:00:00 2001 From: Richard Shadrach Date: Thu, 23 Oct 2025 16:50:45 -0400 Subject: [PATCH 2/3] Fixup --- doc/source/whatsnew/v2.3.4.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/source/whatsnew/v2.3.4.rst b/doc/source/whatsnew/v2.3.4.rst index a88263faf17ff..836cea026d702 100644 --- a/doc/source/whatsnew/v2.3.4.rst +++ b/doc/source/whatsnew/v2.3.4.rst @@ -1,4 +1,3 @@ - .. _whatsnew_234: What's new in 2.3.4 (November XX, 2025) From c3643c592c36f9ab069b53223fd263ba74a644e0 Mon Sep 17 00:00:00 2001 From: richard Date: Sat, 8 Nov 2025 10:52:54 -0500 Subject: [PATCH 3/3] Add link to index.rst --- doc/source/whatsnew/index.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/source/whatsnew/index.rst b/doc/source/whatsnew/index.rst index a17cf9fd4b9a0..19a20e4e1355d 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.4 v2.3.3 v2.3.2 v2.3.1