🆙 Bump up version number to 0.23.1

This commit is contained in:
yoshoku 2021-06-27 12:52:08 +09:00
parent ad2da7a4f8
commit 7c4494aef1
No known key found for this signature in database
GPG Key ID: CE6FD44E4CECB558
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
# 0.23.1
- Fix all estimators to return inference results in a contiguous narray.
- Fix to use until statement instead of recursive call on apply methods of tree estimators.
- Rename native extension files.
- Introduce clang-format for native extension codes.
# 0.23.0
## Breaking change
- Change automalically selected solver from sgd to lbfgs in

View File

@ -3,5 +3,5 @@
# Rumale is a machine learning library in Ruby.
module Rumale
# The version of Rumale you are using.
VERSION = '0.23.0'
VERSION = '0.23.1'
end