nanoarrow 0.1.0
github-actions
released this
01 Mar 14:43
·
467 commits
to main
since this release
nanoarrow 0.1.0 (2023-03-01)
Fix
- Explicit
stringsAsFactors = FALSE
for R <= 3.6 (#135) - Support centos7/gcc 4.8 for CMake build + test workflow (#133)
- Fix cmake build + test and verification script on Windows (#130)
isnan()
usage compatible with old clang (#126)- Improve reliability of R tests on non-standard systems (#127)
- Ensure tests pass on big endian (#128)
- Correct storage type for timestamp and duration types (#116)
- extensions/nanoarrow_ipc: Remove extra copy of flatcc from dist/ (#113)
- make sure bundled nanoarrow is also valid C++ (#112)
- extensions/nanoarrow_ipc: Tweak draft interface (#111)
- set map entries/key to non-nullable (#107)
- ci: Actually commit bundled IPC extension to dist/ (#96)
Feat
- extensions/nanoarrow_ipc: Improve type coverage of schema field decode (#115)
- r: Add
as_nanoarrow_array()
implementation that does not fall back onarrow::as_arrow_array()
everywhere (#108) - r: Create nanoarrow_array objects from buffers (#105)
- r: Implement infer schema methods (#104)
- r: Create and modify nanoarrow_schema objects (#101)