File tree Expand file tree Collapse file tree 1 file changed +46
-0
lines changed Expand file tree Collapse file tree 1 file changed +46
-0
lines changed Original file line number Diff line number Diff line change 1
1
.. currentmodule :: sklearn
2
2
3
+ .. _changes_0_12.1 :
4
+
5
+ 0.12.1
6
+ =======
7
+
8
+ The 0.12.1 release is a bug-fix release with no additional feature, but a
9
+ set of bug fixed
10
+
11
+ Changelog
12
+ ----------
13
+
14
+ - Improved numerical stability in spectral embedding by `Gael
15
+ Varoquaux `_
16
+
17
+ - Doctest under windows 64bit by `Gael Varoquaux `_
18
+
19
+ - Documentation fixes for elastic net by `Andreas Mueller `_ and
20
+ `Alexandre Gramfort `_
21
+
22
+ - Proper behavior with fortran-ordered numpy arrays by `Gael Varoquaux `_
23
+
24
+ - Make GridSearchCV work with non-CSR sparse matrix by `Lars Buitinck `_
25
+
26
+ - Fix parallel computing in MDS by `Gael Varoquaux `_
27
+
28
+ - Fix unicode support in count vectorizer by `Andreas Mueller `_
29
+
30
+ - Fix MinCovDet breaking with X.shape = (3, 1) by `Virgile Fritsch `_
31
+
32
+ - Fix clone of SGD objects by `Peter Prettenhofer `_
33
+
34
+ - Stabilize GMM by `Virgile Fritsch `_
35
+
36
+ People
37
+ ------
38
+
39
+ * 14 `Peter Prettenhofer `_
40
+ * 10 `Andreas Mueller `_
41
+ * 10 `Gael Varoquaux `_
42
+ * 5 `Lars Buitinck `_
43
+ * 3 `Virgile Fritsch `_
44
+ * 1 `Alexandre Gramfort `_
45
+ * 1 `Gilles Louppe `_
46
+ * 1 `Mathieu Blondel `_
47
+
48
+
3
49
4
50
.. _changes_0_12 :
5
51
You can’t perform that action at this time.
0 commit comments