[Lunar-commits] r17966 - moonbase/trunk/python/ScientificPython
Dennis Veatch
stumbles at lunar-linux.org
Fri Jan 6 18:19:12 UTC 2006
Author: stumbles
Date: 2006-01-06 18:19:10 +0000 (Fri, 06 Jan 2006)
New Revision: 17966
Modified:
moonbase/trunk/python/ScientificPython/DETAILS
Log:
Bug fixes:
- Integer array attributes caused a TypeError with recent versions of
Numeric (that don't do silent casts from Long to Int any more).
Additions:
- Method "threeAngles" in Geometry.Transformation.Rotation.
Modified: moonbase/trunk/python/ScientificPython/DETAILS
===================================================================
--- moonbase/trunk/python/ScientificPython/DETAILS 2006-01-06 18:01:32 UTC (rev 17965)
+++ moonbase/trunk/python/ScientificPython/DETAILS 2006-01-06 18:19:10 UTC (rev 17966)
@@ -1,11 +1,13 @@
- MODULE=ScientificPython
- VERSION=2.4.5
- SOURCE=$MODULE-$VERSION.tar.gz
+ MODULE=ScientificPython
+ VERSION=2.4.9
+ SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_URL[0]=http://starship.python.net/~hinsen/$MODULE/
- WEB_SITE=http://starship.python.net/~hinsen/ScientificPython/
- ENTERED=20040126
- UPDATED=20040126
- SHORT="ScientificPython is a collection of Python modules that are useful for scientific computing"
+ SOURCE_VFY=sha1:077b6347940617999c23103bac9542d926ed7f69
+ WEB_SITE=http://starship.python.net/~hinsen/ScientificPython/
+ ENTERED=20040126
+ UPDATED=20040126
+ SHORT="a collection of Python modules that are useful for scientific computing"
+
cat << EOF
ScientificPython is a collection of Python modules that are useful for
scientific computing. In this collection you will find modules that
More information about the Lunar-commits
mailing list