lightgbm 0.3.1 → 0.3.2

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: ec09fbfd4f9f663d4fa571fcbba28dc5ee78bc7a32f3821f0b8b37894af39071
4
- data.tar.gz: 05a0bcc6b5cf46fa1adb2f2cce1fb34ca18ba24243f10c6b5556e3df57c8a918
3
+ metadata.gz: 4e91ddc3de9ef11a5fd7c94fa7c6fb9b14d9d98bb1b063b58382b4e48bc0f992
4
+ data.tar.gz: c323fdb4236ade293ae104895db3e511a8fd6e8a0d8776fa4113038961f60967
5
5
  SHA512:
6
- metadata.gz: ce6cf2bbb00e85c823814c0108209319e5cf2bd84cb8e0b083f87f1a4f919e2cd7c55eece929a2a1a01d37d950f4c90b131dc550adbad7e58d26759965e540e6
7
- data.tar.gz: 77e08c2141727ee12abf880c7826fe8165394c28aee7b81de83b1c77ef735d8adfd05a5f48c684c33e5c3acede0d97510e1e2dea035abba24897404463d11233
6
+ metadata.gz: f80151130a3e8283754a096ac978f1ea6dc69e35ce0cea96277b099712721faf0ef1c04d170a52976a63b22f2b9b72f57267b88475511991153da983149729a8
7
+ data.tar.gz: 6504d3cafb095e9769b54bdb6843afc6cc9a09c5e38b331f1118efcd739c29c47c17b54a13bf21418206cb71ebbd0e0ce0af72640c87061b4c439beebf5a9788
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## 0.3.2 (2024-01-25)
2
+
3
+ - Updated LightGBM to 4.3.0
4
+
1
5
  ## 0.3.1 (2023-09-13)
2
6
 
3
7
  - Updated LightGBM to 4.1.0
@@ -1,3 +1,3 @@
1
1
  module LightGBM
2
- VERSION = "0.3.1"
2
+ VERSION = "0.3.2"
3
3
  end
@@ -436,7 +436,7 @@ and
436
436
  */
437
437
 
438
438
  ================================================================================
439
- fast_double_parser 0.3.0
439
+ fast_double_parser 0.7.0
440
440
  ================================================================================
441
441
 
442
442
  Copyright (c) Daniel Lemire
@@ -466,10 +466,10 @@ ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
466
466
  DEALINGS IN THE SOFTWARE.
467
467
 
468
468
  ================================================================================
469
- fmt 8.1.1
469
+ fmt 10.1.1
470
470
  ================================================================================
471
471
 
472
- Copyright (c) 2012 - present, Victor Zverovich
472
+ Copyright (c) 2012 - present, Victor Zverovich and {fmt} contributors
473
473
 
474
474
  Permission is hereby granted, free of charge, to any person obtaining
475
475
  a copy of this software and associated documentation files (the
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.1
4
+ version: 0.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Kane
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-09-13 00:00:00.000000000 Z
11
+ date: 2024-01-26 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.4.10
71
+ rubygems_version: 3.5.3
72
72
  signing_key:
73
73
  specification_version: 4
74
74
  summary: High performance gradient boosting for Ruby