From 36c04b888eb5e9c3392a78d78794ef57f3e8954d Mon Sep 17 00:00:00 2001 From: recht Date: Sun, 14 Sep 2003 17:43:53 +0000 Subject: Update to 23.1. changes: Version 23.1 August 2003 [unreported] fixed assignment to matrix. [unreported] added check so that non-character array cannot be interpreted as a character buffer. [unreported] array([m,m,m]) when m is a rank-0 array now works as expected. Patches: [ 782001 ] Add true and floor divide to MA [ 781215 ] true_divide bug [ 776991 ] multiplying small UINT values gives random results [ 776467 ] remove string exceptions --- math/py-Numeric/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'math/py-Numeric/Makefile') diff --git a/math/py-Numeric/Makefile b/math/py-Numeric/Makefile index cffd6eb1a68..f2aadcd5015 100644 --- a/math/py-Numeric/Makefile +++ b/math/py-Numeric/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.32 2003/07/17 21:48:02 grant Exp $ +# $NetBSD: Makefile,v 1.33 2003/09/14 17:43:53 recht Exp $ -DISTNAME= Numeric-23.0 +DISTNAME= Numeric-23.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= math MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=numpy/} -- cgit v1.2.3