From 283f66f396401d6371b14a8ff66836de889bcfb0 Mon Sep 17 00:00:00 2001 From: Nic Crane Date: Sat, 25 May 2024 11:33:12 +0100 Subject: [PATCH] GH-41420: [R] Update NEWS.md for 16.1.0 (#41422) ### Rationale for this change Update NEWS.md ### What changes are included in this PR? News updates ### Are these changes tested? No ### Are there any user-facing changes? No * GitHub Issue: #41420 Authored-by: Nic Crane Signed-off-by: Nic Crane --- r/NEWS.md | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/r/NEWS.md b/r/NEWS.md index 47c4ac1571dad..dc89fa266e3ef 100644 --- a/r/NEWS.md +++ b/r/NEWS.md @@ -25,13 +25,22 @@ * `summarize()` supports more complex expressions, and correctly handles cases where column names are reused in expressions. * The `na_matches` argument to the `dplyr::*_join()` functions is now supported. This argument controls whether `NA` values are considered equal when joining. (#41358) -# arrow 16.0.0 +# arrow 16.1.0 + +## New features -# arrow 15.0.2 +* Streams can now be written to socket connections (#38897) +* The Arrow R package now can be built with older versions of the Arrow C++ library (back to 13.0.0) (#39738) -# arrow 15.0.1 +## Minor improvements and fixes + +* Dataset and table output printing now truncates schemas longer than 20 items long (#38916) +* Fixed pointer conversion to Python for latest reticulate to ensure data can be passed between Arrow and PyArrow (#39969) +* Check on macOS if we are using GNU libtool is and ensure we use macOS libtool instead (#40259) +* Fix an error where creating a bundled tarball with all dependencies was failing on Windows (@hutch3232, #40232) -# arrow 15.0.0 + +# arrow 15.0.1 ## New features