jturner314 / ndarray-npy

.npy and .npz file format support for ndarray
https://docs.rs/ndarray-npy
Apache License 2.0
56 stars 18 forks source link

Support memory-mapped .npy files #41

Closed jturner314 closed 3 years ago

jturner314 commented 3 years ago

This is a modification of the memory-mapped .npy file support in #38. The primary changes are:

Memory-mapped .npz files will be handled separately through #38 or another PR.