File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
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.16.dev0
5
+ Documentation of scikit-learn 0.16.0
6
6
=======================================
7
7
8
8
.. raw :: html
@@ -28,8 +28,9 @@ Documentation of scikit-learn 0.16.dev0
28
28
<!-- doc versions -->
29
29
<h2 >Other Versions</h2 >
30
30
<ul >
31
- <li ><a href =" http://scikit-learn.org/stable/user_guide.html" >scikit-learn 0.15 (stable)</a ></li >
32
- <li >scikit-learn 0.16 (development)</li >
31
+ <li ><a href =" http://scikit-learn.org/dev/user_guide.html" >scikit-learn 0.17.dev0 (development)</a ></li >
32
+ <li >scikit-learn 0.16 (stable)</li >
33
+ <li ><a href =" http://scikit-learn.org/0.15/user_guide.html" >scikit-learn 0.15</a ></li >
33
34
<li ><a href =" http://scikit-learn.org/0.14/user_guide.html" >scikit-learn 0.14</a ></li >
34
35
<li ><a href =" http://scikit-learn.org/0.13/user_guide.html" >scikit-learn 0.13</a ></li >
35
36
<li ><a href =" http://scikit-learn.org/0.12/user_guide.html" >scikit-learn 0.12</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.16b2 '
40
+ __version__ = '0.16.0 '
41
41
42
42
43
43
try :
You can’t perform that action at this time.
0 commit comments