Skip to content

Commit

Permalink
release: 0.17.0 (#1131)
Browse files Browse the repository at this point in the history
  • Loading branch information
eitsupi authored Jun 4, 2024
1 parent 52cb990 commit 14e8547
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: polars
Title: Lightning-Fast 'DataFrame' Library
Version: 0.16.4.9000
Version: 0.17.0.9000
Depends: R (>= 4.2)
Imports: utils, codetools, methods
Authors@R:
Expand Down
4 changes: 3 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Polars R Package (development version)

## Polars R Package 0.17.0

### Breaking changes

- Updated rust-polars to unreleased version (> 0.40.0) (#1104, #1110, #1117, #1124):
Expand Down Expand Up @@ -31,7 +33,7 @@
Sortedness is now verified in a quick manner, so this argument is no longer needed
(pola-rs/polars#16494).
- `$name$map()` stacks on Linux, so this method is deprecated and the document
is removed. Please use other methods including `$rename_with()` instead (#1123).
is removed. Please use other methods like `<LazyFrame>$rename(<function>)` instead (#1123).
- As warned in v0.16.0, the order of arguments in `pl$Series` is changed (#1071).
The first argument is now `name`, and the second argument is `values`.
- `$to_struct()` on an Expr is removed. This method is now only available for
Expand Down

0 comments on commit 14e8547

Please sign in to comment.