Skip to content

FIX polars 0.20.4 deprecation warnings#133

Merged
lorentzenchr merged 2 commits intomainfrom
rust_drop_keyword
Jan 26, 2024
Merged

FIX polars 0.20.4 deprecation warnings#133
lorentzenchr merged 2 commits intomainfrom
rust_drop_keyword

Conversation

@lorentzenchr
Copy link
Copy Markdown
Owner

Fixes #132

Keyword "columns" in drop is deprecated

@lorentzenchr
Copy link
Copy Markdown
Owner Author

The macOS failure is unrelated

RuntimeWarning: Missing required CPU features.

The following required CPU features were not detected:
    fma
Continuing to use this version of Polars on this processor will likely result in a crash.
Install the `polars-lts-cpu` package instead of `polars` to run Polars with better compatibility.

Hint: If you are on an Apple ARM machine (e.g. M1) this is likely due to running Python under Rosetta.
It is recommended to install a native version of Python that does not run under Rosetta x86-64 emulation.

If you believe this warning to be a false positive, you can set the `POLARS_SKIP_CPU_CHECK` environment variable to bypass this check.

@lorentzenchr lorentzenchr merged commit faaa2c8 into main Jan 26, 2024
@lorentzenchr lorentzenchr deleted the rust_drop_keyword branch January 26, 2024 21:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Polars v0.20.4 deprecations

1 participant