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 111347d ARROW-15322: [Docs][Go] Update sidebar link for Go docs.
add 0c5cd73 ARROW-10317: [Python] Document compute function options
No new revisions were added by this update.
Summary of changes:
LICENSE.txt | 8 +
cpp/src/arrow/compute/api_scalar.h | 2 +-
dev/archery/archery/utils/lint.py | 2 +-
python/pyarrow/_compute.pyx | 571 ++++++++++++++++++++++++++--
python/pyarrow/compute.py | 81 ++--
python/pyarrow/tests/test_compute.py | 118 +++++-
python/pyarrow/vendored/docscrape.py | 716 +++++++++++++++++++++++++++++++++++
7 files changed, 1426 insertions(+), 72 deletions(-)
create mode 100644 python/pyarrow/vendored/docscrape.py