diff --git a/docs/whats_new/v_160.rst b/docs/whats_new/v_160.rst index 24eb89159..27f2fa92f 100644 --- a/docs/whats_new/v_160.rst +++ b/docs/whats_new/v_160.rst @@ -1,6 +1,50 @@ Version 1.6.X ============= +Version 1.6.1 +------------- + +Deployed: 8th June 2023 + +Contributors +~~~~~~~~~~~~ + +- `dlaprins `_ +- `Claudio Salvatore Arcidiacono `_ +- `Morgan Sell `_ +- `Gleb Levitski `_ +- `Soledad Galli `_ + +In this release, we make Feature-engine compatible with pandas 2.0, extend the functionality +of some transformers, and we fix bugs introduced in the previous release. + +Thank you so much to all contributors, `Gleb Levitski `_ and +`Claudio Salvatore Arcidiacono `_ for helping +with review and to those of you who created issues flagging bugs or requesting new functionality. + +New functionality +~~~~~~~~~~~~~~~~~ + +- The Population Stability Index can now be used to evaluate categorical variables (`dlaprins `_ and `Claudio Salvatore Arcidiacono `_) +- `RelativeFeatures` has the option to add a constant to avoid dividing by zero (`Morgan Sell `_ and `Soledad Galli `_) +- `SelectByShuffling` now accepts sample weights (`Soledad Galli `_) +- `WoEEncoder` now let's you know which variables fail in the encoding (`Soledad Galli `_) +- `WoEEncoder` has the option to add a constant to avoid dividing by zero (`Soledad Galli `_) + +Bug fixes +~~~~~~~~~ + +- Fixed various bugs in `RareLabelEncoder()` (`Soledad Galli `_) +- Renamed `transform` method in base classes to `check_transform_input_and_state`, which fixed bugs raised when `set_output(transform="pandas")` in various classes (`Soledad Galli `_ and `Claudio Salvatore Arcidiacono `_) + +Code improvements +~~~~~~~~~~~~~~~~~ + +- Made code base compatible with pandas 2.0 (`Claudio Salvatore Arcidiacono `_) +- Moved docstrings of selection transformers to docstrings module (`Soledad Galli `_) + + + Version 1.6.0 ------------- diff --git a/feature_engine/VERSION b/feature_engine/VERSION index dc1e644a1..9c6d6293b 100644 --- a/feature_engine/VERSION +++ b/feature_engine/VERSION @@ -1 +1 @@ -1.6.0 +1.6.1