Dear Mary, I suggest using numpy and at the boundaries use
numpy.asarray(yourinput), which will be a quick way to view the data as
a numpy array, regardless of its original type. Otherwise, you could
look at the matplotlib distribution to see how it's done to really
support multiple array packages
Hi all,
We are getting ready to release some Python software that supports
both NumPy and Numeric.
As we have it now, if somebody wanted to use our software with NumPY,
they would have to download the binary distribution that was built
with NumPy and install that. Otherwise, they have to downloa