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 24394e8 commit d3fb586Copy full SHA for d3fb586
README.rst
@@ -190,7 +190,7 @@ Sklearn-pandas' ``cross_val_score`` function provides exactly the same interface
190
Changelog
191
---------
192
193
-1.1.0 (development)
+1.1.0 (2015-12-06)
194
*******************
195
196
* Delete obsolete ``PassThroughTransformer``. If no transformation is desired for a given column, use ``None`` as transformer.
sklearn_pandas/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = '1.0.0'
+__version__ = '1.1.0'
2
3
from .dataframe_mapper import DataFrameMapper # NOQA
4
from .cross_validation import cross_val_score, GridSearchCV, RandomizedSearchCV # NOQA
0 commit comments