xgb 0.4.1 → 0.5.0

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: bb82540880bbecdc88d82eb71b0d3fd3e7cf276f05205ddc0f1900684c5602a2
4
- data.tar.gz: 1463e06dce0ae99fdee5ccc1887d1a24d537fcdac7d89fb685701566083d5600
3
+ metadata.gz: 0afc5631e2925f19ef4da234aa20aca2247806af0823c7e7e7267424edd23973
4
+ data.tar.gz: 7a7a6b9e9860f4ebbf8ee5ddcff133f5614482b85fb93b0594864c18a0c1daf9
5
5
  SHA512:
6
- metadata.gz: 4869e2465af9d824e56dfd180eff0a7b8aacc0dd9788cfb9f5d429e83c51b5bceb93b8ad93fcdb0b7b2e0ec81231204d32f738988af97304b6d2eee33fa2f709
7
- data.tar.gz: 4206063987a450cbb82bb9d2ea0cc7cfa8bf8bb9df483d4f088943cc41ba9d396afef81136f9090e65249ed2a3d78806c3fca70de5e198a15f6199ed8b3a01e8
6
+ metadata.gz: e886ffe5ff3d34055ca5e071fbabf7306cdcb3456513c342300f1ad65211bde7322db163e81c1a3a92e122c58d9b241388e5bfba00c11bc89c4cc056707a8bcd
7
+ data.tar.gz: e422b88f36d1a23b429cc44d1c496707272d176884d29265057878bfd0e3010cf4348730746d99cfc1ca7e6f42a858c697d4233c39e186df10c2d61df2280097
@@ -1,3 +1,7 @@
1
+ ## 0.5.0 (2020-12-12)
2
+
3
+ - Updated XGBoost to 1.3.0
4
+
1
5
  ## 0.4.1 (2020-08-26)
2
6
 
3
7
  - Updated XGBoost to 1.2.0
data/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  [XGBoost](https://github.com/dmlc/xgboost) - high performance gradient boosting - for Ruby
4
4
 
5
- [![Build Status](https://travis-ci.org/ankane/xgboost.svg?branch=master)](https://travis-ci.org/ankane/xgboost) [![Build status](https://ci.appveyor.com/api/projects/status/s8umwyuahvj68m6p/branch/master?svg=true)](https://ci.appveyor.com/project/ankane/xgboost/branch/master)
5
+ [![Build Status](https://github.com/ankane/xgboost/workflows/build/badge.svg?branch=master)](https://github.com/ankane/xgboost/actions)
6
6
 
7
7
  ## Installation
8
8
 
@@ -1,3 +1,3 @@
1
1
  module XGBoost
2
- VERSION = "0.4.1"
2
+ VERSION = "0.5.0"
3
3
  end
Binary file
Binary file
Binary file
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: xgb
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.1
4
+ version: 0.5.0
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-08-27 00:00:00.000000000 Z
11
+ date: 2020-12-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ffi
@@ -108,7 +108,7 @@ dependencies:
108
108
  - - ">="
109
109
  - !ruby/object:Gem::Version
110
110
  version: '0'
111
- description:
111
+ description:
112
112
  email: andrew@chartkick.com
113
113
  executables: []
114
114
  extensions: []
@@ -137,7 +137,7 @@ homepage: https://github.com/ankane/xgboost
137
137
  licenses:
138
138
  - Apache-2.0
139
139
  metadata: {}
140
- post_install_message:
140
+ post_install_message:
141
141
  rdoc_options: []
142
142
  require_paths:
143
143
  - lib
@@ -152,8 +152,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
152
152
  - !ruby/object:Gem::Version
153
153
  version: '0'
154
154
  requirements: []
155
- rubygems_version: 3.1.2
156
- signing_key:
155
+ rubygems_version: 3.1.4
156
+ signing_key:
157
157
  specification_version: 4
158
158
  summary: High performance gradient boosting for Ruby
159
159
  test_files: []