🆙 Bump up version number to 0.23.1
This commit is contained in:
parent
ad2da7a4f8
commit
7c4494aef1
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue