numo-linalg-alt 0.10.0 → 0.10.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: 02c4a7fb67ede1dc5a1972e6fb61aee736449a82af55caa02ce3ba8e791331d3
4
- data.tar.gz: 8c916be2b56d7d702fc90c97be369992260ec8319c4292787e084d91a6dd739b
3
+ metadata.gz: '03182dbfd16d4090bd191c21685947ca86a05ee24e9da1ebaeef16e567fd3a75'
4
+ data.tar.gz: 5e7233b492abe9fd9040ce0b9c1ed4c16499934e77ae6dbabf2f125673a83f71
5
5
  SHA512:
6
- metadata.gz: d755f5ad294d2308a2302b545306330b8b985e674b0e2a53b5626a1be07c4a51c656ffb1c312dff7757a290b7003db2e698e0dbc734cd9a885507c8fb9d617bb
7
- data.tar.gz: 5fd33130ecfa7e41ae4478a3105708ae572a49d3ead4c96908c6c4f92c31a055e709e81bb91408b7d20c29a2ccdb75f738b60cba5c51fdd3002ff550610c2d6f
6
+ metadata.gz: f5621d8484a303f59fb5113e2c53f20a584e4c37d7431075ba371cbebd4d4a188f37e932d970602c590650473d068c501e86d3df1a283f6123eeb047bf254589
7
+ data.tar.gz: a159e9c3eca08125d411e1a7cd1c52ca6da43b518988252ce9b9d5982a5bef22eacb7df10eaeb5117aec1c9fb10d6c58739da4f5296234e522d874617400b7b2
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## [[0.10.1](https://github.com/yoshoku/numo-linalg-alt/compare/v0.10.0...v0.10.1)] - 2026-07-17
2
+
3
+ - bump OpenBLAS from 0.3.33 to 0.3.34.
4
+
1
5
  ## [[0.10.0](https://github.com/yoshoku/numo-linalg-alt/compare/v0.9.1...v0.10.0)] - 2026-07-05
2
6
 
3
7
  - relax numo-narray-alt upper bound to < 0.12.0.
@@ -71,8 +71,8 @@ if build_openblas
71
71
 
72
72
  VENDOR_DIR = File.expand_path("#{__dir__}/../../../vendor")
73
73
  LINALG_DIR = File.expand_path("#{__dir__}/../../../lib/numo/linalg")
74
- OPENBLAS_VER = '0.3.33'
75
- OPENBLAS_KEY = '96c5cd9013013faefc294bc57830c77d'
74
+ OPENBLAS_VER = '0.3.34'
75
+ OPENBLAS_KEY = 'ae9a0c2945f91b6f91747fd89a301d36'
76
76
  OPENBLAS_URI = "https://github.com/OpenMathLib/OpenBLAS/archive/v#{OPENBLAS_VER}.tar.gz"
77
77
  OPENBLAS_TGZ = "#{VENDOR_DIR}/tmp/openblas.tgz"
78
78
 
@@ -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.10.0'
8
+ VERSION = '0.10.1'
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.10.0
4
+ version: 0.10.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - yoshoku
@@ -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.10.0/
168
+ documentation_uri: https://gemdocs.org/gems/numo-linalg-alt/0.10.1/
169
169
  rubygems_mfa_required: 'true'
170
170
  rdoc_options: []
171
171
  require_paths: