numo-linalg-alt 0.9.1 → 0.10.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: 2be058f70990035c731689a4784185d6eef5ce44f27269dac0069ab463837cf1
4
- data.tar.gz: 395d611376e5b39da69ee641834d60386caa5903354afa5c2a6374ca7b4e12b2
3
+ metadata.gz: 02c4a7fb67ede1dc5a1972e6fb61aee736449a82af55caa02ce3ba8e791331d3
4
+ data.tar.gz: 8c916be2b56d7d702fc90c97be369992260ec8319c4292787e084d91a6dd739b
5
5
  SHA512:
6
- metadata.gz: 7d848848e62683dd518a043f941bb45c7f9d9b99d92943e08664c4fee6cff7fc8b3838a1aaeeed65bdd3cfb7218adfc085e3523f8e6d24f75d7f41e5cbebbc69
7
- data.tar.gz: 3cb5325539e038a528e576532e2442fbc99da21031a20428051a4803e6f44d83f135d2c05e9abb2b844639a6378770f2ba80f5cf913f53014ba0834eaec70e15
6
+ metadata.gz: d755f5ad294d2308a2302b545306330b8b985e674b0e2a53b5626a1be07c4a51c656ffb1c312dff7757a290b7003db2e698e0dbc734cd9a885507c8fb9d617bb
7
+ data.tar.gz: 5fd33130ecfa7e41ae4478a3105708ae572a49d3ead4c96908c6c4f92c31a055e709e81bb91408b7d20c29a2ccdb75f738b60cba5c51fdd3002ff550610c2d6f
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## [[0.10.0](https://github.com/yoshoku/numo-linalg-alt/compare/v0.9.1...v0.10.0)] - 2026-07-05
2
+
3
+ - relax numo-narray-alt upper bound to < 0.12.0.
4
+
1
5
  ## [[0.9.1](https://github.com/yoshoku/numo-linalg-alt/compare/v0.9.0...v0.9.1)] - 2026-04-26
2
6
 
3
7
  - bump OpenBLAS from 0.3.30 to 0.3.33.
@@ -5,6 +5,6 @@ module Numo
5
5
  # Numo::Linalg Alternative (numo-linalg-alt) is an alternative to Numo::Linalg.
6
6
  module Linalg
7
7
  # The version of numo-linalg-alt you install.
8
- VERSION = '0.9.1'
8
+ VERSION = '0.10.0'
9
9
  end
10
10
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: numo-linalg-alt
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.1
4
+ version: 0.10.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::Linalg Alternative (numo-linalg-alt) is an alternative to Numo::Linalg.
34
34
  Unlike Numo::Linalg, numo-linalg-alt depends on Numo::NArray Alternative (numo-narray-alt).
@@ -165,7 +165,7 @@ metadata:
165
165
  homepage_uri: https://github.com/yoshoku/numo-linalg-alt
166
166
  source_code_uri: https://github.com/yoshoku/numo-linalg-alt
167
167
  changelog_uri: https://github.com/yoshoku/numo-linalg-alt/blob/main/CHANGELOG.md
168
- documentation_uri: https://gemdocs.org/gems/numo-linalg-alt/0.9.1/
168
+ documentation_uri: https://gemdocs.org/gems/numo-linalg-alt/0.10.0/
169
169
  rubygems_mfa_required: 'true'
170
170
  rdoc_options: []
171
171
  require_paths:
@@ -181,7 +181,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
181
181
  - !ruby/object:Gem::Version
182
182
  version: '0'
183
183
  requirements: []
184
- rubygems_version: 4.0.6
184
+ rubygems_version: 4.0.13
185
185
  specification_version: 4
186
186
  summary: Numo::Linalg Alternative (numo-linalg-alt) is an alternative to Numo::Linalg.
187
187
  test_files: []