rumale-torch 0.2.0 → 0.4.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: 42a236e4bcb36616d0ae30c45848786a6765c1c143ccd33c6b1674a960eabedb
4
- data.tar.gz: 4cb6612a18e0d80027dce99feeb60e1af10eda8fde28d53570e258ce86031ecc
3
+ metadata.gz: 7b52d903884b44bf52a3acffa3e11c9f78136262098653698a2de1ed80a2a4e3
4
+ data.tar.gz: 36355fcffe376da50fbb0203dff35ef2a784e6e20abf6bcd3d0ef9e7cb81dabb
5
5
  SHA512:
6
- metadata.gz: 5752fcc6806297cbc3cf2157414aba1c9d7c284a5cecb86b447419a01c0122acf1a44341099505bfa5f1cf676489f6a8bb541acdad542b2739867b0b09a6315a
7
- data.tar.gz: 13a317eac5078834e3a2d046561ca6b1cde0ab5cd8c802dec0f070aa47f2538dae3b970a48753fd9b3271228a9fb5dcdf8b7300c07f119e599a0a7be0598e5b6
6
+ metadata.gz: 94d0d7bcdf7c048374484e98ca1274cf4e98abb1b7614415d920830a2b0294789d883edbdc90a7f676090d06a9208c04cbf1e3c9697ef457e16f775ed301cdf9
7
+ data.tar.gz: b094f0d056e8a3182746e483fdcb378f61012bc185b6e66da7304d9517bc5f5d5c16ead90473b5fb362e322af749f63348a275b10f664b3b5099016c4aca79bd
data/CHANGELOG.md CHANGED
@@ -1,3 +1,14 @@
1
+ # 0.4.0
2
+
3
+ - Update dependency requirements to require rumale-core, rumale-model_selection,
4
+ and rumale-preprocessing ~> 2.0
5
+
6
+ **Note**: This change switches the underlying typed array library dependency from
7
+ Numo::NArray to [numo-narray-alt](https://github.com/yoshoku/numo-narray-alt).
8
+
9
+ # 0.3.0
10
+ - Change the version specification of rumale-core gems.
11
+
1
12
  # 0.2.0
2
13
  - Refactor to support the new Rumale API.
3
14
 
data/LICENSE.txt CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2020-2023 Atsushi Tatsuma
1
+ Copyright (c) 2020-2025 Atsushi Tatsuma
2
2
  All rights reserved.
3
3
 
4
4
  Redistribution and use in source and binary forms, with or without
data/README.md CHANGED
@@ -3,7 +3,7 @@
3
3
  [![Build Status](https://github.com/yoshoku/rumale-torch/workflows/build/badge.svg)](https://github.com/yoshoku/rumale-torch/actions?query=workflow%3Abuild)
4
4
  [![Gem Version](https://badge.fury.io/rb/rumale-torch.svg)](https://badge.fury.io/rb/rumale-torch)
5
5
  [![BSD 3-Clause License](https://img.shields.io/badge/License-BSD%203--Clause-orange.svg)](https://github.com/yoshoku/rumale-torch/blob/main/LICENSE.txt)
6
- [![Documentation](https://img.shields.io/badge/api-reference-blue.svg)](https://yoshoku.github.io/rumale-torch/doc/)
6
+ [![Documentation](https://img.shields.io/badge/api-reference-blue.svg)](https://gemdocs.org/gems/rumale-torch)
7
7
 
8
8
  Rumale::Torch provides the learning and inference by the neural network defined in [torch.rb](https://github.com/ankane/torch.rb)
9
9
  with the same interface as [Rumale](https://github.com/yoshoku/rumale).
@@ -6,6 +6,6 @@ module Rumale
6
6
  # the neural nets defined in torch.rb with the same interface as Rumale.
7
7
  module Torch
8
8
  # The version of Rumale::Torch you are using.
9
- VERSION = '0.2.0'
9
+ VERSION = '0.4.0'
10
10
  end
11
11
  end
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rumale-torch
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - yoshoku
8
- autorequire:
9
8
  bindir: exe
10
9
  cert_chain: []
11
- date: 2023-01-01 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: rumale-core
@@ -16,42 +15,42 @@ dependencies:
16
15
  requirements:
17
16
  - - "~>"
18
17
  - !ruby/object:Gem::Version
19
- version: '0.24'
18
+ version: '2.0'
20
19
  type: :runtime
21
20
  prerelease: false
22
21
  version_requirements: !ruby/object:Gem::Requirement
23
22
  requirements:
24
23
  - - "~>"
25
24
  - !ruby/object:Gem::Version
26
- version: '0.24'
25
+ version: '2.0'
27
26
  - !ruby/object:Gem::Dependency
28
27
  name: rumale-model_selection
29
28
  requirement: !ruby/object:Gem::Requirement
30
29
  requirements:
31
30
  - - "~>"
32
31
  - !ruby/object:Gem::Version
33
- version: '0.24'
32
+ version: '2.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.24'
39
+ version: '2.0'
41
40
  - !ruby/object:Gem::Dependency
42
41
  name: rumale-preprocessing
43
42
  requirement: !ruby/object:Gem::Requirement
44
43
  requirements:
45
44
  - - "~>"
46
45
  - !ruby/object:Gem::Version
47
- version: '0.24'
46
+ version: '2.0'
48
47
  type: :runtime
49
48
  prerelease: false
50
49
  version_requirements: !ruby/object:Gem::Requirement
51
50
  requirements:
52
51
  - - "~>"
53
52
  - !ruby/object:Gem::Version
54
- version: '0.24'
53
+ version: '2.0'
55
54
  - !ruby/object:Gem::Dependency
56
55
  name: torch-rb
57
56
  requirement: !ruby/object:Gem::Requirement
@@ -90,9 +89,8 @@ metadata:
90
89
  homepage_uri: https://github.com/yoshoku/rumale-torch
91
90
  source_code_uri: https://github.com/yoshoku/rumale-torch
92
91
  changelog_uri: https://github.com/yoshoku/rumale-torch/blob/main/CHANGELOG.md
93
- documentation_uri: https://yoshoku.github.io/rumale-torch/doc/
92
+ documentation_uri: https://gemdocs.org/gems/rumale-torch/0.4.0/
94
93
  rubygems_mfa_required: 'true'
95
- post_install_message:
96
94
  rdoc_options: []
97
95
  require_paths:
98
96
  - lib
@@ -107,8 +105,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
107
105
  - !ruby/object:Gem::Version
108
106
  version: '0'
109
107
  requirements: []
110
- rubygems_version: 3.3.26
111
- signing_key:
108
+ rubygems_version: 3.6.9
112
109
  specification_version: 4
113
110
  summary: Rumale::Torch provides the learning and inference by the neural network defined
114
111
  in torch.rb with the same interface as Rumale