[Numpy-discussion] Problem with correlate
David Cournapeau
cournape at gmail.com
Tue Jun 2 06:36:25 EDT 2009
On Tue, Jun 2, 2009 at 12:37 PM, David Cournapeau
<david at 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
More information about the NumPy-Discussion
mailing list