See the general ../INSTALL.htm for compilation/installation notes.
Distributed as a public service by X-Division, Lawrence Livermore National Laboratory.
This is the first public release of the Numerical Python package since LLNL has taken over custody of it from Jim Hugunin. We have not been able to do anything much yet in the way of quality control or testing. In the future we plan to restructure the distribution as a set of packages. However, in this release everything is simply lumped in together.
Changes from the last version as distributed by Konrad Hinsen are:
Fixed a bug. (Lee Busby)
The only difference from a user's point of view is in LinearAlgebra.singular_value_decomposition(). This function now takes a second optional argument which defaults to zero. Zero means that only the singular values and singular vectors are returned. One (or non-false) means that square matrices containing the singular vectors and a basis for the complementary space of the singular vectors are returned. (Konrad Hinsen)
#include "arrayobject.h" .... during module initialization import_array();