From: Jonathan G. <gu...@ni...> - 2006-08-04 12:11:41
|
On Aug 4, 2006, at 1:18 AM, David Xu wrote: > I was wondering if Pysparse will run with Numpy 1.0b1. Has anyone > tested it out yet? PySparse does not work with NumPy. > I know Pysparse works well with Numeric-24, but I > was brave enough to try install Numpy with Pysparse fearing this could > mess up my already stable Pyspase system. There is a convertion module > to handle Numeric -> Numpy, The converter only applies to changing the syntax of Python scripts. It doesn't help convert any of the C code over to the new array type. |