[2708] in Software_Announce
NumPy installed on Athena
daemon@ATHENA.MIT.EDU (Alex T Prengel)
Mon Nov 26 12:49:34 2007
To: software-announce@MIT.EDU
cc: alexp@MIT.EDU, cfyi@MIT.EDU, facdev@MIT.EDU
Date: Mon, 26 Nov 2007 12:49:05 -0500
From: Alex T Prengel <alexp@MIT.EDU>
NumPy has been installed in the version of Python in the Athena release.
NumPy is a library that adds a variety of numeric routines to Python,
primarily for matrix manipulation, linear algebra and Fourier transformation.
Currently it's only working on Linux as there is a bug that breaks it on Suns.
We expect that this will be fixed in an upcoming Athena patch release.
To use it type "from numpy import *" (without the quotes) at the
Python >>> prompt, followed by the desired NumPy command.
A Web page with links to documentation is at http://numpy.scipy.org/ and
a tutorial at http://www.scipy.org/Tentative_NumPy_Tutorial
Alex