Skip to content

Commit 759f463

Browse files
committed
bump version, added whatsnew
1 parent bdfd838 commit 759f463

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

Diff for: doc/whats_new.rst

+25
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,31 @@
55
Release history
66
===============
77

8+
.. _changes_0_18_2:
9+
10+
Version 0.18.2
11+
==============
12+
13+
**June 20, 2017**
14+
15+
.. topic:: Last release with Python 2.6 support
16+
17+
Scikit-learn 0.18 is the last major release of scikit-learn to support Python 2.6.
18+
Later versions of scikit-learn will require Python 2.7 or above.
19+
20+
21+
Changelog
22+
---------
23+
- Fixes for compatibility with NumPy 1.13.0: :issue:`7946` :issue:`8355` by `Loic Esteve`_.
24+
25+
- Minor compatibility changes in the examples :issue:`9010` :issue:`8040` :issue:`9149`.
26+
27+
28+
Code Contributors
29+
-----------------
30+
Aman Dalmia, Loic Esteve, Nate Guerin, Sergei Lebedev
31+
32+
833
.. _changes_0_18_1:
934

1035
Version 0.18.1

Diff for: sklearn/__init__.py

+1-1
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.18.1'
40+
__version__ = '0.18.2'
4141

4242

4343
try:

0 commit comments

Comments
 (0)