Skip to content

Commit

Permalink
🆙 Bump up version number to 0.18.7
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshoku committed May 16, 2020
1 parent f049ca1 commit 2fe1a4e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.18.7
- Fix to convert target_name to string array in [classification_report method](https://yoshoku.github.io/rumale/doc/Rumale/EvaluationMeasure.html#classification_report-class_method).
- Refactor some codes with Rubocop.

# 0.18.6
- Fix some configuration files.
- Update API documentation.
Expand Down
2 changes: 1 addition & 1 deletion lib/rumale/version.rb
Original file line number Diff line number Diff line change
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.18.6'
VERSION = '0.18.7'
end

0 comments on commit 2fe1a4e

Please sign in to comment.