File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change 17
17
under the License.
18
18
-->
19
19
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
+
20
38
# nanoarrow 0.5.0
21
39
22
40
- Add experimental ` nanoarrow_vctr ` to wrap a list of arrays (#461 )
You can’t perform that action at this time.
0 commit comments