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

added version 2 support for reading #32

Closed MRedies closed 5 years ago

MRedies commented 5 years ago

I introduced support for reading version 2 *.npy files. This should fix:

https://github.com/fhs/NPZ.jl/issues/31

I hope you like it like this.

MRedies commented 5 years ago

I added a small test file for v2 and removed the testing of the minor version. Thanks!

fhs commented 5 years ago

Thanks!