You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by we...@apache.org on 2019/09/18 16:26:25 UTC

[arrow] branch master updated (5ddefd7 -> 19545f8)

This is an automated email from the ASF dual-hosted git repository.

wesm pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.


    from 5ddefd7  ARROW-5870: [C++][Docs] Refine source build instructions, do not tell people to install flex/bison if they don't need them
     add 19545f8  ARROW-6570: [Python] Use Arrow's allocators for creating NumPy array instead of leaving it to NumPy

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/python/arrow_to_pandas.cc | 200 ++++++++++++++++++--------------
 cpp/src/arrow/python/arrow_to_pandas.h  |  10 +-
 cpp/src/arrow/python/python_test.cc     |   3 +-
 python/pyarrow/array.pxi                |  44 +++++--
 python/pyarrow/includes/libarrow.pxd    |   4 +-
 python/pyarrow/pandas_compat.py         |   8 +-
 python/pyarrow/table.pxi                |   9 +-
 python/pyarrow/tests/test_pandas.py     |  46 ++++++++
 8 files changed, 208 insertions(+), 116 deletions(-)