Re: [Numpy-discussion] Supporting both NumPy and Numeric versions of a module

2006-06-15 Thread Andrew Straw
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

[Numpy-discussion] Supporting both NumPy and Numeric versions of a module

2006-06-15 Thread Mary Haley
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