Skip to content

Commit

Permalink
v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshoku committed May 15, 2022
1 parent fdb5cbe commit 3ea4629
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 0.6.0
- Update numo-libsvm and numo-liblinear depedency to v2.0 or higher.

# 0.5.1
- Refator specs and config files.

Expand Down
4 changes: 2 additions & 2 deletions lib/rumale/svm/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
module Rumale
# This module consists of Rumale interfaces for suppor vector machine algorithms with LIBSVM and LIBLINEAR.
module SVM
# The version of Rumale-SVM you are using.
VERSION = '0.5.1'
# The version of Rumale::SVM you are using.
VERSION = '0.6.0'
end
end

0 comments on commit 3ea4629

Please sign in to comment.