Subject: CVS commit: pkgsrc/math/py-numarray
To: None <pkgsrc-changes@NetBSD.org>
From: Marc Recht <recht@netbsd.org>
List: pkgsrc-changes
Date: 07/09/2004 15:50:25
Module Name:	pkgsrc
Committed By:	recht
Date:		Fri Jul  9 15:50:25 UTC 2004

Modified Files:
	pkgsrc/math/py-numarray: Makefile PLIST distinfo

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


To generate a diff of this commit:
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/math/py-numarray/Makefile \
    pkgsrc/math/py-numarray/PLIST pkgsrc/math/py-numarray/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.