Skip to content

Commit

Permalink
refactor[python]: revert decompress-fast for python (#4894)
Browse files Browse the repository at this point in the history
  • Loading branch information
ritchie46 authored Sep 18, 2022
1 parent 4beb08e commit b735be7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 21 deletions.
24 changes: 5 additions & 19 deletions py-polars/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 py-polars/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ repeat_by = ["polars/repeat_by"]
simd = ["polars/simd"]
meta = ["polars/meta"]
search_sorted = ["polars/search_sorted"]
decompress-fast = ["polars/decompress-fast"]
decompress = ["polars/decompress"]
lazy_regex = ["polars/lazy_regex"]
csv-file = ["polars/csv-file"]
object = ["polars/object"]
Expand All @@ -73,7 +73,7 @@ all = [
"pct_change",
"search_sorted",
"meta",
"decompress-fast",
"decompress",
"lazy_regex",
"csv-file",
"extract_jsonpath",
Expand Down

0 comments on commit b735be7

Please sign in to comment.