Skip to content

Commit

Permalink
🆙 Bump up version number to 0.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshoku committed Aug 22, 2020
1 parent 1d99d5a commit 074cd82
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 0.20.1
- Add cross-validator classes that split data according group labels.
- [GroupShuffleSplit](https://yoshoku.github.io/rumale/doc/Rumale/ModelSelection/GroupShuffleSplit.html)
- [GroupKFold](https://yoshoku.github.io/rumale/doc/Rumale/ModelSelection/GroupKFold.html)
- Fix fraction treating of the number of samples on shuffle split cross-validator classes.
- Refactor some codes with Rubocop.

# 0.20.0
## Breaking changes
- Delete deprecated estimators such as PolynomialModel, Optimizer, and BaseLinearModel.
Expand Down
2 changes: 1 addition & 1 deletion lib/rumale/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
# Rumale is a machine learning library in Ruby.
module Rumale
# The version of Rumale you are using.
VERSION = '0.20.0'
VERSION = '0.20.1'
end

0 comments on commit 074cd82

Please sign in to comment.