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 2680cb3 commit b2427caCopy full SHA for b2427ca
README.rst
@@ -252,8 +252,8 @@ Sklearn-pandas' ``cross_val_score`` function provides exactly the same interface
252
Changelog
253
---------
254
255
-Development
256
-***********
+1.3.0 (2017-01-21)
+******************
257
258
* Make the mapper return dataframes when ``df_out=True`` (#70, #74).
259
* Update imports to avoid deprecation warnings in sklearn 0.18 (#68).
sklearn_pandas/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = '1.2.0'
+__version__ = '1.3.0'
2
3
from .dataframe_mapper import DataFrameMapper # NOQA
4
from .cross_validation import cross_val_score, GridSearchCV, RandomizedSearchCV # NOQA
0 commit comments