Skip to content

Commit d3fb586

Browse files
committed
REL Cut release 1.1.0.
1 parent 24394e8 commit d3fb586

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ Sklearn-pandas' ``cross_val_score`` function provides exactly the same interface
190190
Changelog
191191
---------
192192

193-
1.1.0 (development)
193+
1.1.0 (2015-12-06)
194194
*******************
195195

196196
* Delete obsolete ``PassThroughTransformer``. If no transformation is desired for a given column, use ``None`` as transformer.

sklearn_pandas/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '1.0.0'
1+
__version__ = '1.1.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)