File tree 3 files changed +4
-3
lines changed
3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 62
62
# The short X.Y version.
63
63
version = '0.7'
64
64
# The full version, including alpha/beta/rc tags.
65
- release = '0.7-git'
65
+ import scikits .learn as skl
66
+ release = skl .__version__
66
67
67
68
# The language for content autogenerated by Sphinx. Refer to documentation
68
69
# for a list of supported languages.
Original file line number Diff line number Diff line change 77
77
{% else %}
78
78
< h3 > News</ h3 >
79
79
80
- < p > scikits.learn 0.6 (release candidate) is available
80
+ < p > scikits.learn 0.7 is available
81
81
for < a href ="https://sourceforge.net/projects/scikit-learn/files/ "> download</ a > .
82
82
See < a href ="{{pathto('whats_new')}} "> what's new</ a > and tips
83
83
on < a href ="{{pathto('install')}} "> installing</ a > .</ p >
Original file line number Diff line number Diff line change @@ -195,7 +195,7 @@ People that made this release possible preceeded by number of commits:
195
195
* 97 `Peter Prettenhofer <http://sites.google.com/site/peterprettenhofer/ >`_
196
196
197
197
* 68 `Alexandre Gramfort
198
- <http://www-sop.inria.fr/members/Alexandre.Gramfort/index.fr.html > `_
198
+ <http://www-sop.inria.fr/members/Alexandre.Gramfort/> `_
199
199
200
200
* 59 `Mathieu Blondel <http://www.mblondel.org/journal/ >`_
201
201
You can’t perform that action at this time.
0 commit comments