-
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1.0.4 - Code cleaning, removes unnecessary deps, updates to the laste…
…st LightGBM
- Loading branch information
Showing
6 changed files
with
37 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,13 @@ | ||
[package] | ||
name = "lightgbm3" | ||
version = "1.0.3" | ||
version = "1.0.4" | ||
edition = "2021" | ||
authors = ["Dmitry Mottl <[email protected]>", "vaaaaanquish <[email protected]>"] | ||
authors = [ | ||
"Dmitry Mottl <[email protected]>", | ||
"vaaaaanquish <[email protected]>", | ||
"paq <[email protected]>", | ||
"Benjamin Ellis <[email protected]>", | ||
] | ||
license = "MIT" | ||
repository = "https://github.com/Mottl/lightgbm3-rs" | ||
description = "Rust bindings for LightGBM library" | ||
|
@@ -13,11 +18,9 @@ readme = "README.md" | |
exclude = [".gitignore", ".github", ".gitmodules", "examples", "benches", "lightgbm3-sys"] | ||
|
||
[dependencies] | ||
lightgbm3-sys = { path = "lightgbm3-sys", version = "1.0.3" } | ||
libc = "0.2.155" | ||
derive_builder = "0.20.0" | ||
serde_json = "1.0.122" | ||
polars = { version = "0.41.3", optional = true } | ||
lightgbm3-sys = { path = "lightgbm3-sys", version = "1.0.4" } | ||
serde_json = "1.0.125" | ||
polars = { version = "0.42.0", optional = true } | ||
|
||
[features] | ||
default = [] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "lightgbm3-sys" | ||
version = "1.0.3" | ||
version = "1.0.4" | ||
edition = "2021" | ||
authors = ["Dmitry Mottl <[email protected]>", "vaaaaanquish <[email protected]>"] | ||
build = "build.rs" | ||
|
Submodule lightgbm
updated
43 files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters