On Tue, Jun 2, 2009 at 12:37 PM, David Cournapeau
<da...@ar.media.kyoto-u.ac.jp> wrote:
> Robert Kern wrote:
>>> This does not solve the C function problem (PyArray_Correlate). The easy
>>> solution would be to keep the current C version, deal with the problem
>>> in python for acorrelate for the time being, and replace the old C
>>> function with the 'correct' one once we remove the deprecated correlate ?
>>>
>>
>> No, you do the same thing at the C level.
>>
>

Done in r7031 - correlate/PyArray_Correlate should be unchanged, and
acorrelate/PyArray_Acorrelate implement the conventional definitions,

David
_______________________________________________
Numpy-discussion mailing list
Numpy-discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to