rumale-decomposition 2.0.2 → 2.1.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: cc94e783d1db2e257a5433cc306ef77ab15dccebfd76b9fc7d2f5a75c993a657
4
- data.tar.gz: 3fec87d782ed2d805c49bae2146a04003c3ebc6ade03dc0c02aae530f512b1f4
3
+ metadata.gz: 75e5da27991d7aa596d5fb7330169f09e0b2a4a6a0848ae18a58e0380ad35312
4
+ data.tar.gz: b50ec68c0e9f63397c9d9729fb74c3e5fcb0ac78007f5a0b3d7c044f5e1bb3de
5
5
  SHA512:
6
- metadata.gz: 7154650e381300ab03a53ea3201b6849fc9d74bab8b4f428978309377cced06cc4074cc16c1769a09568b93bf5a7c248c01ed8dfb9678a126055a4058a230935
7
- data.tar.gz: aa3e3d6ddcfb49e51d292e5d3f40e244aa3d0af25a19a2eaccf39bfad20112be78c3b48429e1bcd3a2e09453c42c37cd14018a332fca12c58f7791b6bb57b50c
6
+ metadata.gz: 3746a285086b45d6ea03cc119fe06254c4879ff233bcbb261f210ae18f4ec3fa1b5bc107cef4c35dfa49f122c43a137a8c255dafc02aa45f80c674a7f90ceb48
7
+ data.tar.gz: 3a430066155bd68803db286f6b540882a81e958512810651d85b77cffe68fad5de75bc42fe49381e458007f9412ae4dcf912715657f0ab5abcf45eb71917e969
data/LICENSE.txt CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2022-2024 Atsushi Tatsuma
1
+ Copyright (c) 2022-2026 Atsushi Tatsuma
2
2
  All rights reserved.
3
3
 
4
4
  Redistribution and use in source and binary forms, with or without
@@ -5,6 +5,6 @@ module Rumale
5
5
  # Module for matrix decomposition algorithms.
6
6
  module Decomposition
7
7
  # @!visibility private
8
- VERSION = '2.0.2'
8
+ VERSION = '2.1.0'
9
9
  end
10
10
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rumale-decomposition
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.2
4
+ version: 2.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - yoshoku
@@ -13,30 +13,36 @@ dependencies:
13
13
  name: numo-narray-alt
14
14
  requirement: !ruby/object:Gem::Requirement
15
15
  requirements:
16
- - - "~>"
16
+ - - ">="
17
17
  - !ruby/object:Gem::Version
18
18
  version: 0.9.10
19
+ - - "<"
20
+ - !ruby/object:Gem::Version
21
+ version: 0.11.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.9.10
29
+ - - "<"
30
+ - !ruby/object:Gem::Version
31
+ version: 0.11.0
26
32
  - !ruby/object:Gem::Dependency
27
33
  name: rumale-core
28
34
  requirement: !ruby/object:Gem::Requirement
29
35
  requirements:
30
36
  - - "~>"
31
37
  - !ruby/object:Gem::Version
32
- version: 2.0.2
38
+ version: 2.1.0
33
39
  type: :runtime
34
40
  prerelease: false
35
41
  version_requirements: !ruby/object:Gem::Requirement
36
42
  requirements:
37
43
  - - "~>"
38
44
  - !ruby/object:Gem::Version
39
- version: 2.0.2
45
+ version: 2.1.0
40
46
  description: |
41
47
  Rumale::Decomposition provides matrix decomposition algorithms,
42
48
  such as Principal Component Analysis, Non-negative Matrix Factorization, Factor Analysis, and Independent Component Analysis,
@@ -79,7 +85,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
79
85
  - !ruby/object:Gem::Version
80
86
  version: '0'
81
87
  requirements: []
82
- rubygems_version: 3.6.9
88
+ rubygems_version: 4.0.3
83
89
  specification_version: 4
84
90
  summary: Rumale::Decomposition provides matrix decomposition algorithms with Rumale
85
91
  interface