Skip to content

Commit

Permalink
🆙 Bump up version number to 0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshoku committed Jan 1, 2020
1 parent 530d544 commit bef7b38
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.15.0
- Add feature extractor classes:
- [HashVectorizer](https://yoshoku.github.io/rumale/doc/Rumale/FeatureExtraction/HashVectorizer.html)
- [FeatureHasher](https://yoshoku.github.io/rumale/doc/Rumale/FeatureExtraction/FeatureHasher.html)

# 0.14.5
- Fix to suppress deprecation warning about keyword argument in Ruby 2.7.

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.14.5'
VERSION = '0.15.0'
end

0 comments on commit bef7b38

Please sign in to comment.