Differences between revisions 5 and 13 (spanning 8 versions)
Revision 5 as of 2006-06-13 17:26:39
Size: 409
Editor: Toronto-HSE-ppp3670451
Comment: clarify distinction between Numeric and NumPy
Revision 13 as of 2014-04-17 05:21:25
Size: 366
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
NumArray is the current reimplementation of [http://www.pfdubois.com/numpy/ Numeric]. NumArray was a reimplementation of Numeric. It has been phased out in favor of NumPy.
Line 3: Line 3:
Take a look at
http://www.stsci.edu/resources/software_hardware/numarray
It
is 100% backwards compatible with Numeric (at least on the Python side - the C API is also very close though).
Its web page was http://www.stsci.edu/resources/software_hardware/numarray (no longer works)
Line 7: Line 5:
[http://numeric.scipy.org/ Numpy] is an even newer reimplementation of Numeric. Numpy is a good choice for new applications. [[http://www.numpy.org/|NumPy]] is the reimplementation of Numeric. As both developers of Numeric and Numarray have moved to NumPy, NumPy is a good choice for new applications.

NumArray was a reimplementation of Numeric. It has been phased out in favor of NumPy.

Its web page was http://www.stsci.edu/resources/software_hardware/numarray (no longer works)

NumPy is the reimplementation of Numeric. As both developers of Numeric and Numarray have moved to NumPy, NumPy is a good choice for new applications.

NumArray (last edited 2014-04-17 05:21:25 by DaleAthanasias)

Unable to edit the page? See the FrontPage for instructions.