arrow git commit: ARROW-524: provide apis to access nested vectors and buffers

2017-02-05 Thread uwe
Repository: arrow Updated Branches: refs/heads/master c45c3b3e1 -> 70c05be21 ARROW-524: provide apis to access nested vectors and buffers Author: Julien Le Dem Closes #314 from julienledem/setRangeToOne and squashes the following commits: 0d526bd [Julien Le Dem] ARROW-524: provide apis to a

arrow git commit: ARROW-529: Python: Add jemalloc and Python 3.6 to manylinux1 build

2017-02-05 Thread wesm
Repository: arrow Updated Branches: refs/heads/master 70c05be21 -> 5bee596ca ARROW-529: Python: Add jemalloc and Python 3.6 to manylinux1 build Author: Uwe L. Korn Closes #319 from xhochy/ARROW-529 and squashes the following commits: 48893a2 [Uwe L. Korn] ARROW-529: Python: Add jemalloc and

arrow git commit: ARROW-511: Python: Implement List conversions for single arrays

2017-02-05 Thread wesm
Repository: arrow Updated Branches: refs/heads/master 5bee596ca -> 74bc4dd48 ARROW-511: Python: Implement List conversions for single arrays Author: Uwe L. Korn Closes #320 from xhochy/ARROW-511 and squashes the following commits: 2ff63f9 [Uwe L. Korn] Use _check_pandas_roundtrip 6c8fa6d [U