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 47148d7 commit edfbe94Copy full SHA for edfbe94
README.rst
@@ -229,8 +229,8 @@ Sklearn-pandas' ``cross_val_score`` function provides exactly the same interface
229
Changelog
230
---------
231
232
-Development
233
-***********
+1.2.0 (2016-10-02)
+******************
234
235
* Deprecate custom cross-validation shim classes.
236
* Require ``scikit-learn>=0.15.0``. Resolves #49.
sklearn_pandas/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = '1.1.0'
+__version__ = '1.2.0'
2
3
from .dataframe_mapper import DataFrameMapper # NOQA
4
from .cross_validation import cross_val_score, GridSearchCV, RandomizedSearchCV # NOQA
0 commit comments