Skip to content

Commit d9ecf46

Browse files
committed
DOC what's new on parallelism of pairwise_distances
1 parent 6c07cd4 commit d9ecf46

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

doc/whats_new.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,10 @@ Enhancements
164164
and :class:`tree.ExtraTreeClassifier`. By `Trevor Stephens`_.
165165

166166
- :class:`grid_search.RandomizedSearchCV` now does sampling without
167-
replacement if all parameters are given as lists. by `Andreas Mueller`_.
167+
replacement if all parameters are given as lists. By `Andreas Mueller`_.
168+
169+
- Parallelized calculation of :func:`pairwise_distances` is now supported
170+
for scipy metrics and custom callables. By `Joel Nothman`_.
168171

169172
Documentation improvements
170173
..........................

0 commit comments

Comments
 (0)