This is an automated email from the ASF dual-hosted git repository.
paleolimbot pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-nanoarrow.git
The following commit(s) were added to refs/heads/main by this push:
new 2b9e6242 chore(r): Add 0.5.0 NEWS items to R package (#612)
2b9e6242 is described below
commit 2b9e6242ed0019ae97b969664623dc196aab4702
Author: Dewey Dunnington <[email protected]>
AuthorDate: Tue Sep 17 11:56:22 2024 -0500
chore(r): Add 0.5.0 NEWS items to R package (#612)
Closes #607.
---
r/NEWS.md | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/r/NEWS.md b/r/NEWS.md
index 3fd02918..8b901276 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).