lightgbm 0.3.2 → 0.3.3

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: 4e91ddc3de9ef11a5fd7c94fa7c6fb9b14d9d98bb1b063b58382b4e48bc0f992
4
- data.tar.gz: c323fdb4236ade293ae104895db3e511a8fd6e8a0d8776fa4113038961f60967
3
+ metadata.gz: b639f427dbaad67da49c7bdb3b1f2a07063b7b41869f23a74addbf89b80f207f
4
+ data.tar.gz: 1a7d853c04cb4b1ba0f7466432241a4e37e162ae7faee0b5dcfee960eb4ebd39
5
5
  SHA512:
6
- metadata.gz: f80151130a3e8283754a096ac978f1ea6dc69e35ce0cea96277b099712721faf0ef1c04d170a52976a63b22f2b9b72f57267b88475511991153da983149729a8
7
- data.tar.gz: 6504d3cafb095e9769b54bdb6843afc6cc9a09c5e38b331f1118efcd739c29c47c17b54a13bf21418206cb71ebbd0e0ce0af72640c87061b4c439beebf5a9788
6
+ metadata.gz: 190739a1d493f21820479e4320c1f1e375cfd7355e0436bda243cf5a1673f2eaf8143c906333b2ae11848ba0f698c6ee93f8f922df7819e0251b84deedd0958c
7
+ data.tar.gz: 3748f8d473d99ba194564f7ca18a94ad58e6f33cada8ebb106cea52cff76ff483c6dc4dafca38519f77c6fe5285356238149a181351c89eaf46ad9a0ef591275
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## 0.3.3 (2024-06-15)
2
+
3
+ - Updated LightGBM to 4.4.0
4
+
1
5
  ## 0.3.2 (2024-01-25)
2
6
 
3
7
  - Updated LightGBM to 4.3.0
@@ -1,3 +1,3 @@
1
1
  module LightGBM
2
- VERSION = "0.3.2"
2
+ VERSION = "0.3.3"
3
3
  end
Binary file
Binary file
Binary file
Binary file
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lightgbm
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.2
4
+ version: 0.3.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Kane
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-01-26 00:00:00.000000000 Z
11
+ date: 2024-06-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ffi
@@ -68,7 +68,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
68
68
  - !ruby/object:Gem::Version
69
69
  version: '0'
70
70
  requirements: []
71
- rubygems_version: 3.5.3
71
+ rubygems_version: 3.5.11
72
72
  signing_key:
73
73
  specification_version: 4
74
74
  summary: High performance gradient boosting for Ruby