Re: [Numpy-discussion] RFR: 991 - Make savez able to write ZIP64 files

2009-02-22 Thread Stéfan van der Walt
2009/2/22 Nils Wagner : >> You can just run "nosetests numpy.lib" on both a 2.4 and >>a 2.5 >> installation to see if it works. > > Done. I am using python2.6 now. > > patch io.py < 0001-Add-ZIP64-support.patch Thanks for testing! Cheers Stéfan ___ Nump

Re: [Numpy-discussion] RFR: 991 - Make savez able to write ZIP64 files

2009-02-22 Thread Nils Wagner
On Sun, 22 Feb 2009 22:18:32 +0200 Stéfan van der Walt wrote: > Hi Nils > > 2009/2/22 Nils Wagner : >>> http://scipy.org/scipy/numpy/ticket/991 >>> >>> which enables ZIP64 extensions when saving and loading >>>zipped data >>> under Python >= 2.5 > > You can just run "nosetests numpy.lib" on bo

Re: [Numpy-discussion] RFR: 991 - Make savez able to write ZIP64 files

2009-02-22 Thread Stéfan van der Walt
Hi Nils 2009/2/22 Nils Wagner : >> http://scipy.org/scipy/numpy/ticket/991 >> >> which enables ZIP64 extensions when saving and loading >>zipped data >> under Python >= 2.5 You can just run "nosetests numpy.lib" on both a 2.4 and a 2.5 installation to see if it works. Thanks! Stéfan

Re: [Numpy-discussion] RFR: 991 - Make savez able to write ZIP64 files

2009-02-22 Thread Nils Wagner
On Sun, 22 Feb 2009 18:37:05 +0200 Stéfan van der Walt wrote: > Hi all, > > Please review the patch attached to > > http://scipy.org/scipy/numpy/ticket/991 > > which enables ZIP64 extensions when saving and loading >zipped data > under Python >= 2.5 > > Thanks, > Stéfan Hi Stefan, Please

[Numpy-discussion] RFR: 991 - Make savez able to write ZIP64 files

2009-02-22 Thread Stéfan van der Walt
Hi all, Please review the patch attached to http://scipy.org/scipy/numpy/ticket/991 which enables ZIP64 extensions when saving and loading zipped data under Python >= 2.5 Thanks, Stéfan ___ Numpy-discussion mailing list Numpy-discussion@scipy.org http