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
fe7ff980
Commit
fe7ff980
authored
10 years ago
by
Olivier Grisel
Browse files
Options
Downloads
Patches
Plain Diff
Release 0.15.2
parent
2b42e95a
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/conf.py
+1
-1
1 addition, 1 deletion
doc/conf.py
sklearn/__init__.py
+1
-1
1 addition, 1 deletion
sklearn/__init__.py
with
2 additions
and
2 deletions
doc/conf.py
+
1
−
1
View file @
fe7ff980
...
@@ -68,7 +68,7 @@ copyright = u('2010 - 2014, scikit-learn developers (BSD License)')
...
@@ -68,7 +68,7 @@ copyright = u('2010 - 2014, scikit-learn developers (BSD License)')
# built documents.
# built documents.
#
#
# The short X.Y version.
# The short X.Y version.
version
=
'
0.15
.1
'
version
=
'
0.15
'
# The full version, including alpha/beta/rc tags.
# The full version, including alpha/beta/rc tags.
import
sklearn
import
sklearn
release
=
sklearn
.
__version__
release
=
sklearn
.
__version__
...
...
This diff is collapsed.
Click to expand it.
sklearn/__init__.py
+
1
−
1
View file @
fe7ff980
...
@@ -15,7 +15,7 @@ See http://scikit-learn.org for complete documentation.
...
@@ -15,7 +15,7 @@ See http://scikit-learn.org for complete documentation.
import
sys
import
sys
import
re
import
re
import
warnings
import
warnings
__version__
=
'
0.15.
1
'
__version__
=
'
0.15.
2
'
# Make sure that DeprecationWarning within this package always gets printed
# Make sure that DeprecationWarning within this package always gets printed
warnings
.
filterwarnings
(
'
always
'
,
category
=
DeprecationWarning
,
warnings
.
filterwarnings
(
'
always
'
,
category
=
DeprecationWarning
,
...
...
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