diff --git a/doc/whats_new/v0.20.rst b/doc/whats_new/v0.20.rst index 9f44e127d46f5..99f58c5d8e380 100644 --- a/doc/whats_new/v0.20.rst +++ b/doc/whats_new/v0.20.rst @@ -21,6 +21,10 @@ occurs due to changes in the modelling logic (bug fixes or enhancements), or in random sampling procedures. - :mod:`sklearn.neighbors` when ``metric=='jaccard'`` (bug fix) +- :class:`metrics.pairwise_distances` when ``n_jobs > 1`` and + ``metric == 'seuclidean'/'mahalanobis'`` (bug fix) +- :class:`metrics.pairwise_distances_chunked` when data is splitted + into multiple chunks and metric == 'seuclidean'/'mahalanobis'``(bug fix) Changelog ---------