Re: [Numpy-discussion] striding through arbitrarily large files

2014-02-05 Thread RayS
At 12:11 PM 2/5/2014, Richard Hattersley wrote: On 4 February 2014 15:01, RayS <r...@blue-cove.com> wrote: I was struggling with methods of reading large disk files into numpy efficiently (not FITS or .npy, just raw files of IEEE floats from numpy.tostring()). When l

[Numpy-discussion] ANN: PyTables 3.1.0 released

2014-02-05 Thread Antonio Valentino
=== Announcing PyTables 3.1.0 === We are happy to announce PyTables 3.1.0. This is a feature release. The upgrading is recommended for users that are running PyTables in production environments. What's new == Probably the most relevant

Re: [Numpy-discussion] striding through arbitrarily large files

2014-02-05 Thread Richard Hattersley
On 4 February 2014 15:01, RayS wrote: > I was struggling with methods of reading large disk files into numpy > efficiently (not FITS or .npy, just raw files of IEEE floats from > numpy.tostring()). When loading arbitrarily large files it would be nice to > not bother reading more than the plot