rumale-tree 0.28.1 → 0.29.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: feed1b4abf7ff2ddcf699ee4df837ec91b4bc4941e145a12cd10a34b9eecabdf
4
- data.tar.gz: 3a3c8d911bb73096861d1dd39358c6b6b20ef5f3b5a5e5873918cdbb6d1ee204
3
+ metadata.gz: 0d069a3649ab98c465d12b4e6a3af233ce05326156e74f4ff491436ffab8be5f
4
+ data.tar.gz: 9e952c4de1af5a0f7e24ce03ffe40cedeeeec722d33282de342913ec2d08d384
5
5
  SHA512:
6
- metadata.gz: 94b985822951650725bb21e889dd0b7223bc7ba47c8256fa77a45c11acf6719443c4d8bbe8c3b75dbc3eeac4be9eb3a2ab8ad9ef6b6d94948aeee37a96b8be8c
7
- data.tar.gz: 8e24cdc2345ca77703e432958ecb7509d4f2e4676f6d6c189740eca082bb9fa3f8ee4780a6728ff3872f47e304bedf2ba0beb23c0e779465ad8904d7b555fa2a
6
+ metadata.gz: 0ce3edf83049347530912e1d80488ffe42fadd74cf5f69886b62e7bfdee6888a0cdd63adfd417f97cb9ecd7b6b4d10963228fe7293e503d857e7b55d2f1f433b
7
+ data.tar.gz: 3622373d0692b3429dd704d56dc028a3f785aca16c07b7562e45aefcf278e3b9eb9ab54d2fb4dcc62c141293b71fdb5dee8bcd959313243513a9f7a1479cab5a
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
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) 2022-2023 Atsushi Tatsuma
2
+ * Copyright (c) 2022-2024 Atsushi Tatsuma
3
3
  * All rights reserved.
4
4
  *
5
5
  * Redistribution and use in source and binary forms, with or without
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) 2022-2023 Atsushi Tatsuma
2
+ * Copyright (c) 2022-2024 Atsushi Tatsuma
3
3
  * All rights reserved.
4
4
  *
5
5
  * Redistribution and use in source and binary forms, with or without
@@ -5,6 +5,6 @@ module Rumale
5
5
  # This module consists of the classes that implement tree models.
6
6
  module Tree
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-tree
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: Rumale::Tree provides classifier and regression based on decision tree
42
42
  algorithms with Rumale interface.
43
43
  email:
@@ -85,7 +85,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
85
85
  - !ruby/object:Gem::Version
86
86
  version: '0'
87
87
  requirements: []
88
- rubygems_version: 3.4.22
88
+ rubygems_version: 3.5.7
89
89
  signing_key:
90
90
  specification_version: 4
91
91
  summary: Rumale::Tree provides classifier and regression based on decision tree algorithms