8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70cab6d commit 0dd2e39Copy full SHA for 0dd2e39
doc/whats_new.rst
@@ -37,8 +37,8 @@ People
37
------
38
39
* 14 `Peter Prettenhofer`_
40
+ * 12 `Gael Varoquaux`_
41
* 10 `Andreas Mueller`_
- * 10 `Gael Varoquaux`_
42
* 5 `Lars Buitinck`_
43
* 3 `Virgile Fritsch`_
44
* 1 `Alexandre Gramfort`_
sklearn/__init__.py
@@ -13,7 +13,7 @@
13
See http://scikit-learn.sourceforge.net for complete documentation.
14
"""
15
import sys
16
-__version__ = '0.12'
+__version__ = '0.12.1'
17
18
try:
19
# This variable is injected in the __builtins__ by the build
0 commit comments