python-numeric

Rating: 
0
No votes yet

Numerical (matrix-oriented) Mathematics for Python
This package is now deprecated, please use the python-numpy package
for developing new software.
.
The Numeric Extensions to Python (NumPy) add powerful
multi-dimensional array objects to the wonderful general purpose
programming language Python. These new objects give Python the number
crunching power of numeric languages like Matlab and IDL while
maintaining all of the advantages of the general-purpose programming
language Python.
.
These extensions add two new object types to Python, and then include
a number of extensions that take advantage of these two new objects:
.
- Multidimensional Array Objects
* Efficient arrays of homogeneous machine types (floats, longs,
complex doubles)
* Arbitrary number of dimensions
* Sophisticated structural operations
- Universal Function Objects
* Support mathematical functions on all Python objects
* Very efficient for array objects

Application versions: 
AttachmentSizeDate
File python-numeric_24.2-9maemo2_armel.deb1.19 MB04/08/2013 - 22:09
Changelog: 

python-numeric (24.2-9maemo2) unstable; urgency=low

* Add specific pymaemo patches:
- 02-modify_demo_files.patch
- 05-using_python2.5_in_setup-py.patch
- 06-using_python2.5_in_clapck_scrub-py.patch
- 07-create_COPYING_file.patch
* Add quilt build dependency in debian/control