Closed jturner314 closed 3 years ago
This is a modification of the memory-mapped .npy file support in #38. The primary changes are:
.npy
write_zeroed_npy
Memory-mapped .npz files will be handled separately through #38 or another PR.
.npz
This is a modification of the memory-mapped
.npy
file support in #38. The primary changes are:write_zeroed_npy
function for creating.npy
files larger than the available memory.Memory-mapped
.npz
files will be handled separately through #38 or another PR.