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 51013ac commit d2cd6bbCopy full SHA for d2cd6bb
README.rst
@@ -401,8 +401,8 @@ Example:
401
Changelog
402
---------
403
404
-Development
405
-***********
+1.6.0 (2017-10-28)
+******************
406
* Add column name to exception during fit/transform (#110).
407
* Add ``gen_feature`` helper function to help generating the same transformation for multiple columns (#126).
408
sklearn_pandas/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = '1.5.0'
+__version__ = '1.6.0'
2
3
from .dataframe_mapper import DataFrameMapper # NOQA
4
from .cross_validation import cross_val_score, GridSearchCV, RandomizedSearchCV # NOQA
0 commit comments