Skip to content

Commit ab3a731

Browse files
committedAug 15, 2018
Release version 1.7.0.
1 parent d1e8fae commit ab3a731

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ Example: imputing with a fixed value:
409409
Changelog
410410
---------
411411

412-
Development
412+
1.7.0 (2018-08-15)
413413
******************
414414
* Fix issues with unicode names in ``get_names`` (#160).
415415
* Update to build using ``numpy==1.14`` and ``python==3.6`` (#154).

‎sklearn_pandas/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '1.6.0'
1+
__version__ = '1.7.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)
Please sign in to comment.