arrow-js-ffi
Advanced tools
Changelog
[0.4.2] - 2024-04-18
Uint32Array
type in parseTable
.apache-arrow
is marked as an external library in RollupChangelog
[0.4.1] - 2024-01-31
prepublishOnly
. 0.4.0 had accidentally been published with stale code.Changelog
[0.4.0] - 2024-01-31
Yanked
copy
to true
by default. To create zero-copy views, pass copy=false
.apache-arrow
peer dependency to v15.parseSchema
by @kylebarron in https://github.com/kylebarron/arrow-js-ffi/pull/72copy
when parsing children by @kylebarron in https://github.com/kylebarron/arrow-js-ffi/pull/44Full Changelog: https://github.com/kylebarron/arrow-js-ffi/compare/v0.3.0...v0.4.0
Changelog
[0.3.0] - 2023-08-15
Changelog
[0.1.0] - 2023-07-03
parseField
and parseVector
for many vector data types.