npy-append-array
npy-append-array copied to clipboard
Addition of **kwargs for mode
Addition of an option to recreate the file.
Say a file exists with the same name, in which we want to save new numpy array (of different shape or data type). and hence we want to initiate an empty file like mode='wb' and then go 'ab' on the same file.