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

Allow for module pre-compilation in Julia 0.5+ #21

Closed galenlynch closed 5 years ago

galenlynch commented 5 years ago

Since 0.5, pre-compilation must be opted-in with a __precompile__() statement at the top of the module file. I have added this statement, and have also made a static if statement that initializes Julia2Numpy after pre-compilation.

fhs commented 5 years ago

Thanks!

galenlynch commented 5 years ago

Thank you for the package!