diff --git a/CHANGELOG.md b/CHANGELOG.md index 791d45d4..1b05f8e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.21.0] - 2020-10-02 +- **Enhancement** + - Now transformers can create a new column instead of replace the input +- **Bug Fix** + - Make requirements more flexible to cover the latest releases + - split_evaluator_extractor now supports eval_name parameter + - Fixed `drop_first_column` behaviour in onehot categorizer +- **New** + - Add learner to calibrate predictions based on a fairness metric +- **Documentation** + - Fixed docstrings for `reverse_time_learning_curve_splitter` and `feature_importance_backward_selection` + ## [1.20.0] - 2020-07-13 - **Enhancement** - Now Catboost learner is pickable diff --git a/src/fklearn/resources/VERSION b/src/fklearn/resources/VERSION index 39893559..3500250a 100644 --- a/src/fklearn/resources/VERSION +++ b/src/fklearn/resources/VERSION @@ -1 +1 @@ -1.20.0 +1.21.0