Skip to content

Basic changes to make it more consistent #227

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 22, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -454,15 +454,15 @@ Below example shows how to change logging level.
Changes Not Yet Published
---------

* Using nox for testing
* Using nox for testing.

Changelog
---------

2.0.3 (2020-11-06)
******************

* Added elapsed time information for each feature
* Added elapsed time information for each feature.


2.0.2 (2020-10-01)
Expand Down Expand Up @@ -499,7 +499,7 @@ Changelog
* Fix column names derivation for dataframes with multi-index or non-string
columns (#166).
* Change behaviour of DataFrameMapper's fit_transform method to invoke each underlying transformers'
native fit_transform if implemented. (#150)
native fit_transform if implemented (#150).


1.7.0 (2018-08-15)
Expand All @@ -508,7 +508,7 @@ Changelog
* Fix issues with unicode names in ``get_names`` (#160).
* Update to build using ``numpy==1.14`` and ``python==3.6`` (#154).
* Add ``strategy`` and ``fill_value`` parameters to ``CategoricalImputer`` to allow imputing
with values other than the mode (#144), (#161).
with values other than the mode (#144),(#161).
* Preserve input data types when no transform is supplied (#138).


Expand Down