Re: [Numpy-discussion] Generalised ufuncs

2008-11-10 Thread Charles R Harris
On Sun, Nov 9, 2008 at 5:46 PM, Stéfan van der Walt <[EMAIL PROTECTED]>wrote: > Hi everyone, > > I finally merged the generalised ufunc patches that awaited comment as > the gen_ufuncs branch. Please review the changes on trunk, and let me > know if problems occur. > > One of the tests fail on Fr

Re: [Numpy-discussion] Generalised ufuncs

2008-11-09 Thread David Cournapeau
On Mon, Nov 10, 2008 at 9:46 AM, Stéfan van der Walt <[EMAIL PROTECTED]> wrote: > Hi everyone, > > I finally merged the generalised ufunc patches that awaited comment as > the gen_ufuncs branch. Please review the changes on trunk, and let me > know if problems occur. > > One of the tests fail on F

Re: [Numpy-discussion] Generalised ufuncs

2008-11-09 Thread Charles R Harris
On Sun, Nov 9, 2008 at 5:46 PM, Stéfan van der Walt <[EMAIL PROTECTED]>wrote: > Hi everyone, > > I finally merged the generalised ufunc patches that awaited comment as > the gen_ufuncs branch. Please review the changes on trunk, and let me > know if problems occur. > PyUFunc_FromFuncAndDataAndSi

[Numpy-discussion] Generalised ufuncs

2008-11-09 Thread Stéfan van der Walt
Hi everyone, I finally merged the generalised ufunc patches that awaited comment as the gen_ufuncs branch. Please review the changes on trunk, and let me know if problems occur. One of the tests fail on FreeBSD 64: ERROR: Failure: ImportError (/tmp/numpy-buildbot/b12/numpy-install/lib/python2.4

Re: [Numpy-discussion] Generalised ufuncs branch

2008-08-17 Thread Engel, Hans-Andreas
"Stéfan van der Walt" <[EMAIL PROTECTED]> wrote in message news:<[EMAIL PROTECTED]>... Hi all, I have moved the generalised ufuncs functionality off to a branch: http://svn.scipy.org/svn/numpy/branches/gen_ufuncs Please try it out and give us your feedback. We shall also pound on it at the s

[Numpy-discussion] Generalised ufuncs branch

2008-08-15 Thread Stéfan van der Walt
Hi all, I have moved the generalised ufuncs functionality off to a branch: http://svn.scipy.org/svn/numpy/branches/gen_ufuncs Please try it out and give us your feedback. We shall also pound on it at the sprint during SciPy'08, and thereafter decide how and when to best integrate it into NumPy.