summaryrefslogtreecommitdiff
path: root/math/py-numarray/distinfo
diff options
context:
space:
mode:
authorrecht <recht@pkgsrc.org>2004-07-09 15:50:25 +0000
committerrecht <recht@pkgsrc.org>2004-07-09 15:50:25 +0000
commit86865c78c3ce5c9bdf1263cd4e6fa5645012ba44 (patch)
tree1e1e87801dc74f7a0922e0cd9fd59739b4a4e1f9 /math/py-numarray/distinfo
parent08fcc7c391d39102b6151435c66448c617425e17 (diff)
downloadpkgsrc-86865c78c3ce5c9bdf1263cd4e6fa5645012ba44.tar.gz
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
Diffstat (limited to 'math/py-numarray/distinfo')
-rw-r--r--math/py-numarray/distinfo6
1 files changed, 3 insertions, 3 deletions
diff --git a/math/py-numarray/distinfo b/math/py-numarray/distinfo
index 4361824ff68..3f0161c396f 100644
--- a/math/py-numarray/distinfo
+++ b/math/py-numarray/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.1.1.1 2004/04/21 20:46:56 drochner Exp $
+$NetBSD: distinfo,v 1.2 2004/07/09 15:50:25 recht Exp $
-SHA1 (numarray-0.9.tar.gz) = 994ccd0fe0a7ab80a0ac55b95e79b16fa7642e9b
-Size (numarray-0.9.tar.gz) = 979664 bytes
+SHA1 (numarray-1.0.tar.gz) = bb858a03410fe90a1a11f90814479b44b1b7eb10
+Size (numarray-1.0.tar.gz) = 1036446 bytes