8000 don't mention returning self in whatsnew as that's already fixed in m… · scikit-learn/scikit-learn@7d61b56 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7d61b56

Browse files
committed
don't mention returning self in whatsnew as that's already fixed in master
1 parent 65ba86e commit 7d61b56

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
@@ -406,8 +406,8 @@ API changes summary< 7C19 /div>
406406
:issue:`8922` by :user:Attractadore
407407

408408
- :class:`cluster.bicluster.SpectralCoClustering` and
409-
:class:`cluster.bicluster.SpectralBiclustering` now accept ``y`` in fit
410-
and return ``self``. :issue:`6126` by `Andreas Müller`_.
409+
:class:`cluster.bicluster.SpectralBiclustering` now accept ``y`` in fit.
410+
:issue:`6126` by `Andreas Müller`_.
411411

412412
- SciPy >= 0.13.3 and NumPy >= 1.8.2 are now the minimum supported versions
413413
for scikit-learn. The following backported functions in ``sklearn.utils``

0 commit comments

Comments
 (0)
0