added dependencies libtasn1 and iso-codes
[v4hn_moonbase.git] / python / numarray / DETAILS
blob542a9e4478577ee0bf1faf6d665a5cc6d7ba8367
1           MODULE=numarray
2          VERSION=1.5.1
3           SOURCE=numarray-$VERSION.tar.gz
4       SOURCE_URL=$SFORGE_URL/numpy/
5       SOURCE_VFY=sha1:f3f2efe18f117d94b71ee8d04a904d2a28644d8f
6         WEB_SITE=http://numpy.sourceforge.net/
7          ENTERED=20020708
8          UPDATED=20060209
9            SHORT="Numarray adds a fast multidimensional array facility to Python."
11 cat << EOF
12 numarray is a rewrite of numerical python and will eventually replace it.
13 What is Numerical Python?
14 If x and y are Numerical Python arrays, then the speed of the operation
15 x + y is close to the speed of doing it in C if the arrays are big
16 enough. Thus, Python can be extended with a full scientific array
17 language with sophisticated indexing and shaping operations and yet be
18 closer to the speed of a compiled language than to the speed of Python
19 itself.
20 EOF