File tree 4 files changed +12
-7
lines changed 4 files changed +12
-7
lines changed Original file line number Diff line number Diff line change 2
2
3
3
<div class =" container-index" >
4
4
5
- Documentation of scikit-learn 0.18.dev0
6
- =======================================
5
+ Documentation of scikit-learn 0.18
6
+ ==================================
7
7
8
8
.. raw :: html
9
9
@@ -28,8 +28,9 @@ Documentation of scikit-learn 0.18.dev0
28
28
<!-- doc versions -->
29
29
<h2 >Other Versions</h2 >
30
30
<ul >
31
- <li >scikit-learn 0.18 (development)</li >
32
- <li ><a href =" http://scikit-learn.org/stable/documentation.html" >scikit-learn 0.17 (stable)</a ></li >
31
+ <li >scikit-learn 0.18 (stable)</li >
32
+ <li ><a href =" http://scikit-learn.org/dev/documentation.html" >scikit-learn 0.19 (development)</a ></li >
33
+ <li ><a href =" http://scikit-learn.org/0.17/documentation.html" >scikit-learn 0.17</a ></li >
33
34
<li ><a href =" http://scikit-learn.org/0.16/documentation.html" >scikit-learn 0.16</a ></li >
34
35
<li ><a href =" http://scikit-learn.org/0.15/documentation.html" >scikit-learn 0.15</a ></li >
35
36
</ul >
Original file line number Diff line number Diff line change 207
207
<li ><em >On-going development:</em >
208
208
<a href =" /dev/whats_new.html" ><em >What's new</em > (Changelog)</a >
209
209
</li >
210
+ <li ><em >September 2016.</em > scikit-learn 0.18.0 is available for download (<a href =" whats_new.html#version-0-18" >Changelog</a >).
211
+ </li >
210
212
<li ><em >November 2015.</em > scikit-learn 0.17.0 is available for download (<a href =" whats_new.html#version-0-17" >Changelog</a >).
211
213
</li >
212
214
<li ><em >March 2015.</em > scikit-learn 0.16.0 is available for download (<a href =" whats_new.html#version-0-16" >Changelog</a >).
Original file line number Diff line number Diff line change 79
79
< span class ="caret "> </ span >
80
80
</ a >
81
81
< ul class ="dropdown-menu ">
82
- < li class ="link-title "> Scikit-learn 0.18 (development )</ li >
82
+ < li class ="link-title "> Scikit-learn 0.18 (stable )</ li >
83
83
< li > < a href ="{{ pathto('tutorial/index') }} "> Tutorials</ a > </ li >
84
84
< li > < a href ="{{ pathto('user_guide') }} "> User guide</ a > </ li >
85
85
< li > < a href ="{{ pathto('modules/classes') }} "> API</ a > </ li >
86
86
< li > < a href ="{{ pathto('faq') }} "> FAQ</ a > </ li >
87
87
< li > < a href ="{{ pathto('developers/contributing') }} "> Contributing</ a > </ li >
88
88
< li class ="divider "> </ li >
89
- < li > < a href ="http://scikit-learn.org/stable/documentation.html "> Scikit-learn 0.17 (stable)</ a > </ li >
89
+ < li > < a href ="http://scikit-learn.org/dev/documentation.html "> Scikit-learn 0.19-dev (development)</ a > </ li >
90
+ < li > < a href ="http://scikit-learn.org/0.17/documentation.html "> Scikit-learn 0.17</ a > </ li >
90
91
< li > < a href ="http://scikit-learn.org/0.16/documentation.html "> Scikit-learn 0.16</ a > </ li >
91
92
< li > < a href ="http://scikit-learn.org/0.15/documentation.html "> Scikit-learn 0.15</ a > </ li >
92
93
< li > < a href ="{{ pathto('_downloads/scikit-learn-docs.pdf', 1) }} "> PDF documentation</ a > </ li >
Original file line number Diff line number Diff line change 37
37
# Dev branch marker is: 'X.Y.dev' or 'X.Y.devN' where N is an integer.
38
38
# 'X.Y.dev0' is the canonical version of 'X.Y.dev'
39
39
#
40
- __version__ = '0.18rc2 '
40
+ __version__ = '0.18 '
41
41
42
42
43
43
try :
70
70
# Non-modules:
71
71
'clone' ]
72
72
73
+
73
74
def setup_module (module ):
74
75
"""Fixture for the tests to assure globally controllable seeding of RNGs"""
75
76
import os
You can’t perform that action at this time.
0 commit comments