[Modeling-cvs] ProjectModeling/Modeling CHANGES,1.102.2.2,1.102.2.3
Status: Abandoned
Brought to you by:
sbigaret
|
From: <sbi...@us...> - 2003-06-28 15:34:39
|
Update of /cvsroot/modeling/ProjectModeling/Modeling
In directory sc8-pr-cvs1:/tmp/cvs-serv11059
Modified Files:
Tag: brch-0_9pre7-1-PyModel
CHANGES
Log Message:
Scripts adapted to handle PyModel files
Index: CHANGES
===================================================================
RCS file: /cvsroot/modeling/ProjectModeling/Modeling/CHANGES,v
retrieving revision 1.102.2.2
retrieving revision 1.102.2.3
diff -C2 -d -r1.102.2.2 -r1.102.2.3
*** CHANGES 18 May 2003 15:29:59 -0000 1.102.2.2
--- CHANGES 28 Jun 2003 15:34:36 -0000 1.102.2.3
***************
*** 10,13 ****
--- 10,19 ----
Branch brch-0_9pre7-1-PyModel
-----------------------------
+
+ * Fixed: adaptorModel() could raise instead of returning None when model's
+ adaptorName is not set
+
+ * Model: added updateModelWithCFG(), loadModel(), searchModel()
+ ModelSet: deprecated method: updateModelWithCFG() --moved in Model
* Added Modeling.PyModel and Modeling.tests.test_PyModel
|