numo-openblas 0.4.6 → 0.4.7

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: 4df101ffddf6a60f7648178e1353a1347754a9c51f28e4fcd8f9105fab4bda3f
4
- data.tar.gz: 9f0c99c8a80c09562b290b8f1c8080f526e96cce5a88ac21843d930e68268b2a
3
+ metadata.gz: d5230ed1874d84d922b562f3e927650b9c6efffc23ba0ef7e8898c5eac9625df
4
+ data.tar.gz: 3cb5875403295f8ae934ce8aadf88b15da32bcd57851b117ffb69cdc6545b527
5
5
  SHA512:
6
- metadata.gz: 5e9512cb71888c6d2860994078c76ba294f93ba71bb20d0b9fdfe80523c2ef79c041268b56ed937a3cc7ba4929361fed428bb3331141efb25abdb766ff71980a
7
- data.tar.gz: ab463f6ded8bd148f9a0cc71d3ed8af6df617e601ebbc81831bce684a298deb7612a84fe462c1d3fec287402da0ebf0841fda1f01188d22e34aa42da03b90b37
6
+ metadata.gz: bf37d995d9ce21b2ad56764a0f7553c04373ad1f47ca85996bc26e23fc0d5d3e40efe4c186f28b8b985bea24981a200d3aab91235f73b53a599649eeb6339831
7
+ data.tar.gz: 7f63afa01206ff7d1ebd8e80a83e8d89444a007cb966bc9278f6b9052c6d4d37b8953b8d0f26e99ec30b02f97e3cab6239144001c562955dd4662f36d1e8c5fd
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ ## 0.4.7
2
+ - Refactor codes and configs with RuboCop.
3
+
1
4
  ## 0.4.6
2
5
  - Change the version of OpenBLAS to be downloaded to 0.3.20.
3
6
  - Introduce conventional commits.
@@ -5,6 +5,6 @@ module Numo
5
5
  # Numo::OpenBLAS loads Numo::NArray and Linalg with OpenBLAS used as backend library.
6
6
  module OpenBLAS
7
7
  # The version of Numo::OpenBLAS you install.
8
- VERSION = '0.4.6'
8
+ VERSION = '0.4.7'
9
9
  end
10
10
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: numo-openblas
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.6
4
+ version: 0.4.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - yoshoku
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-02-23 00:00:00.000000000 Z
11
+ date: 2022-07-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: numo-linalg
@@ -51,6 +51,7 @@ metadata:
51
51
  source_code_uri: https://github.com/yoshoku/numo-openblas
52
52
  changelog_uri: https://github.com/yoshoku/numo-openblas/blob/main/CHANGELOG.md
53
53
  documentation_uri: https://github.com/yoshoku/numo-openblas/blob/main/README.md
54
+ rubygems_mfa_required: 'true'
54
55
  post_install_message:
55
56
  rdoc_options: []
56
57
  require_paths:
@@ -66,7 +67,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
66
67
  - !ruby/object:Gem::Version
67
68
  version: '0'
68
69
  requirements: []
69
- rubygems_version: 3.3.7
70
+ rubygems_version: 3.2.33
70
71
  signing_key:
71
72
  specification_version: 4
72
73
  summary: Numo::OpenBLAS downloads and builds OpenBLAS during installation and uses