Commits


Rok authored and Sutou Kouhei committed 6b8d9bef6ac
ARROW-4453: [Python] Cython wrappers for SparseTensor Creating cython wrappers for SparseTensor. This is to resolve [ARROW-4453](https://issues.apache.org/jira/browse/ARROW-4453). Author: Rok <rok@mihevc.org> Author: Antoine Pitrou <antoine@python.org> Closes #4446 from rok/ARROW-4453 and squashes the following commits: db5d620fe <Rok> Typo. 9e0363afe <Antoine Pitrou> Polish code c31b8eb32 <Rok> Enabling SparseTensor.Equals checks. 654002afe <Rok> Partial review feedback implementation. e89edc620 <Rok> Refactoring to_numpy methods. 3fcc1929e <Rok> Add equality methods. 4a30487fc <Rok> Set base object in to_numpy methods. 4eeae02d8 <Rok> Cython wrapper for SparseTensor.