From: Tero K. <te...@us...> - 2005-08-26 16:32:02
|
Update of /cvsroot/openexvis/openexvis In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18234 Modified Files: ChangeLog TODO openexvis.py Log Message: Prepare for 0.3.0-pre1 Index: TODO =================================================================== RCS file: /cvsroot/openexvis/openexvis/TODO,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- TODO 15 Aug 2005 14:33:28 -0000 1.2 +++ TODO 26 Aug 2005 16:31:51 -0000 1.3 @@ -3,11 +3,12 @@ For 0.3.0: - * Improve the visualization - + Visualize mathematical operations correctly - + Improve visualization of evaluation in general - + Move correct constants to correct variables - + Implement visualizing the structure - + Try to improve the animation speed control further + * Improve the visualization (DONE) + + Visualize mathematical operations correctly (DONE) + + Improve visualization of evaluation in general (DONE) + + Move correct constants to correct variables (DONE) + + Implement visualizing the structure (DONE) + + Try to improve the animation speed control further (POSTPONED - needs + more general optimization to have more effect, at least on my machine) * Include some more test files and make sure they're visualized correctly Index: openexvis.py =================================================================== RCS file: /cvsroot/openexvis/openexvis/openexvis.py,v retrieving revision 1.24 retrieving revision 1.25 diff -u -d -r1.24 -r1.25 --- openexvis.py 26 Aug 2005 16:10:37 -0000 1.24 +++ openexvis.py 26 Aug 2005 16:31:51 -0000 1.25 @@ -23,7 +23,7 @@ def __init__(self): visualizer.OevVisualizer.__init__(self) - self.version = "0.3.0-pre" + self.version = "0.3.0-pre1" self.structure = [] # Build the UI Index: ChangeLog =================================================================== RCS file: /cvsroot/openexvis/openexvis/ChangeLog,v retrieving revision 1.17 retrieving revision 1.18 diff -u -d -r1.17 -r1.18 --- ChangeLog 26 Aug 2005 16:10:37 -0000 1.17 +++ ChangeLog 26 Aug 2005 16:31:51 -0000 1.18 @@ -3,6 +3,10 @@ CVS + + +0.3.0-pre1 + * Internal restructuring * Improve the animation a lot * Exceptions while visualizing now cause visualization to stop and provide some |