rumale-decomposition 0.29.0 → 1.0.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: 84715613fb41ef3b6961b9280f6750fc831daa161ddee4e3666ab906e0670599
4
- data.tar.gz: c3079e09e5ca5b011d8067457eb89a451b8fd0819a8f996630018a1b4cac41e7
3
+ metadata.gz: 0c8f10121c22ee9d1cc8da7d6e5d574366b13e059b8b674fbc8e4ab7b25aa72a
4
+ data.tar.gz: 469fbc41ca312daa9fcda559743d7e33e5ccabd2c263349838213a50efa2eed1
5
5
  SHA512:
6
- metadata.gz: 8568f69c7acdf8ccc2c14ba6c9281e1ba145bcd400bf80ef9cbbdedd12f337455614170b1c5eff94c45ae8453ba00fb515deaad4a1ca0a56576a023264006f31
7
- data.tar.gz: de013d05ad22b323d03e3eecac12edff941c3ecf9ad02e21a2302ee75cd6574cd06ccb1612d15bf758315191960065098212f70f8ea6980a26417dee3ef6090d
6
+ metadata.gz: 48c9bd621580c2ac3b2b5c275cae3060796caad48fca3bcec26c0249f4b39fb0436bcc2d47732a85c975fd1cda1983aa5b857cc9acab84e0d3fd772bcaa3c987
7
+ data.tar.gz: a19f4b05dfc899ec6f5bba6a5626fc13594a890d0768b6bf56060f3562f9750994f7552f672a27751507d95e1e1a2c9445c66325cc9cf2019253ed2f2eb0b593
@@ -5,6 +5,6 @@ module Rumale
5
5
  # Module for matrix decomposition algorithms.
6
6
  module Decomposition
7
7
  # @!visibility private
8
- VERSION = '0.29.0'
8
+ VERSION = '1.0.0'
9
9
  end
10
10
  end
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rumale-decomposition
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.29.0
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - yoshoku
8
- autorequire:
9
8
  bindir: exe
10
9
  cert_chain: []
11
- date: 2024-03-30 00:00:00.000000000 Z
10
+ date: 2025-01-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: numo-narray
@@ -30,14 +29,14 @@ dependencies:
30
29
  requirements:
31
30
  - - "~>"
32
31
  - !ruby/object:Gem::Version
33
- version: 0.29.0
32
+ version: 1.0.0
34
33
  type: :runtime
35
34
  prerelease: false
36
35
  version_requirements: !ruby/object:Gem::Requirement
37
36
  requirements:
38
37
  - - "~>"
39
38
  - !ruby/object:Gem::Version
40
- version: 0.29.0
39
+ version: 1.0.0
41
40
  description: |
42
41
  Rumale::Decomposition provides matrix decomposition algorithms,
43
42
  such as Principal Component Analysis, Non-negative Matrix Factorization, Factor Analysis, and Independent Component Analysis,
@@ -66,7 +65,6 @@ metadata:
66
65
  changelog_uri: https://github.com/yoshoku/rumale/blob/main/CHANGELOG.md
67
66
  documentation_uri: https://yoshoku.github.io/rumale/doc/
68
67
  rubygems_mfa_required: 'true'
69
- post_install_message:
70
68
  rdoc_options: []
71
69
  require_paths:
72
70
  - lib
@@ -81,8 +79,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
81
79
  - !ruby/object:Gem::Version
82
80
  version: '0'
83
81
  requirements: []
84
- rubygems_version: 3.5.7
85
- signing_key:
82
+ rubygems_version: 3.6.2
86
83
  specification_version: 4
87
84
  summary: Rumale::Decomposition provides matrix decomposition algorithms with Rumale
88
85
  interface