Skip to content

Commit

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

* Update CHANGELOG.md
  • Loading branch information
caique-lima authored Oct 7, 2019
1 parent 1161f53 commit 9ffe6a6
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [1.16.0] - 2019-10-07
- **Enhancement**
- Improve split evaluator to avoid unexpected errors
- **New**
- Now users can install only the set of requirements they need
- Add Target encoding learner
- Add PR AUC and rename AUC evaluator to ROC AUC
- **Bug Fix**
- Fix bug with space_time_split_dataset fn
- **Documentation**
- Update space time split DOCSTRING to match the actual behaviour
- Add more tutorials(Pydata)


## [1.15.1] - 2019-08-16
- **Enhancement**
- Now learners that have a model exposes it in the logs as `object` key
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.15.1
1.16.0

0 comments on commit 9ffe6a6

Please sign in to comment.