Zachary Pincus wrote: > In testing out svn scipy and numpy, I noticed some run-time errors > from scipy.interpolate because the _fitpack module's c sources use > PyArray_FromDims and PyArray_FromDimsAndData, which are now deprecated > in numpy svn. What is the preferred way to do it now? _minpack uses them everywhere too.