Commits


Philipp Moritz authored and Wes McKinney committed 298e3432401
ARROW-1673: [Python] Add support for numpy 'bool' type This is currently a workaround until the Arrow tensor supports zero copy of byte-length booleans. Author: Philipp Moritz <pcmoritz@gmail.com> Closes #1199 from pcmoritz/ndarray-bool and squashes the following commits: 14943a09 [Philipp Moritz] deploy workaround 8fce724c [Philipp Moritz] update ad4c6b97 [Philipp Moritz] change bool width to 1 byte 11c7ed3b [Philipp Moritz] add support for numpy 'bool' type