summaryrefslogtreecommitdiff
path: root/math/py-Numeric/Makefile
diff options
context:
space:
mode:
authorrecht <recht>2003-09-14 17:43:53 +0000
committerrecht <recht>2003-09-14 17:43:53 +0000
commit36c04b888eb5e9c3392a78d78794ef57f3e8954d (patch)
treeca011c069614dcbd13cdfe03954735739699c8e1 /math/py-Numeric/Makefile
parent16c652210986f97b6b830ec562cac3a4cdd6e3cd (diff)
downloadpkgsrc-36c04b888eb5e9c3392a78d78794ef57f3e8954d.tar.gz
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
Diffstat (limited to 'math/py-Numeric/Makefile')
-rw-r--r--math/py-Numeric/Makefile4
1 files changed, 2 insertions, 2 deletions
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/}