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 2fac048 ARROW-9403: [Python] add Array.tolist as alias of .to_pylist
add 6ada172 ARROW-9283: [Python] Expose build info
No new revisions were added by this update.
Summary of changes:
cpp/src/arrow/util/config.h.cmake | 2 +-
python/pyarrow/__init__.py | 21 +++++++++++++++-
python/pyarrow/config.pxi | 49 ++++++++++++++++++++++++++++++++++++
python/pyarrow/includes/libarrow.pxd | 14 +++++++++++
python/pyarrow/lib.pyx | 3 +++
python/pyarrow/tests/test_misc.py | 10 ++++++++
python/setup.py | 12 ++++++++-
7 files changed, 108 insertions(+), 3 deletions(-)
create mode 100644 python/pyarrow/config.pxi