numo-linalg-randsvd 0.4.1 → 0.6.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 +4 -4
- data/CHANGELOG.md +10 -0
- data/LICENSE.txt +1 -1
- metadata +27 -9
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: bb8dc74851bc964dd88168570f2a1d3093eaf26fc98210128c0b98f31d43e619
|
|
4
|
+
data.tar.gz: 6064025b2a384d22f302ef93201588ba89ad88cd20bdb2c7328a64c58c7631fa
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: eb02c63b7cf86c9eb9c41cd104019ca285fefe96f417f82d7cd9661e67dbca494bd5e6cb3bbbb6367a74d8d97bd33f1a8b2bc6014144c94be7d7b0c9afb22003
|
|
7
|
+
data.tar.gz: 38f3a6bb83cb20ab85df058568f05c8b55a8f3a20bade68c3d2e5ce91757a66bfbb6217709061b0bf256b546de5e0ab28c61c4f38676560afd6a71ec99f7d64c
|
data/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,13 @@
|
|
|
1
|
+
## [0.6.0] - 2026-02-06
|
|
2
|
+
|
|
3
|
+
- relax numo-narray-alt upper bound to < 0.12.0.
|
|
4
|
+
|
|
5
|
+
## [0.5.0] - 2026-02-06
|
|
6
|
+
|
|
7
|
+
- relax numo-narray-alt version constraint to >= 0.9.10, < 0.11.0.
|
|
8
|
+
- relax numo-linalg-alt version constraint to >= 0.7.1, < 1.0.0.
|
|
9
|
+
- relax numo-random version constraint to >= 0.6.2, < 1.0.0.
|
|
10
|
+
|
|
1
11
|
## [0.4.1] - 2025-11-19
|
|
2
12
|
|
|
3
13
|
- Set the required version of numo-narray-alt to 0.9.10 or higher.
|
data/LICENSE.txt
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: numo-linalg-randsvd
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.6.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- yoshoku
|
|
@@ -13,44 +13,62 @@ dependencies:
|
|
|
13
13
|
name: numo-linalg-alt
|
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|
|
15
15
|
requirements:
|
|
16
|
-
- - "
|
|
16
|
+
- - ">="
|
|
17
17
|
- !ruby/object:Gem::Version
|
|
18
18
|
version: 0.7.1
|
|
19
|
+
- - "<"
|
|
20
|
+
- !ruby/object:Gem::Version
|
|
21
|
+
version: 1.0.0
|
|
19
22
|
type: :runtime
|
|
20
23
|
prerelease: false
|
|
21
24
|
version_requirements: !ruby/object:Gem::Requirement
|
|
22
25
|
requirements:
|
|
23
|
-
- - "
|
|
26
|
+
- - ">="
|
|
24
27
|
- !ruby/object:Gem::Version
|
|
25
28
|
version: 0.7.1
|
|
29
|
+
- - "<"
|
|
30
|
+
- !ruby/object:Gem::Version
|
|
31
|
+
version: 1.0.0
|
|
26
32
|
- !ruby/object:Gem::Dependency
|
|
27
33
|
name: numo-narray-alt
|
|
28
34
|
requirement: !ruby/object:Gem::Requirement
|
|
29
35
|
requirements:
|
|
30
|
-
- - "
|
|
36
|
+
- - ">="
|
|
31
37
|
- !ruby/object:Gem::Version
|
|
32
38
|
version: 0.9.10
|
|
39
|
+
- - "<"
|
|
40
|
+
- !ruby/object:Gem::Version
|
|
41
|
+
version: 0.12.0
|
|
33
42
|
type: :runtime
|
|
34
43
|
prerelease: false
|
|
35
44
|
version_requirements: !ruby/object:Gem::Requirement
|
|
36
45
|
requirements:
|
|
37
|
-
- - "
|
|
46
|
+
- - ">="
|
|
38
47
|
- !ruby/object:Gem::Version
|
|
39
48
|
version: 0.9.10
|
|
49
|
+
- - "<"
|
|
50
|
+
- !ruby/object:Gem::Version
|
|
51
|
+
version: 0.12.0
|
|
40
52
|
- !ruby/object:Gem::Dependency
|
|
41
53
|
name: numo-random
|
|
42
54
|
requirement: !ruby/object:Gem::Requirement
|
|
43
55
|
requirements:
|
|
44
|
-
- - "
|
|
56
|
+
- - ">="
|
|
45
57
|
- !ruby/object:Gem::Version
|
|
46
58
|
version: 0.6.2
|
|
59
|
+
- - "<"
|
|
60
|
+
- !ruby/object:Gem::Version
|
|
61
|
+
version: 1.0.0
|
|
47
62
|
type: :runtime
|
|
48
63
|
prerelease: false
|
|
49
64
|
version_requirements: !ruby/object:Gem::Requirement
|
|
50
65
|
requirements:
|
|
51
|
-
- - "
|
|
66
|
+
- - ">="
|
|
52
67
|
- !ruby/object:Gem::Version
|
|
53
68
|
version: 0.6.2
|
|
69
|
+
- - "<"
|
|
70
|
+
- !ruby/object:Gem::Version
|
|
71
|
+
version: 1.0.0
|
|
54
72
|
description: |
|
|
55
73
|
Numo::Linalg.randsvd is a module function on Numo::Linalg for
|
|
56
74
|
truncated singular value decomposition with randomized algorithm.
|
|
@@ -72,7 +90,7 @@ metadata:
|
|
|
72
90
|
homepage_uri: https://github.com/yoshoku/numo-linalg-randsvd
|
|
73
91
|
source_code_uri: https://github.com/yoshoku/numo-linalg-randsvd
|
|
74
92
|
changelog_uri: https://github.com/yoshoku/numo-linalg-randsvd/blob/main/CHANGELOG.md
|
|
75
|
-
documentation_uri: https://gemdocs.org/gems/numo-linalg-randsvd/0.
|
|
93
|
+
documentation_uri: https://gemdocs.org/gems/numo-linalg-randsvd/0.6.0/
|
|
76
94
|
rubygems_mfa_required: 'true'
|
|
77
95
|
rdoc_options: []
|
|
78
96
|
require_paths:
|
|
@@ -88,7 +106,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
88
106
|
- !ruby/object:Gem::Version
|
|
89
107
|
version: '0'
|
|
90
108
|
requirements: []
|
|
91
|
-
rubygems_version:
|
|
109
|
+
rubygems_version: 4.0.13
|
|
92
110
|
specification_version: 4
|
|
93
111
|
summary: Numo::Linalg.randsvd is a module function on Numo::Linalg for truncated singular
|
|
94
112
|
value decomposition with randomized algorithm.
|