rumale-pipeline 2.0.2 → 2.2.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: 184a48e8ff7fc36ee4c84666915b5d3bfe09ea6fd4bc93a65a812d4a6f561afe
4
- data.tar.gz: 5a088fc0e67ea7d3540dc48177d0346703dcb8596eed86f97d54a5ab16c5513f
3
+ metadata.gz: '079d9252063f5a6046a7a414ced87c7598fa1a6ac70bc18206f2e31aaa716f0f'
4
+ data.tar.gz: 91ac4a09d3834d27ad8593f170c848e3043f459b3a4a24520d1a814a4255f1af
5
5
  SHA512:
6
- metadata.gz: 6f75682667a7ecd3163d95397de402aef27f450dc1e20f61ca61976bc603dce9ffeb2647db4b081ee39ec8562cf571be9981f966fe83eec43b7edce3fa8925b0
7
- data.tar.gz: 7bbd010f1c1a4fcca795429094eb9c8b2bf35fc82494bcd5356387aa6f0fbeb78d5c92bd524fa7f05fcda950af014ac7dcc00c0f041400a2b3d9dcfc7593eafc
6
+ metadata.gz: 48980f3d34f5d44bef2ffb44dd1a783a1e7717691bcb1a75bcbd9aadfe295390119e48234888bf32be54f184b14550590ad4b3b6f2595f82ead175104c0d1411
7
+ data.tar.gz: d9ad899ea412268d0faa39d8873e79da6edd3fe7da4cc83fbb6ee61a4985b957744eafb72f512c07477b9a9d821d29a485cc4d627ca46b251b90f8bcb9f7201a
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 implements utilities of pipeline that cosists of a chain of transfomers and estimators.
6
6
  module Pipeline
7
7
  # @!visibility private
8
- VERSION = '2.0.2'
8
+ VERSION = '2.2.0'
9
9
  end
10
10
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rumale-pipeline
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.2
4
+ version: 2.2.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.12.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.12.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.2.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.2.0
40
46
  description: Rumale::Pipeline provides classes for chaining transformers and estimators
41
47
  with Rumale interface.
42
48
  email:
@@ -74,7 +80,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
74
80
  - !ruby/object:Gem::Version
75
81
  version: '0'
76
82
  requirements: []
77
- rubygems_version: 3.6.9
83
+ rubygems_version: 4.0.13
78
84
  specification_version: 4
79
85
  summary: Rumale::Pipeline provides classes for chaining transformers and estimators
80
86
  with Rumale interface.