Skip to content

Commit b2b8e19

Browse files
committed
Updated LightGBM to 4.6.0
1 parent 67fe518 commit b2b8e19

File tree

3 files changed

+11
-7
lines changed

3 files changed

+11
-7
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.4.1 (unreleased)
2+
3+
- Updated LightGBM to 4.6.0
4+
15
## 0.4.0 (2025-01-05)
26

37
- Added support for different prediction types

Rakefile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def download_file(file, sha256)
2323
require "open-uri"
2424

2525
# also update licenses in vendor/
26-
version = "4.5.0"
26+
version = "4.6.0"
2727

2828
url =
2929
if file == "lib_lightgbm.arm64.dylib"
@@ -45,16 +45,16 @@ end
4545
# https://github.com/microsoft/LightGBM/releases
4646
namespace :vendor do
4747
task :linux do
48-
download_file("lib_lightgbm.so", "4b2b68c4d0fa99bace6cc540224b457ff899ccee0fdc8875e4625a38b00fc5e5")
48+
download_file("lib_lightgbm.so", "237f15e1362a5abab4be0fae14aebba7bb278763f3412a82c50ab9d1fc0dc8bd")
4949
end
5050

5151
task :mac do
52-
download_file("lib_lightgbm.dylib", "b02d48071ba4ae1e13e336a902dc5f82a5732de4448d47a20d8e9d94d5d3db2a")
53-
download_file("lib_lightgbm.arm64.dylib", "840e16754db0d3e4852bdfdecc1ee08bc367b138e0bf18fabb4ce3d9b39c936a")
52+
download_file("lib_lightgbm.dylib", "15c6678c60f1acf4a34f0784f799ee3ec7a48e25efa9be90e7415d54f9bed858")
53+
download_file("lib_lightgbm.arm64.dylib", "df56dce6597389a749de75e46b5383f83c751f57da643232ef766f15aca10a0d")
5454
end
5555

5656
task :windows do
57-
download_file("lib_lightgbm.dll", "1d281ec96684806d83468469fb6052880308f39bf03a34d85ee9aa38195d260c")
57+
download_file("lib_lightgbm.dll", "a5032c5278f3350ea9f7925b7b4d270b23af9a8e9639971cb025d615b45c39e7")
5858
end
5959

6060
task all: [:linux, :mac, :windows]

vendor/LICENSE-THIRD-PARTY

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@ and
436436
*/
437437

438438
================================================================================
439-
fast_double_parser 0.7.0
439+
fast_double_parser 0.8.0
440440
================================================================================
441441

442442
Copyright (c) Daniel Lemire
@@ -466,7 +466,7 @@ ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
466466
DEALINGS IN THE SOFTWARE.
467467

468468
================================================================================
469-
fmt 10.1.1
469+
fmt 11.1.2
470470
================================================================================
471471

472472
Copyright (c) 2012 - present, Victor Zverovich and {fmt} contributors

0 commit comments

Comments
 (0)