Skip to content

Commit

Permalink
🆙 Bump up version number to 0.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshoku committed Apr 4, 2021
1 parent b2a4ec2 commit 5e8d343
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# 0.23.0
## Breaking change
- Change automalically selected solver from sgd to lbfgs in
[LinearRegression](https://yoshoku.github.io/rumale/doc/Rumale/LinearModel/LinearRegression.html) and
[Ridge](https://yoshoku.github.io/rumale/doc/Rumale/LinearModel/Ridge.html).
- When given 'auto' to solver parameter, these estimator select the 'svd' solver if Numo::Linalg is loaded.
Otherwise, they select the 'lbfgs' solver.

# 0.22.5
- Add transformer class for calculating kernel matrix.
- [KernelCalculator](https://yoshoku.github.io/rumale/doc/Rumale/Preprocessing/KernelCalculator.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.5'
VERSION = '0.23.0'
end

0 comments on commit 5e8d343

Please sign in to comment.