[SciPy-Dev] schedule for scipy 0.9.0 [scipy.interpolate]

Pauli Virtanen pav at iki.fi
Fri Nov 12 12:16:23 EST 2010


Fri, 12 Nov 2010 09:42:57 -0700, Charles R Harris wrote:
[clip: scipy.interpolate]
> Which is the pure python one? The interpolate.py module is, I believe,
> Pearu's and uses fitpack.

- The one in interpolate.py uses fitpack for evaluation, but is otherwise
  pure-Python, and has only procedular interface (splmake & spleval)

- There are also two Python-FITPACK interfaces, _fitpack.so and
  dfitpack.so, which both are both used by the procedural (splrep & splev)
  and OO interfaces.

IIRC, there is incompatibility in the spline representation used by 
splev and spleval.

-- 
Pauli Virtanen




More information about the SciPy-Dev mailing list