[Lunar-commits] <moonbase> numpy: version bumped to 1.4.0.

Florin Braescu florin at lunar-linux.org
Thu Jan 14 22:19:29 CET 2010


commit dbe846994ce6229492c914d768a324210d9d3536
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Thu Jan 14 23:19:29 2010 +0200

    numpy: version bumped to 1.4.0.
    
    Includes numerous bug fixes, as well as a few new features. It
    is backward compatible with 1.3.0 release.
    
    Highlights:
    * Faster import time
    * Extended array wrapping mechanism for ufuncs
    * New Neighborhood iterator (C-level only)
    * C99-like complex functions in npymath
---
 python/numpy/DETAILS |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/python/numpy/DETAILS b/python/numpy/DETAILS
index 3d07d91..4331a7d 100644
--- a/python/numpy/DETAILS
+++ b/python/numpy/DETAILS
@@ -1,11 +1,11 @@
           MODULE=numpy
-         VERSION=1.3.0
+         VERSION=1.4.0
           SOURCE=$MODULE-$VERSION.tar.gz
       SOURCE_URL=$SFORGE_URL/numpy
-      SOURCE_VFY=sha1:c04998a1fbf7d990c9a2b99a7b62486012c570ac
+      SOURCE_VFY=sha1:522b789527f280410ab09f10c947ccc3f8086a8f
         WEB_SITE=http://numpy.scipy.org
          ENTERED=20020708
-         UPDATED=20090418
+         UPDATED=20100114
            SHORT="Fundamental package for scientific computing with Python"
 
 cat << EOF


More information about the Lunar-commits mailing list