We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61dfbbf commit 08ed9d0Copy full SHA for 08ed9d0
README.rst
@@ -423,8 +423,8 @@ Example:
423
Changelog
424
---------
425
426
-Unreleased
427
-**********
+1.8.0 (2018-12-01)
+******************
428
* Add ``FunctionTransformer`` class (#117).
429
* Fix column names derivation for dataframes with multi-index or non-string
430
columns (#166).
sklearn_pandas/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = '1.7.0'
+__version__ = '1.8.0'
2
3
from .dataframe_mapper import DataFrameMapper # NOQA
4
from .cross_validation import cross_val_score, GridSearchCV, RandomizedSearchCV # NOQA
0 commit comments