Skip to content

Commit

Permalink
Fklearn version 2.1.0 - changelog (#203)
Browse files Browse the repository at this point in the history
* changelog

* Update CHANGELOG.md

Co-authored-by: Caique Lima <caique.flima@gmail.com>
  • Loading branch information
robotenique and caique-lima committed Jul 26, 2022
1 parent a398a55 commit 87dd877
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [2.1.0] - 2022-07-25
- **Enhancement**
- Add optional parameter `return_eval_logs_on_train` to the `validator` function,
enabling it to return the evaluation logs for all training folds instead of just
the first one
- **Bug Fix**
- Fix import in `pd_extractors.py` for Python 3.10 compatibility
- Set a minimal version of Python (3.6.2) for Fklearn
- **Documentation**
- Fixing some typos, broken links and general improvement on the documentation

## [2.0.0] - 2021-12-28
- **Possible breaking changes**
- Allow greater versions of `catboost`, `lightgbm`, `xgboost`, `shap`, `swifter`
Expand Down

0 comments on commit 87dd877

Please sign in to comment.