Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
scikit-learn
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Ian Johnson
scikit-learn
Commits
65d06f83
Commit
65d06f83
authored
15 years ago
by
Fabian Pedregosa
Browse files
Options
Downloads
Patches
Plain Diff
0.4 release.
parent
d85c81d6
No related branches found
No related tags found
No related merge requests found
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
doc/conf.py
+1
-1
1 addition, 1 deletion
doc/conf.py
doc/index.rst
+0
-5
0 additions, 5 deletions
doc/index.rst
scikits/learn/__init__.py
+1
-1
1 addition, 1 deletion
scikits/learn/__init__.py
setup.py
+1
-1
1 addition, 1 deletion
setup.py
with
3 additions
and
8 deletions
doc/conf.py
+
1
−
1
View file @
65d06f83
...
...
@@ -48,7 +48,7 @@ copyright = u'2010, scikits.learn developers'
# The short X.Y version.
version
=
'
0.4
'
# The full version, including alpha/beta/rc tags.
release
=
'
0.4
-git
'
release
=
'
0.4
'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
...
...
This diff is collapsed.
Click to expand it.
doc/index.rst
+
0
−
5
View file @
65d06f83
...
...
@@ -107,11 +107,6 @@ development
User guide
======================
.. warning::
This documentation is relative to the development version,
documentation for the stable version can be found `here
<http://scikit-learn.sourceforge.net/old_doc/>`_
.. toctree::
:maxdepth: 3
...
...
This diff is collapsed.
Click to expand it.
scikits/learn/__init__.py
+
1
−
1
View file @
65d06f83
"""
Machine Learning module for python.
"""
__version__
=
'
0.4
-git
'
__version__
=
'
0.4
'
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
1
View file @
65d06f83
...
...
@@ -18,7 +18,7 @@ MAINTAINER_EMAIL = 'fabian.pedregosa@inria.fr'
URL
=
'
http://scikit-learn.sourceforge.net
'
LICENSE
=
'
new BSD
'
DOWNLOAD_URL
=
'
http://sourceforge.net/projects/scikit-learn/files/
'
VERSION
=
'
0.4
-git
'
VERSION
=
'
0.4
'
import
setuptools
# we are using a setuptools namespace
from
numpy.distutils.core
import
setup
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment