Re: [Numpy-discussion] Loadtxt .bz2 support

2008-10-22 Thread Ryan May
Charles R Harris wrote: > On Tue, Oct 21, 2008 at 1:30 PM, Ryan May <[EMAIL PROTECTED]> wrote: > >> Hi, >> >> I noticed numpy.loadtxt has support for gzipped text files, but not for >> bz2'd files. Here's a 3 line patch to add bzip2 support to loadtxt. >> >> Ryan >> >> -- >> Ryan May >> Graduate

Re: [Numpy-discussion] Loadtxt .bz2 support

2008-10-21 Thread Charles R Harris
On Tue, Oct 21, 2008 at 1:30 PM, Ryan May <[EMAIL PROTECTED]> wrote: > Hi, > > I noticed numpy.loadtxt has support for gzipped text files, but not for > bz2'd files. Here's a 3 line patch to add bzip2 support to loadtxt. > > Ryan > > -- > Ryan May > Graduate Research Assistant > School of Meteoro

[Numpy-discussion] Loadtxt .bz2 support

2008-10-21 Thread Ryan May
Hi, I noticed numpy.loadtxt has support for gzipped text files, but not for bz2'd files. Here's a 3 line patch to add bzip2 support to loadtxt. Ryan -- Ryan May Graduate Research Assistant School of Meteorology University of Oklahoma Index: numpy/lib/io.py =