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 aa28470 [Release][Minor] Bump development versions to 5.0.0-SNAPSHOT
(#10165)
add 70755a1 ARROW-12506: [Python] Improve modularity of pyarrow codebase:
_feather module
No new revisions were added by this update.
Summary of changes:
python/CMakeLists.txt | 1 +
python/pyarrow/{feather.pxi => _feather.pyx} | 13 ++++++++
python/pyarrow/feather.py | 12 ++++---
python/pyarrow/includes/libarrow.pxd | 24 --------------
python/pyarrow/includes/libarrow_feather.pxd | 49 ++++++++++++++++++++++++++++
python/pyarrow/lib.pyx | 3 --
python/setup.py | 1 +
7 files changed, 71 insertions(+), 32 deletions(-)
rename python/pyarrow/{feather.pxi => _feather.pyx} (87%)
create mode 100644 python/pyarrow/includes/libarrow_feather.pxd