Subject: CVS commit: pkgsrc/math/py-Numeric
To: None <pkgsrc-changes@netbsd.org>
From: Matthias Drochner <drochner@netbsd.org>
List: pkgsrc-changes
Date: 01/10/2002 22:47:29
Module Name:	pkgsrc
Committed By:	drochner
Date:		Thu Jan 10 20:47:29 UTC 2002

Modified Files:
	pkgsrc/math/py-Numeric: Makefile distinfo

Log Message:
update to 20.3
changes:
   Please note that the __future__ options wrt integer division in Python 2.2
	are NOT available in Numeric at this time.

   Incompatible change to functions sum and product in MA.
	See Packages/MA/changes.txt.
   Fixed memory leak in divmod [#470058] thanks Reggie Dugard.
   Added argmax, argmin for byte, unsigned byte [#474241]
   Fixed bug in RandomArray.normal for default shape. [#482046]
   To fix bug and correctly accept keyword args, changed fromstring interface
	to: fromstring(string, typecode="l", count=-1)
   Applied patch #[ #468068 ] Speedups for small matrices by Gary Bishop.
   Removed newlines in comment in multiarray.
   Fixed uninitalized variable in asinh on Windows.
   Optimization: Moved array_range to C (T. Oliphant)
   Add coding to setup.py for the BeOs5. (patch #466187, not applied as given)
   Removed a couple of warning errors in the sea of same produced by gcc's
	warnall.
   Fixed bug in arrayfns.histogram (bug #462813)
   Optional Package Properties 2.2
       Allow external handlers in Properties. No check is made any more that
       the handler is an unbound method of the class. Must have the correct
       signature, however.


To generate a diff of this commit:
cvs rdiff -r1.24 -r1.25 pkgsrc/math/py-Numeric/Makefile
cvs rdiff -r1.4 -r1.5 pkgsrc/math/py-Numeric/distinfo

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