kiyo-masui / bitshuffle

Filter for improving compression of typed binary data.
Other
215 stars 76 forks source link

Ensure `dtype` arguments are `np.dtype` and not `type`. #29

Open kiyo-masui opened 8 years ago

kiyo-masui commented 8 years ago

Numpy function accept both, but only the former have an itemsize attribute.