Skip to content

Commit b897c66

Browse files
ragrawalragrawal
and
ragrawal
authored
Creating Release 2.0.4 (#235)
Co-authored-by: ragrawal <[email protected]>
1 parent 46611ca commit b897c66

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

README.rst

+10-4
Original file line numberDiff line numberDiff line change
@@ -450,14 +450,19 @@ Below example shows how to change logging level.
450450

451451
>>> import logging
452452
>>> logging.getLogger('sklearn_pandas').setLevel(logging.INFO)
453+
453454

454-
Changes Not Yet Published
455+
Changelog
455456
---------
456457

457-
* Using nox for testing.
458+
2.0.4 (2020-11-06)
459+
******************
460+
461+
* Explicitly handling serialization (#224)
462+
* document fixes
463+
* Making transform function thread safe (#194)
464+
* Switched to nox for unit testing (#226)
458465

459-
Changelog
460-
---------
461466

462467
2.0.3 (2020-11-06)
463468
******************
@@ -597,6 +602,7 @@ Other contributors:
597602
* Brendan Herger (@bjherger)
598603
* Cal Paterson (@calpaterson)
599604
* @defvorfu
605+
* Floris Hoogenboom (@FlorisHoogenboom)
600606
* Gustavo Sena Mafra (@gsmafra)
601607
* Israel Saeta Pérez (@dukebody)
602608
* Jeremy Howard (@jph00)

sklearn_pandas/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '2.0.3'
1+
__version__ = '2.0.4'
22

33
import logging
44
logger = logging.getLogger(__name__)

0 commit comments

Comments
 (0)