Skip to content

Commit

Permalink
refactor(rust): Feature gate for list arithmetic (#19237)
Browse files Browse the repository at this point in the history
  • Loading branch information
nameexhaustion authored Oct 15, 2024
1 parent d52e13e commit 9376ce3
Show file tree
Hide file tree
Showing 4 changed files with 881 additions and 847 deletions.
2 changes: 2 additions & 0 deletions crates/polars-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ describe = []
timezones = ["temporal", "chrono", "chrono-tz", "arrow/chrono-tz", "arrow/timezones"]
dynamic_group_by = ["dtype-datetime", "dtype-date"]
arrow_rs = ["arrow-array", "arrow/arrow_rs"]
list_arithmetic = []

# opt-in datatypes for Series
dtype-date = ["temporal"]
Expand Down Expand Up @@ -148,6 +149,7 @@ docs-selection = [
"describe",
"partition_by",
"algorithm_group_by",
"list_arithmetic",
]

[package.metadata.docs.rs]
Expand Down
Loading

0 comments on commit 9376ce3

Please sign in to comment.