Skip to content

Commit 914048f

Browse files
committed
Update changelog
1 parent 6c519c8 commit 914048f

File tree

1 file changed

+46
-0
lines changed

1 file changed

+46
-0
lines changed

doc/whats_new.rst

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,51 @@
11
.. currentmodule:: sklearn
22

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+
349

450
.. _changes_0_12:
551

0 commit comments

Comments
 (0)