This is an automated email from the ASF dual-hosted git repository. paleolimbot pushed a commit to branch maint-0.8.0 in repository https://gitbox.apache.org/repos/asf/arrow-nanoarrow.git
commit ac03a080bea828852df5ce0f4b85c39b506720c1 Author: Dewey Dunnington <[email protected]> AuthorDate: Tue Feb 3 22:08:32 2026 -0600 Update R NEWS --- r/NEWS.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/r/NEWS.md b/r/NEWS.md index 90a8347f..34860a15 100644 --- a/r/NEWS.md +++ b/r/NEWS.md @@ -17,6 +17,17 @@ under the License. --> +# nanoarrow 0.8.0 + +- Add reticulate/Python integration (#817) +- Add support for creating timestamp and duration types from numeric storage (#816) +- Correct invocation of R_MakeExternalPtr with R NULL (#841) +- Fix usage of deperecated syntax for forthcoming R release (#840) +- Fix map type and struct-nested-in-struct convert (#829) +- Collect array streams in C (not R) before conversion (#828) +- Fix test for forthcoming ALTREP behaviour in R-devel (#826) +- Ensure C23 version check works for clang16 (current GitHub Actions) (#801) + # nanoarrow 0.7.0 - Add zstd decompression support to R package (#733)
