This is an automated email from the ASF dual-hosted git repository.
raulcd pushed a change to branch maint-16.0.0
in repository https://gitbox.apache.org/repos/asf/arrow.git
from 0d1a0161ed GH-39848: [Python][Packaging] Build pyarrow wheels with
numpy RC instead of nightly (#41097)
add 0d3af8d766 GH-41098: [Python] Add copy keyword in Array.__array__ for
numpy 2.0+ compatibility (#41071)
add 1e40252f31 GH-41016: [C++] Fix null count check in
BooleanArray.true_count() (#41070)
No new revisions were added by this update.
Summary of changes:
cpp/src/arrow/array/array_primitive.cc | 2 +-
cpp/src/arrow/array/array_test.cc | 7 +++++
python/pyarrow/array.pxi | 21 +++++++++++++--
python/pyarrow/includes/libarrow.pxd | 1 +
python/pyarrow/table.pxi | 23 ++++++++++++++---
python/pyarrow/tests/test_array.py | 47 ++++++++++++++++++++++++++++++++++
python/pyarrow/tests/test_table.py | 16 ++++++++++++
7 files changed, 111 insertions(+), 6 deletions(-)