Skip to content

Commit

Permalink
Bump Version (#88)
Browse files Browse the repository at this point in the history
* Bump Version

* Update CHANGELOG.md
  • Loading branch information
caique-lima authored Aug 12, 2019
1 parent e81560d commit fe2908b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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.14.0
1.15.0

0 comments on commit fe2908b

Please sign in to comment.