Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 34c4908

Browse filesBrowse files
committed
REL: Release 0.14.1
Minor bug fix release to restore proper behavior of setup.py
1 parent 8546776 commit 34c4908
Copy full SHA for 34c4908

File tree

Expand file treeCollapse file tree

2 files changed

+7
-1
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+7
-1
lines changed

‎doc/whats_new.rst

Copy file name to clipboardExpand all lines: doc/whats_new.rst
+6Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
.. currentmodule:: sklearn
22

3+
0.14.1
4+
=======
5+
6+
0.14.1 is a minor bug-fix release that fixed a small regression in the
7+
setup.py
8+
39
.. _changes_0_14:
410

511
0.14

‎sklearn/__init__.py

Copy file name to clipboardExpand all lines: sklearn/__init__.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
See http://scikit-learn.org for complete documentation.
1414
"""
1515
import sys
16-
__version__ = '0.14'
16+
__version__ = '0.14.1'
1717

1818
try:
1919
# This variable is injected in the __builtins__ by the build

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.