arrow git commit: ARROW-1186: [C++] Add support to build only Parquet dependencies

2017-07-10 Thread wesm
Repository: arrow Updated Branches: refs/heads/master 845207118 -> dbedc8d20 ARROW-1186: [C++] Add support to build only Parquet dependencies Author: Deepak Majeti Closes #815 from majetideepak/ARROW-1186 and squashes the following commits: 1d3ac224 [Deepak Majeti]

arrow git commit: ARROW-1125: Python: Add public C++ API to unwrap PyArrow object

2017-07-10 Thread wesm
Repository: arrow Updated Branches: refs/heads/master 471a85fd7 -> ad57ea8ec ARROW-1125: Python: Add public C++ API to unwrap PyArrow object Author: Uwe L. Korn Closes #827 from xhochy/ARROW-1125 and squashes the following commits: 5738c893 [Uwe L. Korn] ninja format

arrow git commit: ARROW-1168: [Python] pandas metadata may contain "mixed" data types

2017-07-10 Thread wesm
Repository: arrow Updated Branches: refs/heads/master bc16e0e04 -> 471a85fd7 ARROW-1168: [Python] pandas metadata may contain "mixed" data types Author: Phillip Cloud Closes #817 from cpcloud/ARROW-1168 and squashes the following commits: 4b85f3cb [Phillip Cloud]

arrow git commit: ARROW-1196: [C++] Release, Debug, Toolchain, NMake Generator Appveyor…

2017-07-10 Thread uwe
Repository: arrow Updated Branches: refs/heads/master cab07c2bd -> bc16e0e04 ARROW-1196: [C++] Release, Debug, Toolchain, NMake Generator Appveyor… … jobs; Windows.md updated. Author: Max Risuhin Closes #823 from MaxRis/ARROW-1196 and squashes the following

arrow git commit: ARROW-1202: [C++] Remove semicolons from status macros

2017-07-10 Thread uwe
Repository: arrow Updated Branches: refs/heads/master f73c1c3bb -> cab07c2bd ARROW-1202: [C++] Remove semicolons from status macros Author: Phillip Cloud Closes #828 from cpcloud/ARROW-1202 and squashes the following commits: 50ba53a [Phillip Cloud] ARROW-1202: [C++]

arrow git commit: ARROW-1074: Support lists and arrays in pandas DataFrames without explicit schema

2017-07-10 Thread uwe
Repository: arrow Updated Branches: refs/heads/master e8945325e -> 7870804e0 ARROW-1074: Support lists and arrays in pandas DataFrames without explicit schema This introduces automatic type inference for lists and numpy arrays in a pandas data frame. Partial implementation for: