/numpy-file-format

Read and write Numpy .npy and .npz files.

Primary LanguageCommon LispMIT LicenseMIT

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.