Skip to content

Commit

Permalink
Release 1.21.0 (#153)
Browse files Browse the repository at this point in the history
* Bump version

* Update changelog
  • Loading branch information
caique-lima committed Oct 2, 2020
1 parent cb6ca7e commit 5cc182f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/fklearn/resources/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.20.0
1.21.0

0 comments on commit 5cc182f

Please sign in to comment.