diff options
author | Travis Oliphant <oliphant@enthought.com> | 2006-01-06 02:12:50 +0000 |
---|---|---|
committer | Travis Oliphant <oliphant@enthought.com> | 2006-01-06 02:12:50 +0000 |
commit | c8b5a7e9e0d39c225ac3e590d83ebf869d9c1235 (patch) | |
tree | 01c150ee7014c8970c2a7f103be13666595a5ec6 /setup.py | |
parent | 9dd16b4b933636baeb28076d73f4bdd7ab006527 (diff) | |
download | numpy-c8b5a7e9e0d39c225ac3e590d83ebf869d9c1235.tar.gz |
Fixed error in setflags and added a few unit tests for test_multiarray
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,9 +1,9 @@ -"""Numpy: array processing for numbers, strings, records, and objects. +"""NumPy: array processing for numbers, strings, records, and objects. -Numpy is a general-purpose array-processing package designed to +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 +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. |