From fe2908b5a81097b5a46d8ddeab15f8760f5b19f7 Mon Sep 17 00:00:00 2001 From: Caique Lima Date: Mon, 12 Aug 2019 13:31:17 +0200 Subject: [PATCH] Bump Version (#88) * Bump Version * Update CHANGELOG.md --- CHANGELOG.md | 16 ++++++++++++++++ src/fklearn/resources/VERSION | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b7c698e2..25293d58 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [1.15.0] - 2019-08-12 +- **Enhancement** + - Make `custom_transformer` a pure function + - Remove unused requirements +- **New** + - Now features created by one hot enconding can be used in the next steps of pipeline + - Shap multiclass support + - Custom model pipeline +- **Bug Fix** + - Fix the way one hot encoding handle nans +- **Documentation** + - Minor fix flake8 documentation to make it work in other shells + - Fix fbeta_score_evaluator docstring + - Fix typo on onehot_categorizer + - New tutorial from meetup presentation + ## [1.14.0] - 2019-04-30 - **Enhancement** - Validator accepts predict_oof as argument diff --git a/src/fklearn/resources/VERSION b/src/fklearn/resources/VERSION index 850e7424..141f2e80 100644 --- a/src/fklearn/resources/VERSION +++ b/src/fklearn/resources/VERSION @@ -1 +1 @@ -1.14.0 +1.15.0