[SciPy-dev] r5268

Jarrod Millman millman at berkeley.edu
Wed Dec 17 16:41:09 EST 2008


On Wed, Dec 17, 2008 at 1:39 PM, Pauli Virtanen <pav at iki.fi> wrote:
> Ok, I'll explain then also this: r5268
>
> In the interp1d n-d cleanup I by mistake broke linear interpolation of
> complex values. This fixes it.
>
> 1D spline interpolation has never worked for complex-valued data, due to
> _fitpack.bisplev being written in C, so I changed interp1d to raise error
> in __init__ rather than later on in __call__.
>
> Tests included, naturally.

Sounds good.  Thanks,

-- 
Jarrod Millman
Computational Infrastructure for Research Labs
10 Giannini Hall, UC Berkeley
phone: 510.643.4014
http://cirl.berkeley.edu/



More information about the SciPy-Dev mailing list