[Numpy-discussion] numpy.loadtxt requires seek()?
Stéfan van der Walt
stefan@sun.ac...
Sat Nov 29 08:52:49 CST 2008
2008/11/20 Ryan May <rmay31@gmail.com>:
> I've attached a simple patch that changes the check for seek() to a
> check for readline(). I'll punt on my idea of just using iterators,
> since that seems like slightly greater complexity for no gain. (I'm not
> sure how many people end up with data in a list of strings and wish they
> could pass that to loadtxt).
>
> While you're at it, would you commit my patch to add support for bzipped
> files as well (attached)?
Thanks, applied.
Stéfan
More information about the Numpy-discussion
mailing list