Skip to content

Commit 55afca7

Browse files
authored
bump lightgbm to 4.4.0 (#89)
1 parent 215aa34 commit 55afca7

File tree

16 files changed

+29
-28
lines changed

16 files changed

+29
-28
lines changed

src/main/java/com/microsoft/ml/lightgbm/lightgbmlibJAVA_wrap.cxx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -914,7 +914,7 @@ double ** void_to_doublep_ptr(void * x) {
914914

915915
/**
916916
* @brief Creates a new StringArray and returns its handle.
917-
*
917+
*
918918
* @param num_strings number of strings to store.
919919
* @param string_size the maximum number of characters that can be stored in each string.
920920
* @return StringArrayHandle or nullptr in case of allocation failure.
@@ -929,7 +929,7 @@ double ** void_to_doublep_ptr(void * x) {
929929

930930
/**
931931
* @brief Free the StringArray object.
932-
*
932+
*
933933
* @param handle StringArray handle.
934934
*/
935935
void StringArrayHandle_free(StringArrayHandle handle)
@@ -940,7 +940,7 @@ double ** void_to_doublep_ptr(void * x) {
940940
/**
941941
* @brief Return the raw pointer to the array of strings.
942942
* Wrapped in Java into String[] automatically.
943-
*
943+
*
944944
* @param handle StringArray handle.
945945
* @return Raw pointer to the string array which `various.i` maps to String[].
946946
*/
@@ -951,7 +951,7 @@ double ** void_to_doublep_ptr(void * x) {
951951

952952
/**
953953
* For the end user to extract a specific string from the StringArray object.
954-
*
954+
*
955955
* @param handle StringArray handle.
956956
* @param index index of the string to retrieve from the array.
957957
* @return raw pointer to string at index, or nullptr if out of bounds.
@@ -963,7 +963,7 @@ double ** void_to_doublep_ptr(void * x) {
963963

964964
/**
965965
* @brief Replaces one string of the array at index with the new content.
966-
*
966+
*
967967
* @param handle StringArray handle.
968968
* @param index Index of the string to replace
969969
* @param new_content The content to replace
@@ -976,7 +976,7 @@ double ** void_to_doublep_ptr(void * x) {
976976

977977
/**
978978
* @brief Retrieve the number of strings in the StringArray.
979-
*
979+
*
980980
* @param handle StringArray handle.
981981
* @return number of strings that the array stores.
982982
*/
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:a2d7e96a45df80fdccdbe8eb60241d4f9a1f880863684dfca2bb6f5ba5296963
3-
size 6205576
2+
oid sha256:77d635d386d038a643c732e1c25f4cf88a0eac5ba20bbec28b36678ffbe903d6
3+
size 7775264
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
a04556537fddae05bf5d4155c52e1431
1+
892f087c206081c7200181a9fe299034
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:8049f84b91dadd57193e2c3095005519b635c36c4f3b61ff24b5156f0b57770d
3-
size 7245016
2+
oid sha256:8648bbd1d153830070829e40771bf403a46f9ce28b7802e992d941eaf7bea3c3
3+
size 9117896
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
885fe5da88b7a1779f63a54b23892399
1+
aa8c27cdbdf93de9b14ae751955896dd
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:65914f3b8866b7c2f1ef90790e85f8e2cd5d3976e4210654e656abd75d58a0b1
3-
size 5246304
2+
oid sha256:99dc77f741b0ec1885437c6235fe14718e8dbb21df6a5846026b9a43efd9780b
3+
size 6384912
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
48c1d6a244a4cdfa9481910193910a2c
1+
a188a0a028518de9fdbad7bedb1c3f3d
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:669f15abc703d0db81d71f8d54a857e764c232d83034c07c8bcdbbbc1177aee5
3-
size 5954592
2+
oid sha256:3d9904846d05c0b289dcccda44140f9ce1823a9256605d47c2ec09e366237d9f
3+
size 6798820
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3647a841027750be0bed71839940b264
1+
118bbd36de970291e1a95cdbed4b3b66
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:a3aa14a3c338f5dbe14487ecf99a0c41867cb49e6bc05cc94182e0bb3778f0d2
3-
size 3267072
2+
oid sha256:68147e1193c19eb7143fed873c3de4a94efc378beac9f37a48ef5525932be6c4
3+
size 3656704

0 commit comments

Comments
 (0)