Skip to content

Commit

Permalink
release 4.1.0-1
Browse files Browse the repository at this point in the history
  • Loading branch information
shuttie committed Dec 5, 2023
1 parent 9e5613f commit 58e52f9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ To install, use the following maven coordinates:
<dependency>
<groupId>io.github.metarank</groupId>
<artifactId>lightgbm4j</artifactId>
<version>3.3.2-5</version>
<version>4.1.0-1</version>
</dependency>
```

Expand Down Expand Up @@ -198,12 +198,12 @@ dataset.close();

Note the following change in the LightGBM4 behavior:

* you need to set `objective=none metric=<eval metric>` parameters to signal that we're going to use custom objective.
* 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.

## 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

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>io.github.metarank</groupId>
<artifactId>lightgbm4j</artifactId>
<version>3.3.2-5</version>
<version>4.1.0-1</version>

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

0 comments on commit 58e52f9

Please sign in to comment.