From 58e52f9d572f82caab837f5f97fcb816249a54a3 Mon Sep 17 00:00:00 2001 From: Grebennikov Roman Date: Tue, 5 Dec 2023 12:12:34 +0100 Subject: [PATCH] release 4.1.0-1 --- README.md | 6 +++--- pom.xml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 016c731..1d455af 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ To install, use the following maven coordinates: io.github.metarank lightgbm4j - 3.3.2-5 + 4.1.0-1 ``` @@ -198,12 +198,12 @@ dataset.close(); Note the following change in the LightGBM4 behavior: -* you need to set `objective=none metric=` parameters to signal that we're going to use custom objective. +* you need to set `objective=none metric=` parameters to signal that we're going to use custom objective. Otherwise the LightGBM will complain on incorrect objective. ## Supported platforms This code is tested to work well with Linux (Ubuntu 20.04), Windows (Server 2019) and MacOS 10.15/11. Mac M1 is also supported. -Supported Java versions are 8, 11 and 17. +Supported Java versions are 11, 17 and 21. ## LightGBM API Coverage diff --git a/pom.xml b/pom.xml index f96c91c..8542157 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ io.github.metarank lightgbm4j - 3.3.2-5 + 4.1.0-1 LightGBM4j: Java LightGBM wrapper A high-level wrapper for LightGBM toolkit