Skip to content

Commit

Permalink
Merge pull request #184 from abstractqqq/debug_linear_impute
Browse files Browse the repository at this point in the history
Debug linear impute
  • Loading branch information
abstractqqq authored Jun 18, 2024
2 parents 5245d18 + d289654 commit 4e60feb
Show file tree
Hide file tree
Showing 16 changed files with 1,875 additions and 1,976 deletions.
127 changes: 57 additions & 70 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ crate-type = ["cdylib"]

[dependencies]
pyo3 = {version = "*", features = ["abi3-py38", "extension-module"]}
pyo3-polars = {version = "0.14", features = ["derive"]}
polars = {version = "0.40", features = ["performant", "lazy", "parquet", "dtype-array", "diff", "array_count", "abs", "cross_join", "rank", "ndarray", "log", "cum_agg", "round_series", "nightly"]}
pyo3-polars = {version = "0.13", features = ["derive"]}
polars = {version = "0.39", features = ["performant", "lazy", "parquet", "dtype-array", "diff", "array_count", "abs", "cross_join", "rank", "ndarray", "log", "cum_agg", "round_series", "nightly"]}
num = "0.4.1"
faer = {version = "0.19", features = ["nightly"]}
faer-ext = {version = "0.2.0", features = ["ndarray"]}
Expand Down Expand Up @@ -43,4 +43,4 @@ jemallocator = { version = "0.5", features = ["disable_initial_exec_tls"] }
[profile.release]
codegen-units = 1
strip = "symbols"
lto = "fat"
# lto = "fat"
Loading

0 comments on commit 4e60feb

Please sign in to comment.