From 621d81eab9fe00bc6db5232d7ace4b2ade0aeb0b Mon Sep 17 00:00:00 2001 From: eitsupi Date: Fri, 5 Jul 2024 14:19:43 +0000 Subject: [PATCH] docs(news): tweak --- NEWS.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/NEWS.md b/NEWS.md index b2a125732..f074eb7ef 100644 --- a/NEWS.md +++ b/NEWS.md @@ -2,10 +2,9 @@ ## Polars R Package 0.18.0 -Updated rust-polars to 0.41.3 (#1147, #1156). - ### Breaking changes +- Updated rust-polars to 0.41.3 (#1147, #1156). - In `$n_chunks()`, the default value of `strategy` now is `"first"` (#1137). - `$sample()` for Expr and DataFrame (#1136): - the argument `frac` is renamed `fraction`; @@ -48,7 +47,6 @@ Updated rust-polars to 0.41.3 (#1147, #1156). - In `$join()`, when `how = "cross"`, `on`, `left_on` and `right_on` must be `NULL` (#1147). - ### New features - New method `$has_nulls()` (#1133).