[Numpy-discussion] sprint: IRC chat?

2008-08-23 Thread Damian Eads
Friends, Are we meeting over IRC chat? I'd like to help with the sprint but remotely. I have to leave LA today, unfortunately. Thanks! Damian ___ Numpy-discussion mailing list Numpy-discussion@scipy.org

Re: [Numpy-discussion] sprint: IRC chat?

2008-08-23 Thread Gael Varoquaux
On Sat, Aug 23, 2008 at 09:42:45AM -0600, Damian Eads wrote: Are we meeting over IRC chat? I'd like to help with the sprint but remotely. I have to leave LA today, unfortunately. I am on #scipy on freenode. Gaël ___ Numpy-discussion mailing list

[Numpy-discussion] How to replace a loop for a ufunc (to test optimizations)

2008-08-23 Thread Travis E. Oliphant
Yesterday at the SciPy conference I suggested it would be a good idea to add a function to replace one of the inner loops in a ufunc so that an extension module could test an optimized inner loop more easily. It turns out that this is such a good idea that it's actually already in the code.

[Numpy-discussion] Report from SciPy

2008-08-23 Thread Travis E. Oliphant
Hi everybody, Robert K, Chuck H, Stefan VdW, Jarrod M, David C, and I had a nice discussion about the future directions of NumPy. We resolved some things and would like community feedback on them if there are opinions. * we will be moving to time-based releases (at least 2 times a year --

[Numpy-discussion] Remove ParametricTestCase from numpy.testing

2008-08-23 Thread Stéfan van der Walt
Hey all, Now that we have switched to Nose as a test framework, we should look into deprecating ParametricTestCase. Alan, have you looked into this before? Cheers Stéfan ___ Numpy-discussion mailing list Numpy-discussion@scipy.org

Re: [Numpy-discussion] Report from SciPy

2008-08-23 Thread Stéfan van der Walt
2008/8/23 Travis E. Oliphant [EMAIL PROTECTED]: By the way, as promised, the NumPy book is now available for download and the source to the book is checked in to the numpy SVN tree: http://svn.scipy.org/svn/numpy/trunk/numpy/doc/numpybook We just reorganised the docs somewhat, so this URL is

Re: [Numpy-discussion] Report from SciPy

2008-08-23 Thread James A. Benson
On Sat, 23 Aug 2008, Stéfan van der Walt wrote: 2008/8/23 Travis E. Oliphant [EMAIL PROTECTED]: By the way, as promised, the NumPy book is now available for download and the source to the book is checked in to the numpy SVN tree: http://svn.scipy.org/svn/numpy/trunk/numpy/doc/numpybook We

Re: [Numpy-discussion] Report from SciPy

2008-08-23 Thread Keith Goodman
On Sat, Aug 23, 2008 at 7:04 PM, James A. Benson [EMAIL PROTECTED] wrote: On Sat, 23 Aug 2008, Stéfan van der Walt wrote: 2008/8/23 Travis E. Oliphant [EMAIL PROTECTED]: By the way, as promised, the NumPy book is now available for download and the source to the book is checked in to the

Re: [Numpy-discussion] Remove ParametricTestCase from numpy.testing

2008-08-23 Thread Alan McIntyre
On Sat, Aug 23, 2008 at 4:49 PM, Stéfan van der Walt [EMAIL PROTECTED] wrote: Now that we have switched to Nose as a test framework, we should look into deprecating ParametricTestCase. Alan, have you looked into this before? Actually, it was removed right after the nose framework was working,