Re: [Numpy-discussion] Reminder: code freeze for bet at the end of the WE

2009-03-14 Thread josef . pktd
On Sat, Mar 14, 2009 at 4:58 PM, Charles R Harris wrote: > > > On Sat, Mar 14, 2009 at 2:28 PM, wrote: >> >> On Sat, Mar 14, 2009 at 4:22 PM, Sturla Molden wrote: >> >> On Sat, Mar 14, 2009 at 1:37 PM, wrote: >> > >> >> OK. One more question: how often do the tests fail? I want to include a >>

Re: [Numpy-discussion] Reminder: code freeze for bet at the end of the WE

2009-03-14 Thread Charles R Harris
On Sat, Mar 14, 2009 at 2:28 PM, wrote: > On Sat, Mar 14, 2009 at 4:22 PM, Sturla Molden wrote: > >> On Sat, Mar 14, 2009 at 1:37 PM, wrote: > > > >> OK. One more question: how often do the tests fail? I want to include a > >> note > >> to repeat testing if the test fails. > > > > I don't like

Re: [Numpy-discussion] Reminder: code freeze for bet at the end of the WE

2009-03-14 Thread josef . pktd
On Sat, Mar 14, 2009 at 4:22 PM, Sturla Molden wrote: >> On Sat, Mar 14, 2009 at 1:37 PM, wrote: > >> OK. One more question: how often do the tests fail? I want to include a >> note >> to repeat testing if the test fails. > > I don't like this. I think the prngs should use fixed seeds known to pa

Re: [Numpy-discussion] Reminder: code freeze for bet at the end of the WE

2009-03-14 Thread Charles R Harris
On Sat, Mar 14, 2009 at 2:22 PM, Sturla Molden wrote: > > On Sat, Mar 14, 2009 at 1:37 PM, wrote: > > > OK. One more question: how often do the tests fail? I want to include a > > note > > to repeat testing if the test fails. > > I don't like this. I think the prngs should use fixed seeds known

Re: [Numpy-discussion] Reminder: code freeze for bet at the end of the WE

2009-03-14 Thread Sturla Molden
> On Sat, Mar 14, 2009 at 1:37 PM, wrote: > OK. One more question: how often do the tests fail? I want to include a > note > to repeat testing if the test fails. I don't like this. I think the prngs should use fixed seeds known to pass the test. Depending on confidence intervals in the units tes

Re: [Numpy-discussion] Reminder: code freeze for bet at the end of the WE

2009-03-14 Thread Charles R Harris
On Sat, Mar 14, 2009 at 1:52 PM, Charles R Harris wrote: > > > On Sat, Mar 14, 2009 at 1:37 PM, wrote: > >> On Sat, Mar 14, 2009 at 3:11 PM, Charles R Harris >> wrote: >> > Hi Josef, >> > >> > On Sat, Mar 14, 2009 at 12:14 PM, wrote: >> > >> > >> >> >> >> {{{ >> >> import numpy as np >> >> >>

Re: [Numpy-discussion] Reminder: code freeze for bet at the end of the WE

2009-03-14 Thread Charles R Harris
On Sat, Mar 14, 2009 at 1:37 PM, wrote: > On Sat, Mar 14, 2009 at 3:11 PM, Charles R Harris > wrote: > > Hi Josef, > > > > On Sat, Mar 14, 2009 at 12:14 PM, wrote: > > > > > >> > >> {{{ > >> import numpy as np > >> > >> assert np.all(np.random.hypergeometric(3,18,11,size=10) < 4) > >> assert n

Re: [Numpy-discussion] Reminder: code freeze for bet at the end of the WE

2009-03-14 Thread josef . pktd
On Sat, Mar 14, 2009 at 3:11 PM, Charles R Harris wrote: > Hi Josef, > > On Sat, Mar 14, 2009 at 12:14 PM, wrote: > > >> >> {{{ >> import numpy as np >> >> assert np.all(np.random.hypergeometric(3,18,11,size=10) < 4) >> assert np.all(np.random.hypergeometric(18,3,11,size=10) > 0) >> >> pr = 0.8

Re: [Numpy-discussion] Reminder: code freeze for bet at the end of the WE

2009-03-14 Thread Charles R Harris
Hi Josef, On Sat, Mar 14, 2009 at 12:14 PM, wrote: > {{{ > import numpy as np > > assert np.all(np.random.hypergeometric(3,18,11,size=10) < 4) > assert np.all(np.random.hypergeometric(18,3,11,size=10) > 0) > > pr = 0.8 > N = 10 > rvsn = np.random.logseries(pr,size=N) > # these two frequenc

Re: [Numpy-discussion] Reminder: code freeze for bet at the end of the WE

2009-03-14 Thread Sturla Molden
> Can you open a ticket for this? Done. Ticket #1053 Surla ___ Numpy-discussion mailing list Numpy-discussion@scipy.org http://mail.scipy.org/mailman/listinfo/numpy-discussion

Re: [Numpy-discussion] Reminder: code freeze for bet at the end of the WE

2009-03-14 Thread Charles R Harris
On Sat, Mar 14, 2009 at 12:14 PM, wrote: > On Sat, Mar 14, 2009 at 1:52 PM, David Cournapeau > wrote: > > On Sun, Mar 15, 2009 at 2:40 AM, Charles R Harris > > wrote: > > > >> > >> The fixes look small and I'd like them to go in. Can you put together > some > >> short tests for these fixes? Wou

Re: [Numpy-discussion] Reminder: code freeze for bet at the end of the WE

2009-03-14 Thread Charles R Harris
Hi Sturla, On Sat, Mar 14, 2009 at 12:23 PM, Sturla Molden wrote: > > > > Will memmap be fixed to use offsets correctly before 1.3? > > I posted this to scipy-dev (possibly wrong list) on March 9, so I'll > repeat it here: In Python 2.6, mmap has a offset keyword. NumPy's memmap > should use thi

Re: [Numpy-discussion] Reminder: code freeze for bet at the end of the WE

2009-03-14 Thread Sturla Molden
> > Will memmap be fixed to use offsets correctly before 1.3? I posted this to scipy-dev (possibly wrong list) on March 9, so I'll repeat it here: In Python 2.6, mmap has a offset keyword. NumPy's memmap should use this to allow big files to be memory mapped on 32 bit systems. Only a minor change

Re: [Numpy-discussion] Reminder: code freeze for bet at the end of the WE

2009-03-14 Thread josef . pktd
On Sat, Mar 14, 2009 at 1:52 PM, David Cournapeau wrote: > On Sun, Mar 15, 2009 at 2:40 AM, Charles R Harris > wrote: > >> >> The fixes look small and I'd like them to go in. Can you put together some >> short tests for these fixes? Would it help if you had commit privileges in >> Numpy? > > Yes,

Re: [Numpy-discussion] Reminder: code freeze for bet at the end of the WE

2009-03-14 Thread Sturla Molden
Will memmap be fixed to use offsets correctly before 1.3? > hi, > > Just a friendly reminder that I will close the trunk for 1.3.0 at the > end of 15th March (I will more likely do it at the end of Monday Japan > time which roughly corresponds to 15th March midnight Pacific time), > > cheers, >

Re: [Numpy-discussion] Reminder: code freeze for bet at the end of the WE

2009-03-14 Thread Charles R Harris
On Sat, Mar 14, 2009 at 11:52 AM, David Cournapeau wrote: > On Sun, Mar 15, 2009 at 2:40 AM, Charles R Harris > wrote: > > > > > The fixes look small and I'd like them to go in. Can you put together > some > > short tests for these fixes? Would it help if you had commit privileges > in > > Numpy?

Re: [Numpy-discussion] Reminder: code freeze for bet at the end of the WE

2009-03-14 Thread David Cournapeau
On Sun, Mar 15, 2009 at 2:40 AM, Charles R Harris wrote: > > The fixes look small and I'd like them to go in. Can you put together some > short tests for these fixes? Would it help if you had commit privileges in > Numpy? Yes, I was about to suggest giving Josef commit access to numpy, I unfortu

Re: [Numpy-discussion] Reminder: code freeze for bet at the end of the WE

2009-03-14 Thread Charles R Harris
On Sat, Mar 14, 2009 at 10:57 AM, wrote: > On Sat, Mar 14, 2009 at 12:01 PM, David Cournapeau > wrote: > > hi, > > > > Just a friendly reminder that I will close the trunk for 1.3.0 at the > > end of 15th March (I will more likely do it at the end of Monday Japan > > time which roughly correspon

Re: [Numpy-discussion] Reminder: code freeze for bet at the end of the WE

2009-03-14 Thread josef . pktd
On Sat, Mar 14, 2009 at 12:01 PM, David Cournapeau wrote: > hi, > > Just a friendly reminder that I will close the trunk for 1.3.0 at the > end of 15th March (I will more likely do it at the end of Monday Japan > time which roughly corresponds to 15th March midnight Pacific time), > > cheers, > >

[Numpy-discussion] Reminder: code freeze for bet at the end of the WE

2009-03-14 Thread David Cournapeau
hi, Just a friendly reminder that I will close the trunk for 1.3.0 at the end of 15th March (I will more likely do it at the end of Monday Japan time which roughly corresponds to 15th March midnight Pacific time), cheers, David ___ Numpy-discussion mai