Skip to content

Commit

Permalink
docs: auto formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
eitsupi committed Dec 3, 2023
1 parent b1e4d89 commit 98b7c61
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

## Breaking changes and deprecations

- `$apply()` on an Expr or a Series is renamed `$map_elements()`, and `$map()`
- `$apply()` on an Expr or a Series is renamed `$map_elements()`, and `$map()`
is renamed `$map_batches()`. `$map()` and `$apply()` will be removed in 0.13.0 (#534).
- Removed `$days()`, `$hours()`, `$minutes()`, `$seconds()`, `$milliseconds()`,
`$microseconds()`, `$nanoseconds()`. Those were deprecated in 0.11.0 (#550).
- `pl$concat_list()`: elements being strings are now interpreted as column names. Use `pl$lit` to
- `pl$concat_list()`: elements being strings are now interpreted as column names. Use `pl$lit` to
concat with a string.
- The class name of all objects created by polars (`DataFrame`, `LazyFrame`,
`Expr`, `Series`, etc.) has changed. They now start with `RPolars`, for example
`RPolarsDataFrame`. This will only break your code if you directly use those
- The class name of all objects created by polars (`DataFrame`, `LazyFrame`,
`Expr`, `Series`, etc.) has changed. They now start with `RPolars`, for example
`RPolarsDataFrame`. This will only break your code if you directly use those
class names, such as in S3 methods (#554).

## What's changed
Expand Down

0 comments on commit 98b7c61

Please sign in to comment.