v0.2.5 - 2020-09-18
Minor bug fixing release.
Bugs Fixed
- Handle NaNs in OneHotEncodingTransformer - Issue #118 by @csala
- OneHotEncodingTransformer fails if there is only one category - Issue #119 by @csala
- All NaN column produces NaN values enhancement - Issue #121 by @csala
- Make the CategoricalTransformer learn the column dtype and restore it back - Issue #122 by @csala