numo-liblinear 3.1.1 → 3.2.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fd0c8f910881911dd12c6106e911c7734b88e57a679bb9a803580242402b7584
4
- data.tar.gz: 3406136f646003cb660ef8240024671613c1e0e56c4a6dfe5ba2bf04ee06a11a
3
+ metadata.gz: 0b8e4fc48b8d4a1fe6ed74ca29861b11274f157c5a102b219769810d74ad73e3
4
+ data.tar.gz: 0f2dd0c48551f1a2deefb199483b2f314db8709959384724972651bfc9c96dda
5
5
  SHA512:
6
- metadata.gz: 611c4eda7ebce7f60eb44d769223343243b7359aec140c4afe55ec951a880ea6ebbd6c28f0a299baca650963af8aae7df9ce55564110fd295a110a35c67dfc31
7
- data.tar.gz: a0b26fe3cddbddd523c85867efda2c2d92bc07b5d73658ed307a68ee24efdc11ba324a058d85125fdbcaac80db2b6d4371e1f5e530b0a28a9b99b0505431bd11
6
+ metadata.gz: 81d9345c21e47eaf2796d9b52588b8d1e44c4898d66600d5c51e24c0ffaf476ee78d6c461f83d5ac86a9ec52dd275128082bf4f65bd8318499198a73c9adcee1
7
+ data.tar.gz: 7be12527d6844ab10b9898c3e765d1d0ceface887081e095e962dc4cc14e3bf4cf0a76a55fc936a186993e387be349e2fd84ccf7e0a7089f31d25b344684c99c
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ # [[3.2.0](https://github.com/yoshoku/numo-liblinear/compare/v3.1.1...v3.2.0)] - 2026-07-05
2
+
3
+ - Relax numo-narray-alt upper bound to < 0.12.0.
4
+
1
5
  # [[3.1.1](https://github.com/yoshoku/numo-liblinear/compare/v3.1.0...v3.1.1)] - 2026-02-17
2
6
 
3
7
  - Remove unnecessary C++ shared library loading check from native extensions build step.
@@ -3,6 +3,6 @@
3
3
  module Numo
4
4
  module Liblinear
5
5
  # The version of Numo::Liblienar you are using.
6
- VERSION = '3.1.1'
6
+ VERSION = '3.2.0'
7
7
  end
8
8
  end
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: 3.1.1
4
+ version: 3.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - yoshoku
@@ -18,7 +18,7 @@ dependencies:
18
18
  version: 0.9.10
19
19
  - - "<"
20
20
  - !ruby/object:Gem::Version
21
- version: 0.11.0
21
+ version: 0.12.0
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -28,7 +28,7 @@ dependencies:
28
28
  version: 0.9.10
29
29
  - - "<"
30
30
  - !ruby/object:Gem::Version
31
- version: 0.11.0
31
+ version: 0.12.0
32
32
  description: |
33
33
  Numo::Liblinear is a Ruby gem binding to the LIBLINEAR library.
34
34
  LIBLINEAR is one of the famous libraries for large-scale regularized linear classification and regression.
@@ -67,7 +67,7 @@ metadata:
67
67
  homepage_uri: https://github.com/yoshoku/numo-liblinear
68
68
  source_code_uri: https://github.com/yoshoku/numo-liblinear
69
69
  changelog_uri: https://github.com/yoshoku/numo-liblinear/blob/main/CHANGELOG.md
70
- documentation_uri: https://gemdocs.org/gems/numo-liblinear/3.1.1/
70
+ documentation_uri: https://gemdocs.org/gems/numo-liblinear/3.2.0/
71
71
  rubygems_mfa_required: 'true'
72
72
  rdoc_options: []
73
73
  require_paths:
@@ -83,7 +83,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
83
83
  - !ruby/object:Gem::Version
84
84
  version: '0'
85
85
  requirements: []
86
- rubygems_version: 4.0.3
86
+ rubygems_version: 4.0.13
87
87
  specification_version: 4
88
88
  summary: Numo::Liblinear is a Ruby gem binding to the LIBLINEAR library. Numo::Liblinear
89
89
  makes to use the LIBLINEAR functions with dataset represented by Numo::NArray.