gallantlab / cottoncandy

sugar for s3
http://gallantlab.github.io/cottoncandy/
BSD 2-Clause "Simplified" License
33 stars 16 forks source link

Python3compatibility #49

Closed marklescroart closed 6 years ago

marklescroart commented 6 years ago

A better fix for some of the issues addressed here would be to use np.getbuffer() to get bytestream representations of arrays, but that is not yet uniformly implemented in readily-accessible numpy versions. Should work as is w/ slightly hacky solutions.

anwarnunez commented 6 years ago

closes #29