From 1d3a713a919c774c1a311baf455ac7e2c4753be4 Mon Sep 17 00:00:00 2001 From: Joel Nothman Date: Fri, 24 May 2019 14:01:28 +1000 Subject: [PATCH] DOC fix link in what's new --- doc/whats_new/v0.21.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/whats_new/v0.21.rst b/doc/whats_new/v0.21.rst index d2b6f1f9a500c..eefc00f358326 100644 --- a/doc/whats_new/v0.21.rst +++ b/doc/whats_new/v0.21.rst @@ -21,10 +21,10 @@ Changelog :mod:`sklearn.metrics` ...................... -- |Fix| Fixed a bug in :func:`metrics.euclidean_distances` where a part of the - distance matrix was left un-instanciated for suffiently large float32 - datasets (regression introduced in 0.21). :pr:`13910` by :user:`Jérémie du - Boisberranger `. +- |Fix| Fixed a bug in :func:`metrics.pairwise.euclidean_distances` where a + part of the distance matrix was left un-instanciated for suffiently large + float32 datasets (regression introduced in 0.21). :pr:`13910` by + :user:`Jérémie du Boisberranger `. :mod:`sklearn.preprocessing` ............................