Skip to content

Commit

Permalink
Creating Release 2.0.4 (#235)
Browse files Browse the repository at this point in the history
Co-authored-by: ragrawal <[email protected]>
  • Loading branch information
ragrawal and ragrawal authored Jan 6, 2021
1 parent 46611ca commit b897c66
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
14 changes: 10 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -450,14 +450,19 @@ Below example shows how to change logging level.

>>> import logging
>>> logging.getLogger('sklearn_pandas').setLevel(logging.INFO)


Changes Not Yet Published
Changelog
---------

* Using nox for testing.
2.0.4 (2020-11-06)
******************

* Explicitly handling serialization (#224)
* document fixes
* Making transform function thread safe (#194)
* Switched to nox for unit testing (#226)

Changelog
---------

2.0.3 (2020-11-06)
******************
Expand Down Expand Up @@ -597,6 +602,7 @@ Other contributors:
* Brendan Herger (@bjherger)
* Cal Paterson (@calpaterson)
* @defvorfu
* Floris Hoogenboom (@FlorisHoogenboom)
* Gustavo Sena Mafra (@gsmafra)
* Israel Saeta Pérez (@dukebody)
* Jeremy Howard (@jph00)
Expand Down
2 changes: 1 addition & 1 deletion sklearn_pandas/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '2.0.3'
__version__ = '2.0.4'

import logging
logger = logging.getLogger(__name__)
Expand Down

0 comments on commit b897c66

Please sign in to comment.