Skip to content

Commit

Permalink
chore: reactivate argminmax simd (pola-rs#14679)
Browse files Browse the repository at this point in the history
  • Loading branch information
ritchie46 authored Mar 6, 2024
1 parent d562759 commit d9708b6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions crates/polars-ops/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ polars-utils = { workspace = true }

ahash = { workspace = true }
aho-corasick = { workspace = true, optional = true }
argminmax = { version = "0.6.1", default-features = false, features = ["float"] }
argminmax = { version = "0.6.2", default-features = false, features = ["float"] }
arrow = { workspace = true }
base64 = { workspace = true, optional = true }
bytemuck = { workspace = true }
Expand Down Expand Up @@ -50,7 +50,7 @@ rand = { workspace = true, features = ["small_rng"] }
version_check = { workspace = true }

[features]
simd = []
simd = ["argminmax/nightly_simd"]
nightly = ["polars-utils/nightly"]
dtype-categorical = ["polars-core/dtype-categorical"]
dtype-date = ["polars-core/dtype-date", "polars-core/temporal"]
Expand Down

0 comments on commit d9708b6

Please sign in to comment.