rumale-svm 0.5.1 → 0.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +3 -0
- data/lib/rumale/svm/version.rb +2 -2
- metadata +8 -8
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c8cb843c4d4245f90f57ee22722e8e899e8e5077e29773629001dccf9e243010
|
|
4
|
+
data.tar.gz: b26af5c7c940562086ee2f7859315779db0e2be372c47da4e518b6fa77099d35
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0ca52d3c96333ee5ee60ec43b36c9d7a80687d9a3241b29d0872cbc1569eb45e22966f52cbde34de103c43c46d88d64a8685703db58c58c9828db2d4daf8b9c7
|
|
7
|
+
data.tar.gz: ff2a02ec2891dcf3626af1033dd3b181b697e8a43155bb6923e3cda31ef2116581b77e1201e934d152d6667a7b51ccf943a498cccf9fb8617a438899a99b5cdf
|
data/CHANGELOG.md
CHANGED
data/lib/rumale/svm/version.rb
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
module Rumale
|
|
5
5
|
# This module consists of Rumale interfaces for suppor vector machine algorithms with LIBSVM and LIBLINEAR.
|
|
6
6
|
module SVM
|
|
7
|
-
# The version of Rumale
|
|
8
|
-
VERSION = '0.
|
|
7
|
+
# The version of Rumale::SVM you are using.
|
|
8
|
+
VERSION = '0.6.0'
|
|
9
9
|
end
|
|
10
10
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rumale-svm
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.6.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- yoshoku
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-05-
|
|
11
|
+
date: 2022-05-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: numo-liblinear
|
|
@@ -16,28 +16,28 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - "~>"
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: '
|
|
19
|
+
version: '2.0'
|
|
20
20
|
type: :runtime
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
24
|
- - "~>"
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
|
-
version: '
|
|
26
|
+
version: '2.0'
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: numo-libsvm
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
|
30
30
|
requirements:
|
|
31
31
|
- - "~>"
|
|
32
32
|
- !ruby/object:Gem::Version
|
|
33
|
-
version: '
|
|
33
|
+
version: '2.0'
|
|
34
34
|
type: :runtime
|
|
35
35
|
prerelease: false
|
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
|
37
37
|
requirements:
|
|
38
38
|
- - "~>"
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
|
-
version: '
|
|
40
|
+
version: '2.0'
|
|
41
41
|
- !ruby/object:Gem::Dependency
|
|
42
42
|
name: rumale
|
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -58,7 +58,7 @@ dependencies:
|
|
|
58
58
|
- - "<"
|
|
59
59
|
- !ruby/object:Gem::Version
|
|
60
60
|
version: '0.24'
|
|
61
|
-
description: 'Rumale
|
|
61
|
+
description: 'Rumale::SVM provides support vector machine algorithms of LIBSVM and
|
|
62
62
|
LIBLINEAR with Rumale interface.
|
|
63
63
|
|
|
64
64
|
'
|
|
@@ -119,6 +119,6 @@ requirements: []
|
|
|
119
119
|
rubygems_version: 3.2.33
|
|
120
120
|
signing_key:
|
|
121
121
|
specification_version: 4
|
|
122
|
-
summary: Rumale
|
|
122
|
+
summary: Rumale::SVM provides support vector machine algorithms of LIBSVM and LIBLINEAR
|
|
123
123
|
with Rumale interface.
|
|
124
124
|
test_files: []
|