Re: [Numpy-discussion] RFR: 995 - numpy.load can't handle gzip file handles

2009-02-22 Thread Nils Wagner
On Sun, 22 Feb 2009 13:03:03 +0200 Stéfan van der Walt wrote: > Hi Nils, > > 2009/2/22 Nils Wagner : >> Done. See http://www.scipy.org/scipy/numpy/ticket/995 >> for details. > > Thanks. Did you have a NumPy array stored with >numpy.save in test.gz? > I finally got access to a 2.4 machine and

Re: [Numpy-discussion] RFR: 995 - numpy.load can't handle gzip file handles

2009-02-22 Thread Stéfan van der Walt
Hi Nils, 2009/2/22 Nils Wagner : > Done. See http://www.scipy.org/scipy/numpy/ticket/995 > for details. Thanks. Did you have a NumPy array stored with numpy.save in test.gz? I finally got access to a 2.4 machine and the patch works there. Cheers Stéfan _

Re: [Numpy-discussion] RFR: 995 - numpy.load can't handle gzip file handles

2009-02-22 Thread Nils Wagner
On Sat, 21 Feb 2009 12:58:14 +0200 Stéfan van der Walt wrote: > Hi, > > Based on an example on Effbot, I implemented a >workaround for reverse > seeking in gzip files. I need someone with Python 2.4 >to review: > > http://www.scipy.org/scipy/numpy/ticket/995 > > Thanks! > Stéfan Done. Se

Re: [Numpy-discussion] RFR: 995 - numpy.load can't handle gzip file handles

2009-02-21 Thread David Cournapeau
On Sun, Feb 22, 2009 at 8:46 AM, Stéfan van der Walt wrote: > 2009/2/21 Nils Wagner : >> Hi Stefan, >> >> I would like to help but I failed to install numpy >> (python2.4 Suse Linux 9.3) >> >> In file included from >> numpy/core/src/multiarraymodule.c:96: >> numpy/core/src/umath_funcs_c99.inc.src:

Re: [Numpy-discussion] RFR: 995 - numpy.load can't handle gzip file handles

2009-02-21 Thread Stéfan van der Walt
2009/2/21 Nils Wagner : > Hi Stefan, > > I would like to help but I failed to install numpy > (python2.4 Suse Linux 9.3) > > In file included from > numpy/core/src/multiarraymodule.c:96: > numpy/core/src/umath_funcs_c99.inc.src:269: warning: > conflicting types for built-in function `sinl' [...]

Re: [Numpy-discussion] RFR: 995 - numpy.load can't handle gzip file handles

2009-02-21 Thread Nils Wagner
On Sat, 21 Feb 2009 12:58:14 +0200 Stéfan van der Walt wrote: > Hi, > > Based on an example on Effbot, I implemented a >workaround for reverse > seeking in gzip files. I need someone with Python 2.4 >to review: > > http://www.scipy.org/scipy/numpy/ticket/995 > > Thanks! > Stéfan >

[Numpy-discussion] RFR: 995 - numpy.load can't handle gzip file handles

2009-02-21 Thread Stéfan van der Walt
Hi, Based on an example on Effbot, I implemented a workaround for reverse seeking in gzip files. I need someone with Python 2.4 to review: http://www.scipy.org/scipy/numpy/ticket/995 Thanks! Stéfan ___ Numpy-discussion mailing list Numpy-discussion@sc