Re: [Numpy-discussion] 1.5 release schedule proposal

2010-07-29 Thread Pauli Virtanen
Thu, 29 Jul 2010 02:40:00 +0200, Sturla Molden wrote: Mon, 26 Jul 2010 23:58:11 +0800, Ralf Gommers wrote: Is the current algorithm in the trunk the ziggurat one, or the previous one? IIRC, the problem was that the ziggurat broke reproducibility of random numbers with a given seed. Ziggurat

Re: [Numpy-discussion] 1.5 release schedule proposal

2010-07-29 Thread Sturla Molden
Thu, 29 Jul 2010 02:40:00 +0200, Sturla Molden wrote: Want to submit a patch? ;) I had this in a Matlab MEX file I used for my dissertation. The ziggurat is not hard to program, even for general PDFs. We could even fill in the ziggurat table using numerical integration, and code one for

Re: [Numpy-discussion] 1.5 release schedule proposal

2010-07-29 Thread David Cournapeau
On Thu, Jul 29, 2010 at 6:41 PM, Sturla Molden stu...@molden.no wrote: I had this in a Matlab MEX file I used for my dissertation. The ziggurat is not hard to program, even for general PDFs. We could even fill in the ziggurat table using numerical integration, and code one for general PDFs

Re: [Numpy-discussion] 1.5 release schedule proposal

2010-07-29 Thread Charles R Harris
On Thu, Jul 29, 2010 at 4:59 AM, David Cournapeau courn...@gmail.comwrote: On Thu, Jul 29, 2010 at 6:41 PM, Sturla Molden stu...@molden.no wrote: I had this in a Matlab MEX file I used for my dissertation. The ziggurat is not hard to program, even for general PDFs. We could even fill in the

Re: [Numpy-discussion] 1.5 release schedule proposal

2010-07-29 Thread David Cournapeau
On Thu, Jul 29, 2010 at 10:59 PM, Charles R Harris charlesr.har...@gmail.com wrote: There might be a problem with the endian commits we should look into. From Scott Sinclair on scipy-dev, I am looking into it - I don't understand how it can cause the issue, but that should be quick to fix,

Re: [Numpy-discussion] 1.5 release schedule proposal

2010-07-29 Thread Charles R Harris
On Thu, Jul 29, 2010 at 3:41 AM, Sturla Molden stu...@molden.no wrote: Thu, 29 Jul 2010 02:40:00 +0200, Sturla Molden wrote: Want to submit a patch? ;) I had this in a Matlab MEX file I used for my dissertation. The ziggurat is not hard to program, even for general PDFs. We could even

Re: [Numpy-discussion] 1.5 release schedule proposal

2010-07-28 Thread Pauli Virtanen
Mon, 26 Jul 2010 23:58:11 +0800, Ralf Gommers wrote: [clip] If you have urgent tickets, please let's hear those as well. My small laundry list is pasted below. Was something done to the Gaussian random generator? Is the current algorithm in the trunk the ziggurat one, or the previous one?

Re: [Numpy-discussion] 1.5 release schedule proposal

2010-07-28 Thread Robert Kern
On Wed, Jul 28, 2010 at 16:21, Pauli Virtanen p...@iki.fi wrote: Mon, 26 Jul 2010 23:58:11 +0800, Ralf Gommers wrote: [clip] If you have urgent tickets, please let's hear those as well. My small laundry list is pasted below. Was something done to the Gaussian random generator? Is the

Re: [Numpy-discussion] 1.5 release schedule proposal

2010-07-28 Thread Sturla Molden
Mon, 26 Jul 2010 23:58:11 +0800, Ralf Gommers wrote: Is the current algorithm in the trunk the ziggurat one, or the previous one? IIRC, the problem was that the ziggurat broke reproducibility of random numbers with a given seed. Ziggurat (in Enthought) did not break reproducibility but

Re: [Numpy-discussion] 1.5 release schedule proposal

2010-07-27 Thread Pauli Virtanen
Mon, 26 Jul 2010 23:58:11 +0800, Ralf Gommers wrote: For numpy 1.5.0 no one has yet said they have urgent changes that need to go in. If you do, please reply with the what and why. If nothing big has to go in, I propose the following release schedule: Aug 1 : beta 1 Aug 15: rc 1 Aug 22: rc

Re: [Numpy-discussion] 1.5 release schedule proposal

2010-07-27 Thread Bruce Southey
On Tue, Jul 27, 2010 at 3:38 AM, Pauli Virtanen p...@iki.fi wrote: Mon, 26 Jul 2010 23:58:11 +0800, Ralf Gommers wrote: For numpy 1.5.0 no one has yet said they have urgent changes that need to go in. If you do, please reply with the what and why. If nothing big has to go in, I propose the

Re: [Numpy-discussion] 1.5 release schedule proposal

2010-07-27 Thread Benjamin Root
On Tue, Jul 27, 2010 at 3:38 AM, Pauli Virtanen p...@iki.fi wrote: Mon, 26 Jul 2010 23:58:11 +0800, Ralf Gommers wrote: For numpy 1.5.0 no one has yet said they have urgent changes that need to go in. If you do, please reply with the what and why. If nothing big has to go in, I propose the

Re: [Numpy-discussion] 1.5 release schedule proposal

2010-07-27 Thread Ralf Gommers
On Tue, Jul 27, 2010 at 9:40 PM, Bruce Southey bsout...@gmail.com wrote: On Tue, Jul 27, 2010 at 3:38 AM, Pauli Virtanen p...@iki.fi wrote: Mon, 26 Jul 2010 23:58:11 +0800, Ralf Gommers wrote: For numpy 1.5.0 no one has yet said they have urgent changes that need to go in. If you do,

Re: [Numpy-discussion] 1.5 release schedule proposal

2010-07-27 Thread Ralf Gommers
On Tue, Jul 27, 2010 at 10:17 PM, Benjamin Root ben.r...@ou.edu wrote: On Tue, Jul 27, 2010 at 3:38 AM, Pauli Virtanen p...@iki.fi wrote: Mon, 26 Jul 2010 23:58:11 +0800, Ralf Gommers wrote: For numpy 1.5.0 no one has yet said they have urgent changes that need to go in. If you do, please

Re: [Numpy-discussion] 1.5 release schedule proposal

2010-07-27 Thread Jed Ludlow
On Tue, Jul 27, 2010 at 2:38 AM, Pauli Virtanen p...@iki.fi wrote: One low-hanging fruit to fix could be np.fromfile raising MemoryError when it encounters EOF, and other bugs in that part of the code. The EOF bug in np.fromfile may already be fixed:

Re: [Numpy-discussion] 1.5 release schedule proposal

2010-07-27 Thread Christopher Barker
Pauli Virtanen wrote: Tue, 27 Jul 2010 08:37:56 -0600, Jed Ludlow wrote: On Tue, Jul 27, 2010 at 2:38 AM, Pauli Virtanen p...@iki.fi wrote: One low-hanging fruit to fix could be np.fromfile raising MemoryError when it encounters EOF, and other bugs in that part of the code. The EOF bug in

Re: [Numpy-discussion] 1.5 release schedule proposal

2010-07-27 Thread Pauli Virtanen
Tue, 27 Jul 2010 10:50:51 -0700, Christopher Barker wrote: Pauli Virtanen wrote: Tue, 27 Jul 2010 08:37:56 -0600, Jed Ludlow wrote: On Tue, Jul 27, 2010 at 2:38 AM, Pauli Virtanen p...@iki.fi wrote: One low-hanging fruit to fix could be np.fromfile raising MemoryError when it encounters EOF,

Re: [Numpy-discussion] 1.5 release schedule proposal

2010-07-27 Thread Christopher Barker
Pauli Virtanen wrote: These are a couple relevant tickets; http://projects.scipy.org/numpy/ticket/909 http://projects.scipy.org/numpy/ticket/883 The relevant thing for 1.5.x would probably be to check that fromfile/ fromstring handle malformed data in a well-specified way, and being

[Numpy-discussion] 1.5 release schedule proposal

2010-07-26 Thread Ralf Gommers
Hi all, For numpy 1.5.0 no one has yet said they have urgent changes that need to go in. If you do, please reply with the what and why. If nothing big has to go in, I propose the following release schedule: Aug 1 : beta 1 Aug 15: rc 1 Aug 22: rc 2 Aug 29: release Please note that the branch has

Re: [Numpy-discussion] 1.5 release schedule proposal

2010-07-26 Thread Skipper Seabold
On Mon, Jul 26, 2010 at 11:58 AM, Ralf Gommers ralf.gomm...@googlemail.com wrote: Hi all, For numpy 1.5.0 no one has yet said they have urgent changes that need to go in. If you do, please reply with the what and why. If nothing big has to go in, I propose the following release schedule:

Re: [Numpy-discussion] 1.5 release schedule proposal

2010-07-26 Thread Kurt Smith
On Mon, Jul 26, 2010 at 10:58 AM, Ralf Gommers ralf.gomm...@googlemail.com wrote: Hi all, For numpy 1.5.0 no one has yet said they have urgent changes that need to go in. If you do, please reply with the what and why. If nothing big has to go in, I propose the following release schedule:

Re: [Numpy-discussion] 1.5 release schedule proposal

2010-07-26 Thread Charles R Harris
On Mon, Jul 26, 2010 at 7:54 PM, Kurt Smith kwmsm...@gmail.com wrote: On Mon, Jul 26, 2010 at 10:58 AM, Ralf Gommers ralf.gomm...@googlemail.com wrote: Hi all, For numpy 1.5.0 no one has yet said they have urgent changes that need to go in. If you do, please reply with the what and

Re: [Numpy-discussion] 1.5 release schedule proposal

2010-07-26 Thread Kurt Smith
Basically the 'wrap' mode for handling out-of-bounds indexing in ndimage functions is completely broken.  The test suite tests for the wrong behavior. Ah, we are talking about numpy 1.5, not scipy. You should raise this issue over on the scipy-dev list. My bad. Sorry for the noise. Kurt