Skip to content

Commit 6a37b8f

Browse files
committed
Update whats_new
1 parent 01572bf commit 6a37b8f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

doc/whats_new.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,11 @@ Changelog
4040

4141
- A common testing framework for all estimators was added.
4242

43+
- Speedups in hierarchical clustering by `Gael Varoquaux`_. In
44+
particular building the tree now supports early stopping. This is
45+
useful when the number of clusters is not small compared to the
46+
number of samples.
47+
4348
API changes summary
4449
-------------------
4550

@@ -62,6 +67,10 @@ API changes summary
6267
- All ``Base`` classes are now abstract meta classes so that they can not be
6368
instantiated.
6469

70+
- :func:`cluster.ward_tree` now also returns the parent array. This is
71+
necessary for early-stopping in which case the tree is not
72+
completely buit.
73+
6574
.. _changes_0_11:
6675

6776
0.11

0 commit comments

Comments
 (0)