From 0429d80dd85f89aef3d948bf145ea5eb1e9bea82 Mon Sep 17 00:00:00 2001 From: Simon Hawkins Date: Wed, 2 Jun 2021 08:56:18 +0100 Subject: [PATCH 1/4] DOC: 1.2.5 release date --- doc/source/whatsnew/v1.2.5.rst | 28 ++++------------------------ 1 file changed, 4 insertions(+), 24 deletions(-) diff --git a/doc/source/whatsnew/v1.2.5.rst b/doc/source/whatsnew/v1.2.5.rst index 500030e1304c6..50d4c5e8ae168 100644 --- a/doc/source/whatsnew/v1.2.5.rst +++ b/doc/source/whatsnew/v1.2.5.rst @@ -1,6 +1,6 @@ .. _whatsnew_125: -What's new in 1.2.5 (May ??, 2021) +What's new in 1.2.5 (June 3, 2021) ---------------------------------- These are the changes in pandas 1.2.5. See :ref:`release` for a full changelog @@ -14,30 +14,10 @@ including other versions of pandas. Fixed regressions ~~~~~~~~~~~~~~~~~ -- Regression in :func:`concat` between two :class:`DataFrames` where one has an :class:`Index` that is all-None and the other is :class:`DatetimeIndex` incorrectly raising (:issue:`40841`) +- Fixed regression in :func:`concat` between two :class:`DataFrames` where one has an :class:`Index` that is all-None and the other is :class:`DatetimeIndex` incorrectly raising (:issue:`40841`) - Fixed regression in :meth:`DataFrame.sum` and :meth:`DataFrame.prod` when ``min_count`` and ``numeric_only`` are both given (:issue:`41074`) -- Regression in :func:`read_csv` when using ``memory_map=True`` with an non-UTF8 encoding (:issue:`40986`) -- Regression in :meth:`DataFrame.replace` and :meth:`Series.replace` when the values to replace is a NumPy float array (:issue:`40371`) - -.. --------------------------------------------------------------------------- - -.. _whatsnew_125.bug_fixes: - -Bug fixes -~~~~~~~~~ - -- -- - -.. --------------------------------------------------------------------------- - -.. _whatsnew_125.other: - -Other -~~~~~ - -- -- +- Fixed regression in :func:`read_csv` when using ``memory_map=True`` with an non-UTF8 encoding (:issue:`40986`) +- Fixed regression in :meth:`DataFrame.replace` and :meth:`Series.replace` when the values to replace is a NumPy float array (:issue:`40371`) .. --------------------------------------------------------------------------- From b652342173ffacbe75d2700ca3a25203f342992a Mon Sep 17 00:00:00 2001 From: Simon Hawkins Date: Mon, 7 Jun 2021 15:24:06 +0100 Subject: [PATCH 2/4] change date --- doc/source/whatsnew/v1.2.5.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/whatsnew/v1.2.5.rst b/doc/source/whatsnew/v1.2.5.rst index 4885cd8343e68..72a3f48c4f5f8 100644 --- a/doc/source/whatsnew/v1.2.5.rst +++ b/doc/source/whatsnew/v1.2.5.rst @@ -1,6 +1,6 @@ .. _whatsnew_125: -What's new in 1.2.5 (June 3, 2021) +What's new in 1.2.5 (June 8, 2021) ---------------------------------- These are the changes in pandas 1.2.5. See :ref:`release` for a full changelog From d90238b112509a11ccee2d60ef5e6c7c619db5f4 Mon Sep 17 00:00:00 2001 From: Simon Hawkins Date: Thu, 17 Jun 2021 20:27:01 +0100 Subject: [PATCH 3/4] :class:`DataFrames` -> :class:`DataFrame` --- doc/source/whatsnew/v1.2.5.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/source/whatsnew/v1.2.5.rst b/doc/source/whatsnew/v1.2.5.rst index 72a3f48c4f5f8..88c690e737150 100644 --- a/doc/source/whatsnew/v1.2.5.rst +++ b/doc/source/whatsnew/v1.2.5.rst @@ -1,7 +1,7 @@ .. _whatsnew_125: -What's new in 1.2.5 (June 8, 2021) ----------------------------------- +What's new in 1.2.5 (June 18, 2021) +----------------------------------- These are the changes in pandas 1.2.5. See :ref:`release` for a full changelog including other versions of pandas. @@ -14,7 +14,7 @@ including other versions of pandas. Fixed regressions ~~~~~~~~~~~~~~~~~ -- Fixed regression in :func:`concat` between two :class:`DataFrames` where one has an :class:`Index` that is all-None and the other is :class:`DatetimeIndex` incorrectly raising (:issue:`40841`) +- Fixed regression in :func:`concat` between two :class:`DataFrame` where one has an :class:`Index` that is all-None and the other is :class:`DatetimeIndex` incorrectly raising (:issue:`40841`) - Fixed regression in :meth:`DataFrame.sum` and :meth:`DataFrame.prod` when ``min_count`` and ``numeric_only`` are both given (:issue:`41074`) - Fixed regression in :func:`read_csv` when using ``memory_map=True`` with an non-UTF8 encoding (:issue:`40986`) - Fixed regression in :meth:`DataFrame.replace` and :meth:`Series.replace` when the values to replace is a NumPy float array (:issue:`40371`) From 7f1048566a37c33341be76a323349fc79dba4387 Mon Sep 17 00:00:00 2001 From: Simon Hawkins Date: Mon, 21 Jun 2021 18:05:52 +0100 Subject: [PATCH 4/4] change date --- doc/source/whatsnew/v1.2.5.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/whatsnew/v1.2.5.rst b/doc/source/whatsnew/v1.2.5.rst index 61b9314598087..d3ceb2b919b5d 100644 --- a/doc/source/whatsnew/v1.2.5.rst +++ b/doc/source/whatsnew/v1.2.5.rst @@ -1,6 +1,6 @@ .. _whatsnew_125: -What's new in 1.2.5 (June 18, 2021) +What's new in 1.2.5 (June 22, 2021) ----------------------------------- These are the changes in pandas 1.2.5. See :ref:`release` for a full changelog