Skip to content

Commit

Permalink
🆙 Bump up version number to 0.20.2
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshoku committed Sep 2, 2020
1 parent caeb959 commit 3a9a29d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,7 @@
# 0.20.2
- Add cross-validator class for time-series data.
- [TimeSeriesSplit](https://yoshoku.github.io/rumale/doc/Rumale/ModelSelection/TimeSeriesSplit.html)

# 0.20.1
- Add cross-validator classes that split data according group labels.
- [GroupKFold](https://yoshoku.github.io/rumale/doc/Rumale/ModelSelection/GroupKFold.html)
Expand Down
2 changes: 1 addition & 1 deletion lib/rumale/version.rb
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.1'
VERSION = '0.20.2'
end

0 comments on commit 3a9a29d

Please sign in to comment.