Path to this page:
Subject: CVS commit: pkgsrc/math/py-numarray
From: Marc Recht
Date: 2004-07-09 17:50:25
Message id: 20040709155025.DDB282DA1D@cvs.netbsd.org
Log Message:
update to 1.0
important changes:
- Ports of Numeric functions
A bunch of Numeric functions were ported to numarray in the new
libnumeric module. To get these import from numarray.numeric. Most
notable among these are put, putmask, take, argmin, and argmax. Also
added were sort, argsort, concatenate, repeat and resize. These are
independent ports/implementations in C done for the purpose of best
Numeric compatibility and small array performance. The numarray
versions, which handle additional cases, still exist and are the
default in numarray proper.
- Faster matrix multiply
The setup for numarray's matrix multiply was moved into C-code. This
makes it faster for small matrices.
- bug fixes
For a complete list of changes see:
http://sourceforge.net/project/shownotes.php?release_id=250453
Files: