lightgbm 0.2.3 → 0.2.4

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: 5fb9ecd85bab15bf4edcf200de81cb1d4a70a743810ca67ca77e28c957d492c8
4
- data.tar.gz: 56b063a0ba3f1a2db796e701f5e1d96625b4f03340defd540b160552aa24e577
3
+ metadata.gz: ece3e7bbda5153f43414bf2ed89f2b218dbf910dd9caf7b83bd62539fdf73eb2
4
+ data.tar.gz: 59310169d8139ef88b3d2da0d02cb500a0f33b8ee748f759110af8ddd28eff4b
5
5
  SHA512:
6
- metadata.gz: 69085b60d683816b9286f504c7901b969d8070d0fe3e8dacc7efd4beff99cdf0fca9f094b45235cb4119ea8a19e570c0463d8a21d947f6c0c412c3b41bc1f6a9
7
- data.tar.gz: 3e5274aefd850b3590cedbb58e09c96152fe0c166f6a929b373c850fd3c39ee3fcbfdd4b5609c8da22dd019dca1658f6784c5b6e2bd1cc5791507ee10617d57c
6
+ metadata.gz: f2cbec33b45493d8a24123a5b478790bf98363e26ca9d49beb35ff4346ed28b8caaaffcd45e3a6e5af282efe76a29b51b77050e67c17fd74c7719ab5c0f9ceeb
7
+ data.tar.gz: dd0be1257ab211855e8e40f7f63b7a2e23de64298989357694361cd966e37530054489d2d0389b2fd748ed56f4fd75a90005700ff2ba6bc6023cca2d92358a86
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## 0.2.4 (2021-03-26)
2
+
3
+ - Updated LightGBM to 3.2.0
4
+
1
5
  ## 0.2.3 (2021-03-09)
2
6
 
3
7
  - Added ARM shared library for Mac
@@ -1,3 +1,3 @@
1
1
  module LightGBM
2
- VERSION = "0.2.3"
2
+ VERSION = "0.2.4"
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.2.3
4
+ version: 0.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Kane
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-03-09 00:00:00.000000000 Z
11
+ date: 2021-03-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ffi