fhs / NPZ.jl

A Julia package that provides support for reading and writing Numpy .npy and .npz files
Other
117 stars 16 forks source link

Fix reading of boolean arrays #62

Open shamazmazum opened 9 months ago

shamazmazum commented 9 months ago

Hi! This PR fixes reading of npy files in the case when dtype equals to "?" (for boolean arrays).