Skip to content

Commit 4aaaaae

Browse files
committed
DOC added highlights to whatsnew
1 parent fa6af0f commit 4aaaaae

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

doc/whats_new.rst

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,28 @@
55
0.16
66
====
77

8+
Highlights
9+
-----------
10+
11+
- Speed improvements (notably in class:`clustering.DBSCAN`), reduced memory
12+
requirements, bug-fixes and better default settings.
13+
14+
- Multinomial Logistic regression and a path algorithm in
15+
:class:`linear_model.LogisticRegressionCV`.
16+
17+
- Out-of core learning of PCA via :class:`decomposition.IncrementalPCA`.
18+
19+
- Probability callibration of classifiers using
20+
:class:`calibration.CalibratedClassifierCV`.
21+
22+
- :class:`clustering.Birch` clustering method for large-scale datasets.
23+
24+
- Scalable approximate nearest neighbors search with Locality-sensitive
25+
hashing forests in :class:`neighbors.LSHForest`.
26+
27+
- Improved error messages and better validation when using malformed input data.
28+
29+
- More robust integration with pandas dataframes.
830

931
Changelog
1032
---------

0 commit comments

Comments
 (0)