8000 0.16.X branching, version 0.16b1 · ubieting/scikit-learn@09dc09a · GitHub
[go: up one dir, main page]

Skip to content

Commit 09dc09a

Browse files
committed
0.16.X branching, version 0.16b1
1 parent 4cc0235 commit 09dc09a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sklearn/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
# Dev branch marker is: 'X.Y.dev' or 'X.Y.devN' where N is an integer.
3838
# 'X.Y.dev0' is the canonical version of 'X.Y.dev'
3939
#
40-
__version__ = '0.16.dev0'
40+
__version__ = '0.16b1'
4141

4242

4343
try:
@@ -61,7 +61,7 @@
6161
'cross_validation', 'datasets', 'decomposition', 'dummy',
6262
'ensemble', 'externals', 'feature_extraction',
6363
'feature_selection', 'gaussian_process', 'grid_search', 'hmm',
64-
'isotonic', 'kernel_approximation', 'kernel_ridge',
64+
'isotonic', 'kernel_approximation', 'kernel_ridge',
6565
'lda', 'learning_curve',
6666
'linear_model', 'manifold', 'metrics', 'mixture', 'multiclass',
6767
'naive_bayes', 'neighbors', 'neural_network', 'pipeline',

0 commit comments

Comments
 (0)
0