|
From: <mor...@us...> - 2010-04-02 06:48:37
|
Revision: 3828
http://ecell.svn.sourceforge.net/ecell/?rev=3828&view=rev
Author: moriyoshi
Date: 2010-04-02 06:48:30 +0000 (Fri, 02 Apr 2010)
Log Message:
-----------
Shipping patchlevel 2
Modified Paths:
--------------
ecell3/trunk/NEWS
ecell3/trunk/ecell_version.sh
Modified: ecell3/trunk/NEWS
===================================================================
--- ecell3/trunk/NEWS 2010-03-31 10:27:39 UTC (rev 3827)
+++ ecell3/trunk/NEWS 2010-04-02 06:48:30 UTC (rev 3828)
@@ -1,3 +1,9 @@
+ecell-3.2.0p2: 2-Apr-2010
+ * Fixed DataPointVector's python wrapper to have "shape" property that returns
+ the shape of the array. That is required by TableIO module.
+ (notified by Erin Rachael Shellman. Thanks.)
+
+
ecell-3.2.0p1: 9-Feb-2010
* Fixed the build system so that resource files for the GUI tools are
Modified: ecell3/trunk/ecell_version.sh
===================================================================
--- ecell3/trunk/ecell_version.sh 2010-03-31 10:27:39 UTC (rev 3827)
+++ ecell3/trunk/ecell_version.sh 2010-04-02 06:48:30 UTC (rev 3828)
@@ -1,5 +1,5 @@
ECELL_MAJOR_VERSION=3
ECELL_MINOR_VERSION=2
ECELL_MICRO_VERSION=0
-ECELL_PACKAGE_REVISION=p1
+ECELL_PACKAGE_REVISION=p2
ECELL_VERSION_NUMBER=${ECELL_MAJOR_VERSION}.${ECELL_MINOR_VERSION}.${ECELL_MICRO_VERSION}${ECELL_PACKAGE_REVISION}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|