mverzilli / crystalla

Crystal library for Numerical Methods. It binds to LAPACK and is unashamedly inspired by Numpy.
MIT License
45 stars 7 forks source link

Load/Save to .npy files #16

Open sherjilozair opened 6 years ago

sherjilozair commented 6 years ago

The .npy file format has become standard to serialize arrays, so I think crystalla could really use it. It will open up possibility of interoperability with other systems such as tensorflow/python. WDYT?

mverzilli commented 6 years ago

I think it makes complete sense! Do you want to take a stab at it?