You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/whats_new.rst
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -105,12 +105,12 @@ Bug fixes
105
105
Other normalization options are available: 'none', 'LU' and 'QR'. (`#5141 <https://github.com/scikit-learn/scikit-learn/pull/5141>`_) by `Giorgio Patrini`_.
106
106
107
107
- 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`_.
109
109
110
110
- Fixed incorrect initialization of :func:`utils.arpack.eigsh` on all
0 commit comments