This is an automated email from the ASF dual-hosted git repository.
apitrou pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git
from 8fed34e110 GH-45427: [Python] Fix version comparison in pandas compat
for pandas 2.3 dev version (#45428)
add 05569054ed GH-45380: [Python] Expose RankQuantileOptions to Python
(#45392)
No new revisions were added by this update.
Summary of changes:
cpp/src/arrow/compute/api_vector.cc | 1 +
python/pyarrow/_acero.pyx | 13 ++-----
python/pyarrow/_compute.pxd | 2 +
python/pyarrow/_compute.pyx | 72 ++++++++++++++++++++++++------------
python/pyarrow/compute.py | 1 +
python/pyarrow/includes/libarrow.pxd | 6 +++
python/pyarrow/tests/test_compute.py | 32 ++++++++++++++++
7 files changed, 94 insertions(+), 33 deletions(-)