File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff 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+
4348API 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
67760.11
You can’t perform that action at this time.
0 commit comments