summaryrefslogtreecommitdiffstats
path: root/development/numpy/README
diff options
context:
space:
mode:
author Aleksandar Samardzic <asamardzic@gmail.com>2010-05-11 22:22:41 +0200
committer Robby Workman <rworkman@slackbuilds.org>2010-05-11 22:22:41 +0200
commit0037e54907012a9b10ff25ec261522e020a6b1a3 (patch)
tree484af07a3b11f7aa5a7e057de31468f3bf281fa5 /development/numpy/README
parent6511ba3eeef835097490b1f5aa4d474000ead0ec (diff)
downloadslackbuilds-0037e54907012a9b10ff25ec261522e020a6b1a3.tar.gz
slackbuilds-0037e54907012a9b10ff25ec261522e020a6b1a3.tar.xz
development/numpy: Updated for version 1.2.0
Diffstat (limited to 'development/numpy/README')
-rw-r--r--development/numpy/README23
1 files changed, 10 insertions, 13 deletions
diff --git a/development/numpy/README b/development/numpy/README
index 6ab3f1293e..26ea118b48 100644
--- a/development/numpy/README
+++ b/development/numpy/README
@@ -1,13 +1,10 @@
-The fundamental package needed for scientific computing with Python is
-called NumPy. This package contains:
- * a powerful N-dimensional array object
- * sophisticated (broadcasting) functions
- * basic linear algebra functions
- * basic Fourier transforms
- * sophisticated random number capabilities
- * tools for integrating Fortran code.
-
-Besides its obvious scientific uses, NumPy can also be used as an
-efficient multi-dimensional container of generic data. Arbitrary
-data-types can be defined. This allows NumPy to seamlessly and
-quickly integrate with a wide-variety of databases.
+NumPy is a general-purpose array-processing package designed to
+efficiently manipulate large multi-dimensional arrays of arbitrary
+records without sacrificing too much speed for small multi-dimensional
+arrays. NumPy is built on the Numeric code base and adds features
+introduced by numarray as well as an extended C-API and the ability to
+create arrays of arbitrary type which also makes NumPy suitable for
+interfacing with general-purpose data-base applications.
+
+There are also basic facilities for discrete fourier transform, basic
+linear algebra and random number generation.