Thanks to visit codestin.com Credit goes to github.com
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 68280fb commit b4e8b3cCopy full SHA for b4e8b3c
doc/conf.py
@@ -68,7 +68,7 @@
68
# built documents.
69
#
70
# The short X.Y version.
71
-version = '0.15-git'
+version = '0.15.0b2'
72
# The full version, including alpha/beta/rc tags.
73
import sklearn
74
release = sklearn.__version__
sklearn/__init__.py
@@ -15,7 +15,7 @@
15
import sys
16
import re
17
import warnings
18
-__version__ = '0.15-git'
+__version__ = '0.15.0b2'
19
20
# Make sure that DeprecationWarning within this package always gets printed
21
warnings.filterwarnings('always', category=DeprecationWarning,
0 commit comments