rumale-kernel_approximation 0.28.1 → 0.29.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: a8f76d7c9e7778fca137147c6ebb62d4b006d59c2c40057609f67fa4a0500d30
4
+ data.tar.gz: 87c94793b009175d866356b3d6ea95b402cb216a71629b693707a2d100bd0e1e
5
5
  SHA512:
6
- metadata.gz: 0cba458d6fa4a20d5e6fd03be902b68235fcb3b6ddd5f5dd3769481b4cfce9c29e8524d8d6e6aaa9afb8300c49fc8624a52bded88816587cc537f78353fc326e
7
- data.tar.gz: 31f1c25dbd60188fd0d35e1f1b34b999b173ccdb32e95716b2c84f37323074f4e74c35c0d4aa7dea4e3272adcdaf74a4f3b84e9fc9f4c6f05511c8151ee74a8a
6
+ metadata.gz: 7d546554b09c41b91d7fa9cdb9cadd78d0b6519034848c2b543c5d90fb30925b78a29dba50f71d61f986ade1208fdeed3d8a2f8b294758fee395b7a4629d2dd7
7
+ data.tar.gz: 89ebcdd9edef22f7fae31cce07d867434be8706e77fc0c07de84331bc9b0669c9cd69c79cac17db1f012950f4461a607afc7dff2027b0d5b51eb82b11a334ae7
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 = '0.29.0'
9
9
  end
10
10
  end
metadata CHANGED
@@ -1,14 +1,14 @@
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: 0.29.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - yoshoku
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-12-24 00:00:00.000000000 Z
11
+ date: 2024-03-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: numo-narray
@@ -30,14 +30,14 @@ dependencies:
30
30
  requirements:
31
31
  - - "~>"
32
32
  - !ruby/object:Gem::Version
33
- version: 0.28.1
33
+ version: 0.29.0
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - "~>"
39
39
  - !ruby/object:Gem::Version
40
- version: 0.28.1
40
+ version: 0.29.0
41
41
  description: |
42
42
  Rumale::KernelApproximation provides kernel approximation algorithms,
43
43
  such as RBF feature mapping and Nystroem method,
@@ -78,7 +78,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
78
78
  - !ruby/object:Gem::Version
79
79
  version: '0'
80
80
  requirements: []
81
- rubygems_version: 3.4.22
81
+ rubygems_version: 3.5.7
82
82
  signing_key:
83
83
  specification_version: 4
84
84
  summary: Rumale::KernelApproximation provides kernel approximation algorithms with