Skip to content

Commit

Permalink
docs(news): update about env var changes
Browse files Browse the repository at this point in the history
  • Loading branch information
eitsupi committed Jan 13, 2024
1 parent ecf2b89 commit d0f34d4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

## polars (development version)

### Breaking changes

- The environment variables used when building the library have been changed. (#693)
This only affects selecting the feature flag and selecting profiles during source installation.
- `RPOLARS_PROFILE` is renamed to `LIBR_POLARS_PROFILE`
- `RPOLARS_FULL_FEATURES` is removed and `LIBR_POLARS_FEATURES` is added.
If want to select the `full_features`, we need to set `LIBR_POLARS_FEATURES="full_features"`.
- `RPOLARS_RUST_SOURCE`, which was used for development, has been removed.
If you want to use library binaries located elsewhere, use `LIBR_POLARS_PATH` instead.

### What's changed

- New method `$rolling()` for `DataFrame` and `LazyFrame` (#682).
Expand Down

0 comments on commit d0f34d4

Please sign in to comment.