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 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 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 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, David __

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 wrote: > On Thu, Jul 29, 2010 at 6:41 PM, Sturla Molden 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 num

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 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 > (NumPy overhead

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 gener

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. > >

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 ba

Re: [Numpy-discussion] 1.5 release schedule proposal

2010-07-28 Thread Robert Kern
On Wed, Jul 28, 2010 at 16:21, Pauli Virtanen 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 current

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? II

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 be

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 wrote: One low-hanging fruit to fix could be np.fromfile raising MemoryError when it encounters EO

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 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.f

Re: [Numpy-discussion] 1.5 release schedule proposal

2010-07-27 Thread Benjamin Root
On Tue, Jul 27, 2010 at 9:35 AM, Ralf Gommers wrote: > > > On Tue, Jul 27, 2010 at 10:17 PM, Benjamin Root wrote: > >> On Tue, Jul 27, 2010 at 3:38 AM, Pauli Virtanen 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 cha

Re: [Numpy-discussion] 1.5 release schedule proposal

2010-07-27 Thread Pauli Virtanen
Tue, 27 Jul 2010 08:37:56 -0600, Jed Ludlow wrote: > On Tue, Jul 27, 2010 at 2:38 AM, Pauli Virtanen 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

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 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: http://projects.scipy.org/numpy/ticket/1152 unless

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 wrote: > On Tue, Jul 27, 2010 at 3:38 AM, Pauli Virtanen 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 wh

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 wrote: > On Tue, Jul 27, 2010 at 3:38 AM, Pauli Virtanen 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

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 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 foll

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 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 followin

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

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 noi

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 wrote: > On Mon, Jul 26, 2010 at 10:58 AM, Ralf Gommers > 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

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 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: > > Aug 1 : beta 1 > Aug 15

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 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: > > Aug 1 : beta 1 > Aug 15

[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