Skip to content
Snippets Groups Projects
Commit d6b4444b authored by Fabian Pedregosa's avatar Fabian Pedregosa
Browse files

0.5 release candidate.

parent 399a3714
No related branches found
No related tags found
No related merge requests found
...@@ -59,7 +59,7 @@ copyright = u'2010, scikits.learn developers' ...@@ -59,7 +59,7 @@ copyright = u'2010, scikits.learn developers'
# The short X.Y version. # The short X.Y version.
version = '0.5' version = '0.5'
# The full version, including alpha/beta/rc tags. # The full version, including alpha/beta/rc tags.
release = '0.5-git' release = '0.5-rc'
# The language for content autogenerated by Sphinx. Refer to documentation # The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages. # for a list of supported languages.
......
...@@ -73,7 +73,7 @@ ...@@ -73,7 +73,7 @@
{% else %} {% else %}
<h3>News</h3> <h3>News</h3>
<p>scikits.learn 0.4 is available <p>scikits.learn 0.5 release candidate is available
for <a href="https://sourceforge.net/projects/scikit-learn/files/">download</a>. for <a href="https://sourceforge.net/projects/scikit-learn/files/">download</a>.
See <a href="{{pathto('whats_new')}}">what's new</a> and tips See <a href="{{pathto('whats_new')}}">what's new</a> and tips
on <a href="{{pathto('install')}}">installing</a>.</p> on <a href="{{pathto('install')}}">installing</a>.</p>
......
...@@ -46,5 +46,5 @@ __all__ = ['cross_val', 'ball_tree', 'cluster', 'covariance', 'gmm', 'glm', ...@@ -46,5 +46,5 @@ __all__ = ['cross_val', 'ball_tree', 'cluster', 'covariance', 'gmm', 'glm',
'logistic', 'lda', 'metrics', 'svm', 'features', 'clone', 'logistic', 'lda', 'metrics', 'svm', 'features', 'clone',
'test'] 'test']
__version__ = '0.5.git' __version__ = '0.5.rc'
...@@ -16,7 +16,7 @@ MAINTAINER_EMAIL = 'fabian.pedregosa@inria.fr' ...@@ -16,7 +16,7 @@ MAINTAINER_EMAIL = 'fabian.pedregosa@inria.fr'
URL = 'http://scikit-learn.sourceforge.net' URL = 'http://scikit-learn.sourceforge.net'
LICENSE = 'new BSD' LICENSE = 'new BSD'
DOWNLOAD_URL = 'http://sourceforge.net/projects/scikit-learn/files/' DOWNLOAD_URL = 'http://sourceforge.net/projects/scikit-learn/files/'
VERSION = '0.5-git' VERSION = '0.5-rc'
import setuptools # we are using a setuptools namespace import setuptools # we are using a setuptools namespace
from numpy.distutils.core import setup from numpy.distutils.core import setup
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment