Skip to content

Commit fb64ed6

Browse files
committed
R NEWS
1 parent 40ba457 commit fb64ed6

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

r/NEWS.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,24 @@
1717
under the License.
1818
-->
1919

20+
# nanoarrow 0.7.0
21+
22+
- Add zstd decompression support to R package (#733)
23+
- Support native creation of more numeric Arrow arrays from integer vectors (#697)
24+
- Support matrix objects as fixed-size-list arrays (#692)
25+
- Ensure that `python` is used on Windows when running bootstrap.R (#792)
26+
- Update vctrs extension name to reflect implementation change (#752)
27+
- sub-day precision Date should be floored when treated as integer (#674)
28+
29+
# nanoarrow 0.6.0
30+
31+
- Add float16 support for R bindings (#650)
32+
- Implement string view support in R bindings (#636)
33+
- Allow opt-out of warning for unregistered extension types (#632)
34+
- Add bindings to IPC writer (#608)
35+
- Avoid flatcc aligned_alloc() call when compiling R package (#494)
36+
- Use JSON in experimental R vctrs extension type (#533)
37+
2038
# nanoarrow 0.5.0
2139

2240
- Add experimental `nanoarrow_vctr` to wrap a list of arrays (#461)

0 commit comments

Comments
 (0)