lightgbm 0.2.0 → 0.2.1

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: 2b3405aa832aaa365ce38d59bf5a36b318f8d02c1a236ea144eb9b102bf7f07e
4
- data.tar.gz: 5be378b94486a668fffdc276a73ff62f24a24b644932bd776fd877f4b69b157a
3
+ metadata.gz: 6113148a40170a5599cdb8f1798bff80da62f15575baab818e04e951046a8e57
4
+ data.tar.gz: 53973708703c24ed2fd62a2d78f653e0f3d0236e30e63824988f645011a69de1
5
5
  SHA512:
6
- metadata.gz: 914379fe9271306117fc222534915f3c19de1c6b165ecc053f49b9089da0b85594c8430958f03f28a23d98fcf2879c4948c8d3e5fecee920c2984700928380ec
7
- data.tar.gz: 4f93ae6b4a2c3123d452ecf41d7ada8473af397f12ddafb4e34b4e552aae4b6ef23ecb75b54ce3f7f64ba0985402c6172070de4afaca2ea614875f6d91c2de1a
6
+ metadata.gz: 75e73bc112f072843d2596f8be10fcb964788feb355117edac2f24cbaf3ab12740f08f1d9708c7204f1764f9283956bdede416b0f8cfb0da42c7d90293f97b42
7
+ data.tar.gz: 0c165211fe5c0ae036dc14b3ade6df6fe0eea1a485833e7a351dce129671b7c868e71840a89962eb90008ff264629fddf4b014de0a98b9be636da9d6f6b31337
@@ -1,6 +1,11 @@
1
+ ## 0.2.1 (2020-11-15)
2
+
3
+ - Updated LightGBM to 3.1.0
4
+
1
5
  ## 0.2.0 (2020-08-31)
2
6
 
3
7
  - Updated LightGBM to 3.0.0
8
+ - Made `best_iteration` and `eval_hist` consistent with Python
4
9
 
5
10
  ## 0.1.9 (2020-06-10)
6
11
 
@@ -1,3 +1,3 @@
1
1
  module LightGBM
2
- VERSION = "0.2.0"
2
+ VERSION = "0.2.1"
3
3
  end
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.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Kane
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-09-01 00:00:00.000000000 Z
11
+ date: 2020-11-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ffi
@@ -80,7 +80,7 @@ dependencies:
80
80
  - - ">="
81
81
  - !ruby/object:Gem::Version
82
82
  version: '0'
83
- description:
83
+ description:
84
84
  email: andrew@chartkick.com
85
85
  executables: []
86
86
  extensions: []
@@ -107,7 +107,7 @@ homepage: https://github.com/ankane/lightgbm
107
107
  licenses:
108
108
  - MIT
109
109
  metadata: {}
110
- post_install_message:
110
+ post_install_message:
111
111
  rdoc_options: []
112
112
  require_paths:
113
113
  - lib
@@ -122,8 +122,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
122
122
  - !ruby/object:Gem::Version
123
123
  version: '0'
124
124
  requirements: []
125
- rubygems_version: 3.1.2
126
- signing_key:
125
+ rubygems_version: 3.1.4
126
+ signing_key:
127
127
  specification_version: 4
128
128
  summary: High performance gradient boosting for Ruby
129
129
  test_files: []