numpy-file-format
2023-10-21
Read and write Numpy .npy and .npz files.
Numpy File Format
This library allows Lisp programs to read and write arrays in the Numpy file format.
The API is deliberately simple and consists of two functions - load-array
and store-array
.