pkgsrc/math/py-numarray
recht 86865c78c3 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
2004-07-09 15:50:25 +00:00
..
buildlink3.mk add one 2004-04-22 15:14:59 +00:00
DESCR
distinfo update to 1.0 2004-07-09 15:50:25 +00:00
Makefile update to 1.0 2004-07-09 15:50:25 +00:00
PLIST update to 1.0 2004-07-09 15:50:25 +00:00