Skip to content

Commit

Permalink
DOC fix link in what's new
Browse files Browse the repository at this point in the history
  • Loading branch information
jnothman committed May 24, 2019
1 parent 8f378ca commit 1d3a713
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/whats_new/v0.21.rst
Expand Up @@ -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 <jeremiedbb>`.
- |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 <jeremiedbb>`.

:mod:`sklearn.preprocessing`
............................
Expand Down

0 comments on commit 1d3a713

Please sign in to comment.