[Numpy-discussion] Co-existing Numeric and numpy?

Christopher Barker Chris.Barker at noaa.gov
Fri Oct 3 15:12:48 EDT 2008


Ralf W. Grosse-Kunstleve wrote:
> We have some older 3rd party packages that require Numeric (24.2), but like to also use newer
> 3rd party packages that require a recent numpy. Can Numeric and numpy co-exist in the same
> process? -- I'm mainly worried about clashes at the C API level.

nope, there are no problems. In fact, converting between the two arrays 
types with asarray() works very efficiently.

I sure wish everyone would make the transition, though.

-Chris





-- 
Christopher Barker, Ph.D.
Oceanographer

Emergency Response Division
NOAA/NOS/OR&R            (206) 526-6959   voice
7600 Sand Point Way NE   (206) 526-6329   fax
Seattle, WA  98115       (206) 526-6317   main reception

Chris.Barker at noaa.gov



More information about the NumPy-Discussion mailing list