Skip to content

Commit 58e52f9

Browse files
committed
release 4.1.0-1
1 parent 9e5613f commit 58e52f9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ To install, use the following maven coordinates:
4141
<dependency>
4242
<groupId>io.github.metarank</groupId>
4343
<artifactId>lightgbm4j</artifactId>
44-
<version>3.3.2-5</version>
44+
<version>4.1.0-1</version>
4545
</dependency>
4646
```
4747

@@ -198,12 +198,12 @@ dataset.close();
198198

199199
Note the following change in the LightGBM4 behavior:
200200

201-
* you need to set `objective=none metric=<eval metric>` parameters to signal that we're going to use custom objective.
201+
* you need to set `objective=none metric=<eval metric>` parameters to signal that we're going to use custom objective. Otherwise the LightGBM will complain on incorrect objective.
202202

203203
## Supported platforms
204204

205205
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.
206-
Supported Java versions are 8, 11 and 17.
206+
Supported Java versions are 11, 17 and 21.
207207

208208
## LightGBM API Coverage
209209

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>io.github.metarank</groupId>
88
<artifactId>lightgbm4j</artifactId>
9-
<version>3.3.2-5</version>
9+
<version>4.1.0-1</version>
1010

1111
<name>LightGBM4j: Java LightGBM wrapper</name>
1212
<description>A high-level wrapper for LightGBM toolkit</description>

0 commit comments

Comments
 (0)