Skip to content

Commit d2cd6bb

Browse files
committed
Release 1.6.0
1 parent 51013ac commit d2cd6bb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -401,8 +401,8 @@ Example:
401401
Changelog
402402
---------
403403

404-
Development
405-
***********
404+
1.6.0 (2017-10-28)
405+
******************
406406
* Add column name to exception during fit/transform (#110).
407407
* Add ``gen_feature`` helper function to help generating the same transformation for multiple columns (#126).
408408

sklearn_pandas/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '1.5.0'
1+
__version__ = '1.6.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)