From ddf5510b47ada712ff7838cac74bfbf3f5a226dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20Havelund=20Welling?= Date: Wed, 7 Jun 2023 16:38:36 +0200 Subject: [PATCH] Bump to 0.6.1 (#235) --- DESCRIPTION | 2 +- NEWS.md | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 76c171443..b475982c0 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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: diff --git a/NEWS.md b/NEWS.md index 80af3ac68..44c73e9a1 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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 `$melt(), $pivot() + $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