Sebastiano Bisacchi

Results 2 comments of Sebastiano Bisacchi

Implemented unicode support in #56

Note that **signed byte** is equivalent to **int8** and **unsigned byte** is equivalent to **uint8**: ```python In [1]: import numpy as np In [2]: np.array([1, 2], dtype=np.byte) Out[2]: array([1, 2],...