From: Emery C. <ec...@vt...> - 2005-09-30 16:29:43
|
All, Several additions and fixes of interest: * Added heav(x) function. * Added a sloppier syntax for global to accommodate XPP users! * Added implicit "t" symbol for time. Now you can include time dependent terms in your ODEs and discrete events! * Fixed @dt parse from ODE file to read floats, not ints. * Added data corruption protection; there is now an md5 hash produced for output; if the output changes from its first run, a "Bad Data" message shows up in the plot and you need to rerun to refresh the data. (Rerun currently only works for RunSets, though... I'll enable it for regular runs later). * Fixed XY data load to be more robust (you can have separate columns by spaces, tabs, commas, and a few other characters)! * Added right click to run time series from a time series graph. * Fixed time series run to include the FINAL point. * Fixed -ts:out to give TIME only ONCE!! * Fixed time series run from command line to parse out XPP-style @ options in place of the command line options (you must, however, specify "-ts:format xpp" if you choose to leave out the -ts:output option). * updated error message passing between o8core and GUI, now you get some kind of semi-useful message! Enjoy, Emery #==================================================================== # release 1.10 notes (2005/09/30) #==================================================================== Updates are: * Fixed @dt parse from ODE file to read floats, not ints. * Added less/greater than functions to valid operators, ONLY WITH PROPERLY PARENTHESIZED EXPRESSIONS!! That is, 2+2>2+1=2+(2>2)+1=2+0+1=3, not 0 for false!! Also note that this doesn't include <= and >=. I'll fix this in the future. * Added heav(cond) function. * Added conversion for certain special character sequences, including > and <. * Added a sloppier syntax for global to accommodate XPP users! * Added implicit "t" symbol for time. Now you can include time dependent terms in your ODEs and discrete events! #==================================================================== # release 1.9.32 notes (2005/09/29) #==================================================================== Updates are: * Added data corruption protection; there is now an md5 hash produced for output; if the output changes from its first run, a "Bad Data" message shows up in the plot and you need to rerun to refresh the data. (Rerun currently only works for RunSets, though... I'll enable it for regular runs later). #==================================================================== # release 1.9.31 notes (2005/09/28) #==================================================================== Updates are: * Fixed XY data load to be more robust (you can have separate columns by spaces, tabs, commas, and a few other characters)! * Added right click to run time series from a time series graph. * Fixed time series run to include the FINAL point. * Fixed -ts:out to give TIME only ONCE!! * Fixed time series run from command line to parse out XPP-style @ options in place of the command line options (you must, however, specify "-ts:format xpp" if you choose to leave out the -ts:output option). #==================================================================== # release 1.9.30 notes (2005/09/28) #==================================================================== Updates are: * updated error message passing between o8core and GUI, now you get some kind of useful message! |