Apache Arrow 0.9.0 发布了。Apache Arrow 是 Apache 基金会的顶级项目之一。它的目的是作为一个跨平台的数据层来加快大数据分析项目的运行速度。它包含一组规范的内存中的平面和分层数据表示,以及多种语言绑定以进行结构操作。它还提供低架构流式传输和批量消息传递,零拷贝进程间通信(IPC)和矢量化的内存分析库。
更新内容:
新特性和改进
[Python] Add documentation about using pyarrow from other Cython and C++ projects
[Python] Add ASV benchmarks for streaming columnar deserialization
[Plasma] Add optional extension for allocating memory on GPUs
[JAVA] Restructure ValueVector hierarchy to minimize compile-time generated code
[Java] Add dockerized test setup to validate Spark integration
[Python] Instructions for setting up nightly builds on Linux
[C++] Add convenience method to construct Buffer from a string that owns its memory
[Python] Permit categorical conversions in Table.to_pandas on a per-column basis
[Python] Accept hdfs:// prefixes in parquet.read_table and attempt to connect to HDFS
[Python] Create StructArray from sequence of dicts given a known data type
[Python] StructArray.from_arrays should handle sequences that are coercible to arrays
[C++] Add method to BinaryBuilder to reserve space for value data
[C++] Add DictionaryArray::FromArrays alternate ctor that can check or sanitized “untrusted” indices
[Java] Rename MapVector to StructVector
软件详情:http://arrow.apache.org/release/0.9.0.html
下载地址:http://http//arrow.apache.org/install/
来自:开源中国社区

