numpy-file-format
2023-10-21
Read and write Numpy .npy and .npz files.
Upstream URL
Author
Marco Heisig <marco.heisig@fau.de>
License
MIT
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
.