File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 6868# built documents.
6969#
7070# The short X.Y version.
71- version = '0.15.0 '
71+ version = '0.15.1 '
7272# The full version, including alpha/beta/rc tags.
7373import sklearn
7474release = sklearn .__version__
Original file line number Diff line number Diff line change 253253 <li ><em >On-going development:</em >
254254 <a href =" whats_new.html" ><em >What's new</em > (changelog)</a >
255255 </li >
256+ <li ><em >August 2014.</em > scikit-learn 0.15.1 is available for download (<a href =" whats_new.html" >Changelog</a >).
256257 <li ><em >July 2014.</em > scikit-learn 0.15.0 is available for download (<a href =" whats_new.html" >Changelog</a >).
257258 </li >
258259 <li ><em >July 14-20th, 2014: international sprint.</em >
Original file line number Diff line number Diff line change 1515import sys
1616import re
1717import warnings
18- __version__ = '0.15.0 '
18+ __version__ = '0.15.1 '
1919
2020# Make sure that DeprecationWarning within this package always gets printed
2121warnings .filterwarnings ('always' , category = DeprecationWarning ,
You can’t perform that action at this time.
0 commit comments