Skip to content

Commit 98c6edf

Browse files
committed
DOC add links to some issues in whatsnew
1 parent dfa516c commit 98c6edf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/whats_new.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,12 +105,12 @@ Bug fixes
105105
Other normalization options are available: 'none', 'LU' and 'QR'. (`#5141 <https://github.com/scikit-learn/scikit-learn/pull/5141>`_) by `Giorgio Patrini`_.
106106

107107
- Fixed bug in :func:`manifold.spectral_embedding` where diagonal of unnormalized
108-
Laplacian matrix was incorrectly set to 1. By `Peter Fischer`_.
108+
Laplacian matrix was incorrectly set to 1. (`#4995 <https://github.com/scikit-learn/scikit-learn/pull/4995>`_) By `Peter Fischer`_.
109109

110110
- Fixed incorrect initialization of :func:`utils.arpack.eigsh` on all
111111
occurrences. Affects :class:`cluster.SpectralBiclustering`,
112112
:class:`decomposition.KernelPCA`, :class:`manifold.LocallyLinearEmbedding`,
113-
and :class:`manifold.SpectralEmbedding`. By `Peter Fischer`_.
113+
and :class:`manifold.SpectralEmbedding` (`#5012 <https://github.com/scikit-learn/scikit-learn/pull/5012>`_). By `Peter Fischer`_.
114114

115115
- Random forest, extra trees, decision trees and gradient boosting
116116
won't accept anymore ``min_samples_split=1`` as at least 2 samples

0 commit comments

Comments
 (0)