fhs / NPZ.jl

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

Fixed all warnings on current Julia 0.4-dev #7

Closed akuendig closed 8 years ago

akuendig commented 8 years ago

Version 0.4.0-dev+6907 (2015-08-23 00:39 UTC)

Hi, I fixed an error message for the tuple type and all warnings occurring in the Julia version mentioned above. If you want me to change something please let me know.

fhs commented 8 years ago

The tests are failing for julia version 0.3. We still need to support 0.3 until 0.4 is released.

fhs commented 8 years ago

I believe the warnings are fixed now.