Skip to content

Commit

Permalink
Bump to 0.6.1 (#235)
Browse files Browse the repository at this point in the history
  • Loading branch information
sorhawell authored Jun 7, 2023
1 parent 20002fe commit ddf5510
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 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: Polars ported to R
Version: 0.6.0.9000
Version: 0.6.1
Depends: R (>= 4.1.0)
Imports: utils, codetools
Authors@R:
Expand Down
9 changes: 5 additions & 4 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# polars (development version)
# polars 0.6.1
## What's changed
- use `pl$set_polars_options(debug_polars = TRUE)` to profile/debug method-calls of a polars query (#193)

## What's changed
- add `<DataFrame>$melt(), <DataFrame>$pivot() + <LazyFrame>$melt()` methods (#232)
- lazy functions translated: `pl$implode`, `pl$explode`, `pl$unique`, `pl$approx_unique`, `pl$head`, `pl$tail` (#196)
- `pl$list` is deprecated, use `pl$implode` instead (#196)
- `pl$list` is deprecated, use `pl$implode` instead. (#196)
- Docs improvements. (#210, #213)
- Update nix flake. (#227)

# polars 0.6.0
## BREAKING CHANGES
Expand Down

0 comments on commit ddf5510

Please sign in to comment.