This is an automated email from the ASF dual-hosted git repository.
apitrou pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.
from d7d26c9 ARROW-6862: [Developer] Check pull request title
add edae4a1 ARROW-6671: [C++][Python] Use more consistent names for
sparse tensor items
No new revisions were added by this update.
Summary of changes:
cpp/src/arrow/ipc/read_write_test.cc | 18 +++----
cpp/src/arrow/ipc/reader.cc | 6 +--
cpp/src/arrow/python/numpy_convert.cc | 24 ++++-----
cpp/src/arrow/python/numpy_convert.h | 22 ++++----
cpp/src/arrow/python/pyarrow.cc | 32 ++++++------
cpp/src/arrow/python/pyarrow.h | 12 ++---
cpp/src/arrow/python/pyarrow_api.h | 36 ++++++-------
cpp/src/arrow/sparse_tensor.h | 5 +-
cpp/src/arrow/sparse_tensor_test.cc | 36 ++++++-------
docs/source/cpp/api/tensor.rst | 4 +-
docs/source/python/extending.rst | 36 ++++++-------
python/pyarrow/__init__.pxd | 6 +--
python/pyarrow/__init__.py | 2 +-
python/pyarrow/includes/libarrow.pxd | 32 ++++++------
python/pyarrow/lib.pxd | 28 +++++-----
python/pyarrow/public-api.pxi | 50 +++++++++---------
python/pyarrow/tensor.pxi | 82 +++++++++++++++---------------
python/pyarrow/tests/test_sparse_tensor.py | 24 ++++-----
18 files changed, 226 insertions(+), 229 deletions(-)