[Lunar-commits] CVS: moonbase/libs/numarray DETAILS,1.3,1.4

Florin Braescu florin at lunar-linux.org
Sat Jul 3 14:26:12 GMT 2004


Update of /var/cvs/lunar/moonbase/libs/numarray
In directory dbguin.lunar-linux.org:/tmp/cvs-serv3927

Modified Files:
	DETAILS 
Log Message:
bump the version from 0.9 to 1.0.


Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/libs/numarray/DETAILS,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- DETAILS	18 Jun 2004 17:49:23 -0000	1.3
+++ DETAILS	3 Jul 2004 14:26:10 -0000	1.4
@@ -1,15 +1,16 @@
            MODULE=numarray
-         VERSION=0.9
+         VERSION=1.0
           SOURCE=numarray-$VERSION.tar.gz
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/numarray-$VERSION
    SOURCE_URL[0]=$SFORGE_URL/numpy/$SOURCE
+      SOURCE_VFY=md5:815e8ce433cc37bee73fb2ab44197f6d
         WEB_SITE=http://numpy.sourceforge.net/
          ENTERED=20020708
-         UPDATED=20040616
+         UPDATED=20040703
            SHORT="Numerical Python ("Numpy") adds a fast multidimensional array facility to Python."
+
 cat << EOF
-numarray is a rewrite of numerical python and will eventually replace 
-it.
+numarray is a rewrite of numerical python and will eventually replace it.
 What is Numerical Python?
 If x and y are Numerical Python arrays, then the speed of the operation
 x + y is close to the speed of doing it in C if the arrays are big
@@ -18,4 +19,3 @@
 closer to the speed of a compiled language than to the speed of Python
 itself.
 EOF
-



More information about the Lunar-commits mailing list