rumale-kernel_approximation 0.28.1 → 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fe3529156290a86e2fe01e15b38084e17bd7920d02c4d4c4919b9e28f70f63ac
4
- data.tar.gz: 5d7793b993c72445678b040dcb1343398a5abc377f26c872b541870a46c55c80
3
+ metadata.gz: 1c6db2f35a847897d2540301e0bcaa71d133583a10b47ada96221d8f27e401d7
4
+ data.tar.gz: 71421d2f9b97926c67cf483954ded979ca81a327369f4119154d9c4216ec2711
5
5
  SHA512:
6
- metadata.gz: 0cba458d6fa4a20d5e6fd03be902b68235fcb3b6ddd5f5dd3769481b4cfce9c29e8524d8d6e6aaa9afb8300c49fc8624a52bded88816587cc537f78353fc326e
7
- data.tar.gz: 31f1c25dbd60188fd0d35e1f1b34b999b173ccdb32e95716b2c84f37323074f4e74c35c0d4aa7dea4e3272adcdaf74a4f3b84e9fc9f4c6f05511c8151ee74a8a
6
+ metadata.gz: 0c429d99b66797124eaaeb46bc8670d85ad6d71690e1f0505e04d9a3b2b9b9ba4da52717c4cc7265c1951c25ede2c9f27f78851965254dd088fbe06094b2792c
7
+ data.tar.gz: 2d1d19427d4c77d9e085e3d0d979cb2802e182203bd6cf572b9f8c64e1a544d584c10591303d5b41b539ec9cde6d8e9afa8b98bbbe3e142c8c6a1d880d0ca8fa
data/LICENSE.txt CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2022-2023 Atsushi Tatsuma
1
+ Copyright (c) 2022-2024 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 kernel approximation algorithms.
6
6
  module KernelApproximation
7
7
  # @!visibility private
8
- VERSION = '0.28.1'
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-kernel_approximation
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.28.1
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: 2023-12-24 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.28.1
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.28.1
39
+ version: 1.0.0
41
40
  description: |
42
41
  Rumale::KernelApproximation provides kernel approximation algorithms,
43
42
  such as RBF feature mapping and Nystroem method,
@@ -63,7 +62,6 @@ metadata:
63
62
  changelog_uri: https://github.com/yoshoku/rumale/blob/main/CHANGELOG.md
64
63
  documentation_uri: https://yoshoku.github.io/rumale/doc/
65
64
  rubygems_mfa_required: 'true'
66
- post_install_message:
67
65
  rdoc_options: []
68
66
  require_paths:
69
67
  - lib
@@ -78,8 +76,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
78
76
  - !ruby/object:Gem::Version
79
77
  version: '0'
80
78
  requirements: []
81
- rubygems_version: 3.4.22
82
- signing_key:
79
+ rubygems_version: 3.6.2
83
80
  specification_version: 4
84
81
  summary: Rumale::KernelApproximation provides kernel approximation algorithms with
85
82
  Rumale interface.