From: Emery C. <ec...@vt...> - 2005-10-20 19:57:05
|
All, Sorry to spam you, but I forgot to mention a few new things from the last release and I have a nice new release with fully functional progress bar (so waiting for that limit cycle run to finish doesn't have to be so painful). In addition, I've added, 1) a tutorial (see documentation in the Help-->General menu under tutorials)--this was with v1.12.1 2) ignore case feature for model init (converts everything to lowercase for compatibility with XPP ODE files) 3) right click node selection works properly now. 4) a few other tidbits, see below if you're interested. Thanks, Emery #==================================================================== # release 1.15.0 notes (2005/10/20) #==================================================================== Updates are: * Added very fine grained progress indication to all runs types. #==================================================================== # release 1.14.1 notes (2005/10/20) #==================================================================== Updates are: * Added "ignore case" check box to model creation dialog, which converts everything to lower case. This avoids case-sensitivity for the symbols defined in the ODE text, and improves compatibility with XPP. * Right-click selection actually works now in the run history. This means that a right click on a node will actually bring up a context menu for the newly right-clicked node, rather than the previously selected node, as before. * Updates to the progress bar (finer grained updates, position). #==================================================================== # release 1.14.0 notes (2005/10/19) #==================================================================== Updates are: * Added rerun mode for ALL runs. This means you can just take your .o8w file with you (without the data) and rerun the particular runs you are interested in. * Changed default NTST to 15 for faster default limit cycle continuation. * Fixed runset run config reload (correctly loads previously stores values). * Fixed no-log-directory crash error. * Adjusted GUI look and feel again (DockPadding 12 --> 8). #==================================================================== # release 1.13.0 notes (2005/10/17) #==================================================================== Updates are: * Got o8core running under linux and cygwin (need to check MacOSX). It doesn't pass 100% of parser tests, but I'll look into that later. * Change GUI look and feel (ala Herbert Sauro) #==================================================================== # release 1.12.1 notes (2005/10/12) #==================================================================== Updates are: * Fixed another GUI run hang issue. * Enabled XP windows sytle (the SEHException has gone away). * Added a tutorial for the chap10_serious.ode model. |