From b7caef434182ddc80a69c96de77bff5aeb9fc426 Mon Sep 17 00:00:00 2001 From: Janosh Riebesell Date: Thu, 6 Jan 2022 15:19:40 +0100 Subject: [PATCH] Backport PR #45220: fix issue link in what's new 1.4.0 --- doc/source/whatsnew/v1.4.0.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/whatsnew/v1.4.0.rst b/doc/source/whatsnew/v1.4.0.rst index e23b521d47840..3ee34a158902b 100644 --- a/doc/source/whatsnew/v1.4.0.rst +++ b/doc/source/whatsnew/v1.4.0.rst @@ -660,7 +660,7 @@ Performance improvements - Performance improvement in indexing with a :class:`Float64Index` (:issue:`43705`) - Performance improvement in indexing with a non-unique Index (:issue:`43792`) - Performance improvement in indexing with a listlike indexer on a :class:`MultiIndex` (:issue:`43370`) -- Performance improvement in indexing with a :class:`MultiIndex` indexer on another :class:`MultiIndex` (:issue:43370`) +- Performance improvement in indexing with a :class:`MultiIndex` indexer on another :class:`MultiIndex` (:issue:`43370`) - Performance improvement in :meth:`GroupBy.quantile` (:issue:`43469`, :issue:`43725`) - Performance improvement in :meth:`GroupBy.count` (:issue:`43730`, :issue:`43694`) - Performance improvement in :meth:`GroupBy.any` and :meth:`GroupBy.all` (:issue:`43675`, :issue:`42841`)