From 9fde6ade35cbe5f26e2736240b00681a1a445950 Mon Sep 17 00:00:00 2001 From: Ali McMaster Date: Wed, 1 Sep 2021 21:18:55 +0100 Subject: [PATCH] Backport PR #43349: CI: Fix Failing Doc Build --- doc/source/whatsnew/v1.3.3.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/source/whatsnew/v1.3.3.rst b/doc/source/whatsnew/v1.3.3.rst index bcfdcf6fd4b75..b4265c1bc5ddd 100644 --- a/doc/source/whatsnew/v1.3.3.rst +++ b/doc/source/whatsnew/v1.3.3.rst @@ -19,6 +19,7 @@ Fixed regressions - Fixed regression in :meth:`.GroupBy.agg` incorrectly raising in some cases (:issue:`42390`) - Fixed regression in :meth:`RangeIndex.where` and :meth:`RangeIndex.putmask` raising ``AssertionError`` when result did not represent a :class:`RangeIndex` (:issue:`43240`) - Fixed regression in :meth:`read_parquet` where the ``fastparquet`` engine would not work properly with fastparquet 0.7.0 (:issue:`43075`) + .. --------------------------------------------------------------------------- .. _whatsnew_133.performance: