Skip to content

Commit

Permalink
🆙 Bump up version number to 0.22.4
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshoku committed Feb 21, 2021
1 parent 0e37aa0 commit 7e711f5
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.22.4
- Add classifier and regressor classes for voting ensemble method.
- [VotingClassifier](https://yoshoku.github.io/rumale/doc/Rumale/Ensemble/VotingClassifier.html)
- [VotingRegressor](https://yoshoku.github.io/rumale/doc/Rumale/Ensemble/VotingRegressor.html)
- Refactor some codes.
- Fix some typos on API documentation.

# 0.22.3
- Add regressor class for non-negative least square method.
- [NNLS](https://yoshoku.github.io/rumale/doc/Rumale/LinearModel/NNLS.html)
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.22.3'
VERSION = '0.22.4'
end

0 comments on commit 7e711f5

Please sign in to comment.