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 d1e8fae commit ab3a731Copy full SHA for ab3a731
README.rst
@@ -409,7 +409,7 @@ Example: imputing with a fixed value:
409
Changelog
410
---------
411
412
-Development
+1.7.0 (2018-08-15)
413
******************
414
* Fix issues with unicode names in ``get_names`` (#160).
415
* Update to build using ``numpy==1.14`` and ``python==3.6`` (#154).
sklearn_pandas/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = '1.6.0'
+__version__ = '1.7.0'
2
3
from .dataframe_mapper import DataFrameMapper # NOQA
4
from .cross_validation import cross_val_score, GridSearchCV, RandomizedSearchCV # NOQA
0 commit comments