File tree 2 files changed +11
-5
lines changed
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.
450
450
451
451
>>> import logging
452
452
>>> logging.getLogger(' sklearn_pandas' ).setLevel(logging.INFO )
453
+
453
454
454
- Changes Not Yet Published
455
+ Changelog
455
456
---------
456
457
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)
458
465
459
- Changelog
460
- ---------
461
466
462
467
2.0.3 (2020-11-06)
463
468
******************
@@ -597,6 +602,7 @@ Other contributors:
597
602
* Brendan Herger (@bjherger)
598
603
* Cal Paterson (@calpaterson)
599
604
* @defvorfu
605
+ * Floris Hoogenboom (@FlorisHoogenboom)
600
606
* Gustavo Sena Mafra (@gsmafra)
601
607
* Israel Saeta Pérez (@dukebody)
602
608
* Jeremy Howard (@jph00)
Original file line number Diff line number Diff line change 1
- __version__ = '2.0.3 '
1
+ __version__ = '2.0.4 '
2
2
3
3
import logging
4
4
logger = logging .getLogger (__name__ )
You can’t perform that action at this time.
0 commit comments