From 96acad3d94befe3a9ff9577df41c8d276c4a8de9 Mon Sep 17 00:00:00 2001 From: Simon Hawkins Date: Mon, 7 Sep 2020 09:59:51 +0100 Subject: [PATCH 1/2] DOC: release date for 1.1.2 --- doc/source/whatsnew/v1.1.2.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/source/whatsnew/v1.1.2.rst b/doc/source/whatsnew/v1.1.2.rst index 1e946d325ace1..9fc4b68d98a39 100644 --- a/doc/source/whatsnew/v1.1.2.rst +++ b/doc/source/whatsnew/v1.1.2.rst @@ -1,6 +1,6 @@ .. _whatsnew_112: -What's new in 1.1.2 (??) +What's new in 1.1.2 (September 8, 2020) ------------------------ These are the changes in pandas 1.1.2. See :ref:`release` for a full changelog @@ -23,7 +23,6 @@ Fixed regressions - Regression in :meth:`DataFrame.replace` where a ``TypeError`` would be raised when attempting to replace elements of type :class:`Interval` (:issue:`35931`) - Fix regression in pickle roundtrip of the ``closed`` attribute of :class:`IntervalIndex` (:issue:`35658`) - Fixed regression in :meth:`DataFrameGroupBy.agg` where a ``ValueError: buffer source array is read-only`` would be raised when the underlying array is read-only (:issue:`36014`) -- .. --------------------------------------------------------------------------- From 7a2376fdf9022a0d34d429243bfbfe0167a4d468 Mon Sep 17 00:00:00 2001 From: Simon Hawkins Date: Mon, 7 Sep 2020 10:02:21 +0100 Subject: [PATCH 2/2] underline --- doc/source/whatsnew/v1.1.2.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/whatsnew/v1.1.2.rst b/doc/source/whatsnew/v1.1.2.rst index 9fc4b68d98a39..16501fe345388 100644 --- a/doc/source/whatsnew/v1.1.2.rst +++ b/doc/source/whatsnew/v1.1.2.rst @@ -1,7 +1,7 @@ .. _whatsnew_112: What's new in 1.1.2 (September 8, 2020) ------------------------- +--------------------------------------- These are the changes in pandas 1.1.2. See :ref:`release` for a full changelog including other versions of pandas.