[Numpy-discussion] ENH IncrementalWriter for .npy files

2014-09-01 Thread Gabor Kovacs
Dear All, I would like to add a class for writing one (possibly big) .npy file saving multiple (same dtype, compatible shape) arrays. My use case was the saving of slowly accumulating data regularly for a long time into one file. Please find a first implementation under https://github.com/numpy/n

[Numpy-discussion] flatnonzero / nonzero returned indices order

2013-02-27 Thread Gabor Kovacs
Hello, for 1-D arrays, can one assume that the indices returned by flatnonzero is ordered? It looks so, but no such statement anywhere in the docs. (In general, order of indices in case of higher dimensions?) Thanks Gabor ___ NumPy-Discussion mailing li