Skip to content

Commit

Permalink
🆙 Bump up version number to 0.13.3
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshoku committed Sep 15, 2019
1 parent ac0f16c commit 8c56175
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.13.3
- Add transformer class for [Kernel PCA](https://yoshoku.github.io/rumale/doc/Rumale/KernelMachine/KernelPCA.html).
- Add regressor class for [Kernel Ridge](https://yoshoku.github.io/rumale/doc/Rumale/KernelMachine/KernelRidge.html).

# 0.13.2
- Add preprocessing class for label binarization.
- Fix to use LabelBinarizer instead of OneHotEncoder.
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.13.2'
VERSION = '0.13.3'
end

0 comments on commit 8c56175

Please sign in to comment.