arrow git commit: ARROW-991: [Python] Create new dtype when deserializing from Arrow to NumPy datetime64

2017-05-09 Thread wesm
Repository: arrow Updated Branches: refs/heads/master 2d6453b25 -> 02161456c ARROW-991: [Python] Create new dtype when deserializing from Arrow to NumPy datetime64 I am not sure how to reproduce the problem, but this will prevent us from mutating a cached dtype in the NumPy internals

[2/2] arrow git commit: ARROW-940: [JS] Generate multiple artifacts

2017-05-09 Thread wesm
ARROW-940: [JS] Generate multiple artifacts Running `npm run build` now produces three sets of artifacts: * `lib/`: CommonJS modules with typescript declarations * `lib-esm/`: ES6 modules with typescript declarations * `_bundles/`: minified and un-minified bundles with source maps for use in the

[1/2] arrow git commit: ARROW-940: [JS] Generate multiple artifacts

2017-05-09 Thread wesm
Repository: arrow Updated Branches: refs/heads/master 22c738cc7 -> 2d6453b25 http://git-wip-us.apache.org/repos/asf/arrow/blob/2d6453b2/js/webpack.config.js -- diff --git a/js/webpack.config.js b/js/webpack.config.js index

arrow git commit: ARROW-874: [JS] Read dictionary-encoded vectors

2017-05-09 Thread wesm
Repository: arrow Updated Branches: refs/heads/master 670612e6f -> 22c738cc7 ARROW-874: [JS] Read dictionary-encoded vectors Author: Brian Hulette Author: Emilio Lahr-Vivaz Author: Brian Hulette Closes #655 from

arrow git commit: ARROW-954: Flag for compiling Arrow with header-only boost

2017-05-09 Thread uwe
Repository: arrow Updated Branches: refs/heads/master ccf83f485 -> 670612e6f ARROW-954: Flag for compiling Arrow with header-only boost Author: Philipp Moritz Closes #647 from pcmoritz/boost-header-only and squashes the following commits: 3605341 [Philipp Moritz] run

arrow git commit: ARROW-985: [GLib] Update package information

2017-05-09 Thread wesm
Repository: arrow Updated Branches: refs/heads/master 74ad4a82b -> ccf83f485 ARROW-985: [GLib] Update package information Author: Kouhei Sutou Closes #662 from kou/glib-update-package-info and squashes the following commits: 9005ddd [Kouhei Sutou] [GLib] Update

arrow git commit: ARROW-984: [GLib] Add Go examples

2017-05-09 Thread wesm
Repository: arrow Updated Branches: refs/heads/master af0c21e9a -> 74ad4a82b ARROW-984: [GLib] Add Go examples Author: Kouhei Sutou Closes #661 from kou/glib-example-go and squashes the following commits: 22e35cb [Kouhei Sutou] [GLib] Add Go examples Project: