This is an automated email from the ASF dual-hosted git repository.
kszucs pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.
from fd580db ARROW-15360: [Python] Check slice bounds in Buffer.slice()
add e9e16c9 ARROW-14738: [Python][Doc] Make return types clickable
No new revisions were added by this update.
Summary of changes:
ci/conda_env_sphinx.txt | 3 +-
docs/source/conf.py | 47 ++++++++++++++---
.../developers/guide/step_by_step/building.rst | 3 +-
docs/source/python/api/dataset.rst | 3 ++
python/pyarrow/_csv.pyx | 2 +-
python/pyarrow/_dataset.pyx | 34 ++++++-------
python/pyarrow/_fs.pyx | 59 ++++++++++++++--------
python/pyarrow/_plasma.pyx | 13 +++--
python/pyarrow/_s3fs.pyx | 2 +-
python/pyarrow/array.pxi | 10 ++--
python/pyarrow/compute.py | 11 ++--
python/pyarrow/dataset.py | 14 ++---
python/pyarrow/fs.py | 2 +-
python/pyarrow/io.pxi | 20 +++++---
python/pyarrow/ipc.pxi | 9 ++--
python/pyarrow/orc.py | 14 ++---
python/pyarrow/parquet.py | 15 +++---
python/pyarrow/table.pxi | 32 +++++++-----
18 files changed, 186 insertions(+), 107 deletions(-)