Skip to content

Commit 08ed9d0

Browse files
committed
Release 1.8.0.
1 parent 61dfbbf commit 08ed9d0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -423,8 +423,8 @@ Example:
423423
Changelog
424424
---------
425425

426-
Unreleased
427-
**********
426+
1.8.0 (2018-12-01)
427+
******************
428428
* Add ``FunctionTransformer`` class (#117).
429429
* Fix column names derivation for dataframes with multi-index or non-string
430430
columns (#166).

sklearn_pandas/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '1.7.0'
1+
__version__ = '1.8.0'
22

33
from .dataframe_mapper import DataFrameMapper # NOQA
44
from .cross_validation import cross_val_score, GridSearchCV, RandomizedSearchCV # NOQA

0 commit comments

Comments
 (0)