numo-libsvm 3.1.0 → 3.1.1

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ce0bba312502df8987fce7634e8afe803f4106d2c09b7466d137eba81b9d1b07
4
- data.tar.gz: 9f0563c66133a1b9d41cc69e8bc06727abb2fed4bf7399341d85d11ba241c823
3
+ metadata.gz: 03dd06a979fac643362f39021cef559518ba64020707dc80519302b4f96cbda7
4
+ data.tar.gz: fc158a4d9421a3d15a9b848c4ca80a48848fcf37ff2a0e1cc733836c9abda2f8
5
5
  SHA512:
6
- metadata.gz: b68f8597e7b250e6c8a6ecb0c8fd77a93653c398cfc0dfc63612cd3feab05ce8346298ff2b5a78681d41d7a318bfac2d7e319b72d7f7864d799299364a78285e
7
- data.tar.gz: 5422108c274aaf37be9e880b5f2ad4192b38f70e5c61653a24b83a55416928cf178ed9844c4c2d48a8bc18487f08981015a3cdae15d2ae482a9fc32cea94b403
6
+ metadata.gz: 188c13ade247698e594269c9a866abb6a6fa2a4a1e65daa8f34f57fe8b539124f0b894e921768207acb39f2ff93a1d9228095a3e18479edcdb05d46e60b75e99
7
+ data.tar.gz: 3a0552baa7e69208c36fbca678ec9837e1b55d6cff41a7ffe9254579b2ebc2609b0e54a96f517239c9cfeefd0320fa21b6510958e001686ae65fd79028667535
data/CHANGELOG.md CHANGED
@@ -1,6 +1,10 @@
1
+ # [[3.1.1](https://github.com/yoshoku/numo-libsvm/compare/v3.1.0...v3.1.1)] - 2026-02-17
2
+
3
+ - Remove unnecessary C++ shared library loading check from native extensions build step.
4
+
1
5
  # [[3.1.0](https://github.com/yoshoku/numo-libsvm/compare/v3.0.1...v3.1.0)] - 2026-02-06
2
6
 
3
- - relax numo-narray-alt version constraint to >= 0.9.10, < 0.11.0.
7
+ - Relax numo-narray-alt version constraint to >= 0.9.10, < 0.11.0.
4
8
 
5
9
  # [[3.0.1](https://github.com/yoshoku/numo-libsvm/compare/v3.0.0...v3.0.1)] - 2025-11-19
6
10
 
@@ -9,7 +13,7 @@
9
13
 
10
14
  # [[3.0.0](https://github.com/yoshoku/numo-libsvm/compare/v2.3.0...v3.0.0)] - 2025-10-01
11
15
 
12
- **Breaking chage**
16
+ **Breaking change**
13
17
 
14
18
  - Change dependency from numo-narray to [numo-narray-alt](https://github.com/yoshoku/numo-narray-alt).
15
19
 
@@ -26,19 +26,6 @@ if RUBY_PLATFORM.match?(/darwin/) && Gem::Version.new('3.1.0') <= Gem::Version.n
26
26
  end
27
27
  end
28
28
 
29
- have_libcpp = false
30
- if RUBY_PLATFORM.include?('darwin')
31
- if have_library('c++')
32
- have_libcpp = true
33
- else
34
- warn 'libc++ is not found.'
35
- end
36
- end
37
-
38
- if !have_libcpp && !RUBY_PLATFORM.include?('mswin')
39
- warn 'libstdc++ is not found.' unless have_library('stdc++')
40
- end
41
-
42
29
  $srcs = Dir.glob("#{$srcdir}/**/*.cpp").map { |path| File.basename(path) }
43
30
  $INCFLAGS << " -I$(srcdir)/src"
44
31
  $VPATH << "$(srcdir)/src"
@@ -3,6 +3,6 @@
3
3
  module Numo
4
4
  module Libsvm
5
5
  # The version of Numo::Libsvm you are using.
6
- VERSION = '3.1.0'
6
+ VERSION = '3.1.1'
7
7
  end
8
8
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: numo-libsvm
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.0
4
+ version: 3.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - yoshoku
@@ -60,7 +60,7 @@ metadata:
60
60
  homepage_uri: https://github.com/yoshoku/numo-libsvm
61
61
  source_code_uri: https://github.com/yoshoku/numo-libsvm
62
62
  changelog_uri: https://github.com/yoshoku/numo-libsvm/blob/main/CHANGELOG.md
63
- documentation_uri: https://gemdocs.org/gems/numo-libsvm/3.1.0/
63
+ documentation_uri: https://gemdocs.org/gems/numo-libsvm/3.1.1/
64
64
  rubygems_mfa_required: 'true'
65
65
  rdoc_options: []
66
66
  require_paths: