Skip to content

Commit 682c126

Browse files
committed
Update README.rst
1 parent d76081e commit 682c126

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,10 @@ Performance
3939

4040
Significant effort has been put into making the hdbscan implementation as fast as
4141
possible. It is more than twice as fast as the reference implementation in Java
42-
and is competitive with highly optimized single linkage implementations in C and C++.
43-
`current performance can be seen in this notebook <http://nbviewer.jupyter.org/github/lmcinnes/hdbscan/blob/master/notebooks/Benchmarking%20scalability%20of%20clustering%20implementations.ipynb>`_
44-
and further performance improvements should be forthcoming in the next few releases.
42+
and is currently faster highly optimized single linkage implementations in C and C++.
43+
`version 0.3 performance can be seen in this notebook <http://nbviewer.jupyter.org/github/lmcinnes/hdbscan/blob/master/notebooks/Benchmarking%20scalability%20of%20clustering%20implementations.ipynb>`_ .
44+
Version 0.4 brings a new minimum spanning tree algorithm and dramatic speedups, particularly
45+
for low dimensional data.
4546

4647
------------------------
4748
Additional functionality

0 commit comments

Comments
 (0)