arrow git commit: ARROW-1004: [Python] Add conversions for numpy object arrays with integers and floats

2017-05-14 Thread wesm
Repository: arrow Updated Branches: refs/heads/master 393f46abd -> 37dbddf0d ARROW-1004: [Python] Add conversions for numpy object arrays with integers and floats Author: Wes McKinney Closes #681 from wesm/ARROW-1004 and squashes the following commits: 9e0b2eae

arrow git commit: ARROW-1023: Python: Fix bundling of arrow-cpp for macOS

2017-05-14 Thread wesm
Repository: arrow Updated Branches: refs/heads/master c7839e9fa -> 393f46abd ARROW-1023: Python: Fix bundling of arrow-cpp for macOS Author: Uwe L. Korn Closes #683 from xhochy/macos-wheels and squashes the following commits: bdc5651 [Uwe L. Korn] Correct the amount of

arrow git commit: ARROW-1017: [Python] Fix memory leaks in conversion to pandas.DataFrame

2017-05-14 Thread wesm
Repository: arrow Updated Branches: refs/heads/master 852ee4fbf -> c7839e9fa ARROW-1017: [Python] Fix memory leaks in conversion to pandas.DataFrame Notes: * `PyList_Append` increments ref count, so new objects must be DECREF'd after being inserted * `PyArray_SimpleNewFromDescr` does not

arrow git commit: ARROW-1024: Python: Update build time numpy version to 1.10.1

2017-05-14 Thread wesm
Repository: arrow Updated Branches: refs/heads/master d8d3d8435 -> 852ee4fbf ARROW-1024: Python: Update build time numpy version to 1.10.1 Change-Id: I5cfe95272d43fd0cb08cac6646ffde30adc94bdf Author: Uwe L. Korn Closes #684 from xhochy/ARROW-1024 and squashes the

arrow git commit: ARROW-1022: [Python] Add multithreaded read option to read_feather

2017-05-14 Thread uwe
Repository: arrow Updated Branches: refs/heads/master 5739e04b3 -> d8d3d8435 ARROW-1022: [Python] Add multithreaded read option to read_feather Author: Wes McKinney Closes #682 from wesm/ARROW-1022 and squashes the following commits: 8fd241e [Wes McKinney] Add

arrow git commit: ARROW-1008: [C++] Add abstract stream writer and reader C++ APIs. Give clearer names to IPC reader/writer classes

2017-05-14 Thread wesm
Repository: arrow Updated Branches: refs/heads/master 99ff24089 -> 5739e04b3 ARROW-1008: [C++] Add abstract stream writer and reader C++ APIs. Give clearer names to IPC reader/writer classes The main motivation for this patch was to make `StreamReader` and `StreamWriter` abstract, so that