From 94ce8f3df9d032a5a7a6f89c5c8e2ab6d3801b10 Mon Sep 17 00:00:00 2001 From: Dewey Dunnington Date: Tue, 17 Sep 2024 11:49:23 -0500 Subject: [PATCH] add 0.5.0 NEWS items --- r/NEWS.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/r/NEWS.md b/r/NEWS.md index 3fd029182..8b901276a 100644 --- a/r/NEWS.md +++ b/r/NEWS.md @@ -17,6 +17,13 @@ under the License. --> +# nanoarrow 0.5.0 + +- Add experimental `nanoarrow_vctr` to wrap a list of arrays (#461) +- Add bindings for IPC reader (#390) +- Fix tests for platforms where arrow dataset and/or zip is not available (#415) +- Remove unnecessary package name call (#381) + # nanoarrow 0.4.0 - Fix source links from pkgdown site (#315).