Jump to letter: [
9ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
numpy - A fast multidimensional array facility for Python
The Numeric Python extensions is a set of extensions to the Python programming
language which allows Python programmers to efficiently manipulate large sets
of objects organized in grid-like fashion. These sets of objects are called
arrays, and they can have any number of dimensions: one dimensional arrays are
similar to standard Python sequences, two-dimensional arrays are similar to
matrices from linear algebra. Note that one-dimensional arrays are also
different from any other Python sequence, and that two-dimensional matrices
are also different from the matrices of linear algebra.
This package also contains a version of f2py that works properly with it.
Packages
Name |
Version |
Release |
Type |
Size |
Built |
numpy |
0.9.5 |
1.fc4 |
x86_64 |
4.40 MiB |
Thu Feb 16 21:46:01 2006 |
Changelog
- * Thu Feb 16 17:00:00 2006 Ignacio Vazquez-Abrams <ivazquez{%}ivazquez{*}net> 0.9.5-1
- Upstream update
- * Thu Feb 2 17:00:00 2006 Ignacio Vazquez-Abrams <ivazquez{%}ivazquez{*}net> 0.9.4-1
- Initial RPM release
- Added gfortran patch from Neal Becker