This is an automated email from the ASF dual-hosted git repository.
AlenkaF pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git
from fc3be9ee53 GH-50911: [C++][FlightSQL][ODBC] Replace RapidJSON with
JsonWriter (#50912)
add 118892700b GH-41670: [C++][Python] Move to DLPack 1.3 (#50827)
No new revisions were added by this update.
Summary of changes:
cpp/src/arrow/c/dlpack.cc | 213 ++++++++++++++-------
cpp/src/arrow/c/dlpack.h | 53 +++++-
cpp/src/arrow/c/dlpack_abi.h | 356 +++++++++++++++++++++++++++++++++--
cpp/src/arrow/c/dlpack_test.cc | 153 ++++++++++++---
python/pyarrow/_dlpack.pxi | 28 +++
python/pyarrow/array.pxi | 59 ++++--
python/pyarrow/includes/libarrow.pxd | 10 +
python/pyarrow/tensor.pxi | 59 ++++--
python/pyarrow/tests/test_dlpack.py | 119 +++++++++++-
9 files changed, 920 insertions(+), 130 deletions(-)