Skip to content

Commit

Permalink
news
Browse files Browse the repository at this point in the history
  • Loading branch information
etiennebacher committed Mar 19, 2024
1 parent d888180 commit 9de1f0c
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,16 @@

## Polars R Package (development version)

### Breaking changes
### Breaking changes due to Rust-polars update

- rust-polars is updated to 0.38.3 (#937).
- New argument `non_existent` in `$replace_time_zone()` to specify what should
happen when a datetime doesn't exist.
- In rolling aggregation functions (such as `$rolling_mean()`), the default
value of argument `closed` now is `NULL`. Using `closed` with a fixed
`window_size` now throws an error.

### Other breaking changes

- The argument `columns` in `$drop()` is removed. `$drop()` now accepts several
character scalars, such as `$drop("a", "b", "c")` (#912).
Expand Down

0 comments on commit 9de1f0c

Please sign in to comment.