File tree Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Original file line number Diff line number Diff 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
4624672.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)
Original file line number Diff line number Diff line change 1- __version__ = '2.0.3 '
1+ __version__ = '2.0.4 '
22
33import logging
44logger = logging .getLogger (__name__ )
You can’t perform that action at this time.
0 commit comments