diff options
author | drochner <drochner@pkgsrc.org> | 2002-01-10 20:47:27 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2002-01-10 20:47:27 +0000 |
commit | 46411d15b444d858bafe55e0add6385fef57e90d (patch) | |
tree | 15f5159dade41e9615c43da415bf6a213f181efa /math | |
parent | 74c274b5a6cc5062f5cce93719133dccba3ca3d9 (diff) | |
download | pkgsrc-46411d15b444d858bafe55e0add6385fef57e90d.tar.gz |
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.
Diffstat (limited to 'math')
-rw-r--r-- | math/py-Numeric/Makefile | 4 | ||||
-rw-r--r-- | math/py-Numeric/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/math/py-Numeric/Makefile b/math/py-Numeric/Makefile index 908ad26c49e..57add77dbe9 100644 --- a/math/py-Numeric/Makefile +++ b/math/py-Numeric/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.24 2001/10/04 15:24:08 wiz Exp $ +# $NetBSD: Makefile,v 1.25 2002/01/10 20:47:27 drochner Exp $ -DISTNAME= Numeric-20.2.1 +DISTNAME= Numeric-20.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= math MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=numpy/} diff --git a/math/py-Numeric/distinfo b/math/py-Numeric/distinfo index 3dc6a768e8c..5d5e735a007 100644 --- a/math/py-Numeric/distinfo +++ b/math/py-Numeric/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.4 2001/09/25 17:46:00 drochner Exp $ +$NetBSD: distinfo,v 1.5 2002/01/10 20:47:28 drochner Exp $ -SHA1 (Numeric-20.2.1.tar.gz) = 97e73976dbe8e65e4ab5498e7b457b23e9387ecc -Size (Numeric-20.2.1.tar.gz) = 708622 bytes +SHA1 (Numeric-20.3.tar.gz) = 2bb31d417b4cafc2f99b4c6cf9aad2cc71a2fb25 +Size (Numeric-20.3.tar.gz) = 711012 bytes |