Skip to content

Commit ed82fb4

Browse files
Basic changes to make it more consistent (#227)
thanks @vineethraj510
1 parent 4bb076c commit ed82fb4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -454,15 +454,15 @@ Below example shows how to change logging level.
454454
Changes Not Yet Published
455455
---------
456456

457-
* Using nox for testing
457+
* Using nox for testing.
458458

459459
Changelog
460460
---------
461461

462462
2.0.3 (2020-11-06)
463463
******************
464464

465-
* Added elapsed time information for each feature
465+
* Added elapsed time information for each feature.
466466

467467

468468
2.0.2 (2020-10-01)
@@ -499,7 +499,7 @@ Changelog
499499
* Fix column names derivation for dataframes with multi-index or non-string
500500
columns (#166).
501501
* 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).
503503

504504

505505
1.7.0 (2018-08-15)
@@ -508,7 +508,7 @@ Changelog
508508
* Fix issues with unicode names in ``get_names`` (#160).
509509
* Update to build using ``numpy==1.14`` and ``python==3.6`` (#154).
510510
* 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).
512512
* Preserve input data types when no transform is supplied (#138).
513513

514514

0 commit comments

Comments
 (0)