Skip to content

Commit

Permalink
🆙 Bump up version number to 0.19.2
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshoku committed Jun 20, 2020
1 parent 7d13122 commit 1fba3e8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,8 @@
# 0.19.2
- Fix L2Normalizer to avoid zero divide.
- Add preprocssing class for [L1Normalizer](https://yoshoku.github.io/rumale/doc/Rumale/Preprocessing/L1Normalizer.html).
- Add transformer class for [TfidfTransformer](https://yoshoku.github.io/rumale/doc/Rumale/FeatureExtraction/TfidfTransformer.html).

# 0.19.1
- Add cluster analysis class for [mini-batch K-Means](https://yoshoku.github.io/rumale/doc/Rumale/Clustering/MiniBatchKMeans.html).
- Fix some typos.
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.19.1'
VERSION = '0.19.2'
end

0 comments on commit 1fba3e8

Please sign in to comment.