File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -454,15 +454,15 @@ Below example shows how to change logging level.
454
454
Changes Not Yet Published
455
455
---------
456
456
457
- * Using nox for testing
457
+ * Using nox for testing.
458
458
459
459
Changelog
460
460
---------
461
461
462
462
2.0.3 (2020-11-06)
463
463
******************
464
464
465
- * Added elapsed time information for each feature
465
+ * Added elapsed time information for each feature.
466
466
467
467
468
468
2.0.2 (2020-10-01)
@@ -499,7 +499,7 @@ Changelog
499
499
* Fix column names derivation for dataframes with multi-index or non-string
500
500
columns (#166).
501
501
* Change behaviour of DataFrameMapper's fit_transform method to invoke each underlying transformers'
502
- native fit_transform if implemented. (#150)
502
+ native fit_transform if implemented (#150).
503
503
504
504
505
505
1.7.0 (2018-08-15)
@@ -508,7 +508,7 @@ Changelog
508
508
* Fix issues with unicode names in ``get_names `` (#160).
509
509
* Update to build using ``numpy==1.14 `` and ``python==3.6 `` (#154).
510
510
* Add ``strategy `` and ``fill_value `` parameters to ``CategoricalImputer `` to allow imputing
511
- with values other than the mode (#144), (#161).
511
+ with values other than the mode (#144),(#161).
512
512
* Preserve input data types when no transform is supplied (#138).
513
513
514
514
You can’t perform that action at this time.
0 commit comments