numo-liblinear 2.4.0 → 3.0.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 +6 -0
- data/README.md +2 -0
- data/ext/numo/liblinear/extconf.rb +13 -1
- data/lib/numo/liblinear/version.rb +1 -1
- metadata +9 -8
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 801d6ed5e1bee82b834821190bd146dc2a0c2d99342808cf93d4521e4d74a0a2
|
4
|
+
data.tar.gz: 0dd5510dcd7cc2f2b5963141374c6993ca5030d5dc2c3d60a896ae336123b037
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fa81218b4c8c4b7a6afad06e83606d57521a1dce0c75c76cb24ab92530639becdf57e89637a7be8f67c1a0d2fd0136c219a55d3e984e82df28920a7ccc764916
|
7
|
+
data.tar.gz: c2b756af42d1de564d2c4e527a96174239a240f85cd6f882cc4009f0cef0002e4001e9d133aba6bfa56ce1524c44fd394a22d6d99d5d9fbee297a80cd5c94b0c
|
data/CHANGELOG.md
CHANGED
@@ -1,3 +1,9 @@
|
|
1
|
+
# [[3.0.0](https://github.com/yoshoku/numo-liblinear/compare/v2.4.0...v3.0.0)] - 2025-10-01
|
2
|
+
|
3
|
+
**Breaking chage**
|
4
|
+
|
5
|
+
- Change dependency from numo-narray to [numo-narray-alt](https://github.com/yoshoku/numo-narray-alt).
|
6
|
+
|
1
7
|
# [[2.4.0](https://github.com/yoshoku/numo-liblinear/compare/v2.3.0...v2.4.0)] - 2025-05-31
|
2
8
|
|
3
9
|
- Update bundled LIBLINEAR to 2.49
|
data/README.md
CHANGED
@@ -14,6 +14,8 @@ Note: There are other useful Ruby gems binding to LIBLINEAR:
|
|
14
14
|
[liblinear-ruby](https://github.com/kei500/liblinear-ruby) by Kei Tsuchiya and
|
15
15
|
[liblinear-ruby-swig](https://github.com/tomz/liblinear-ruby-swig) by Tom Zeng.
|
16
16
|
|
17
|
+
Note: Since v3.0.0, this library uses [Numo::NArray Alternative](https://github.com/yoshoku/numo-narray-alt) instead of Numo::NArray as a dependency.
|
18
|
+
|
17
19
|
## Installation
|
18
20
|
Numo::Liblinear bundles LIBLINEAR. There is no need to install LIBLINEAR in advance.
|
19
21
|
|
@@ -26,7 +26,19 @@ if RUBY_PLATFORM.match?(/darwin/) && Gem::Version.new('3.1.0') <= Gem::Version.n
|
|
26
26
|
end
|
27
27
|
end
|
28
28
|
|
29
|
-
|
29
|
+
|
30
|
+
have_libcpp = false
|
31
|
+
if RUBY_PLATFORM.include?('darwin')
|
32
|
+
if have_library('c++')
|
33
|
+
have_libcpp = true
|
34
|
+
else
|
35
|
+
warn 'libc++ is not found.'
|
36
|
+
end
|
37
|
+
end
|
38
|
+
|
39
|
+
if !have_libcpp && !RUBY_PLATFORM.include?('mswin')
|
40
|
+
warn 'libstdc++ is not found.' unless have_library('stdc++')
|
41
|
+
end
|
30
42
|
|
31
43
|
$srcs = Dir.glob("#{$srcdir}/**/*.cpp").map { |path| File.basename(path) }
|
32
44
|
$srcs.concat(%w[daxpy.c ddot.c dnrm2.c dscal.c])
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: numo-liblinear
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 3.0.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- yoshoku
|
@@ -10,19 +10,19 @@ cert_chain: []
|
|
10
10
|
date: 1980-01-02 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
|
-
name: numo-narray
|
13
|
+
name: numo-narray-alt
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|
15
15
|
requirements:
|
16
|
-
- - "
|
16
|
+
- - "~>"
|
17
17
|
- !ruby/object:Gem::Version
|
18
|
-
version: 0.9.
|
18
|
+
version: 0.9.3
|
19
19
|
type: :runtime
|
20
20
|
prerelease: false
|
21
21
|
version_requirements: !ruby/object:Gem::Requirement
|
22
22
|
requirements:
|
23
|
-
- - "
|
23
|
+
- - "~>"
|
24
24
|
- !ruby/object:Gem::Version
|
25
|
-
version: 0.9.
|
25
|
+
version: 0.9.3
|
26
26
|
description: |
|
27
27
|
Numo::Liblinear is a Ruby gem binding to the LIBLINEAR library.
|
28
28
|
LIBLINEAR is one of the famous libraries for large-scale regularized linear classification and regression.
|
@@ -60,7 +60,8 @@ licenses:
|
|
60
60
|
metadata:
|
61
61
|
homepage_uri: https://github.com/yoshoku/numo-liblinear
|
62
62
|
source_code_uri: https://github.com/yoshoku/numo-liblinear
|
63
|
-
|
63
|
+
changelog_uri: https://github.com/yoshoku/numo-liblinear/blob/main/CHANGELOG.md
|
64
|
+
documentation_uri: https://gemdocs.org/gems/numo-liblinear/3.0.0/
|
64
65
|
rubygems_mfa_required: 'true'
|
65
66
|
rdoc_options: []
|
66
67
|
require_paths:
|
@@ -76,7 +77,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
76
77
|
- !ruby/object:Gem::Version
|
77
78
|
version: '0'
|
78
79
|
requirements: []
|
79
|
-
rubygems_version: 3.6.
|
80
|
+
rubygems_version: 3.6.9
|
80
81
|
specification_version: 4
|
81
82
|
summary: Numo::Liblinear is a Ruby gem binding to the LIBLINEAR library. Numo::Liblinear
|
82
83
|
makes to use the LIBLINEAR functions with dataset represented by Numo::NArray.
|