From: Emery C. <ec...@vt...> - 2005-09-12 15:45:54
|
All, I've fixed several small bugs and annoyances; the highlights are that graphs are prettier (intelligent choice of tic marks so that you get nice labels on the axes) and the export/import data features are enhanced (in addition to a number of bugs that have been causing anomalies and crashes!). Enjoy, Emery #==================================================================== # release 1.9.27 notes (2005/09/12) #==================================================================== Updates are: * Graphs are now sexier! Tic marks and ranges are intelligently set and labels are nice round (minimal number of sig digits) viewable numbers. * Adjusted point tolerance (easier to get alt-click continuation options). * Renamed labels for LP bif points (SN and CF are distinguished). * Fixed check boxes for active column in model data display. * Fixed "close-to-zero" label snafu... #==================================================================== # release 1.9.26 notes (2005/09/08) #==================================================================== Updates are: * Fixed bug #1284230 (graphs not representative of what AUTO returned; problems was overflow errors in reading doubles since AUTO was outputting 1e-320 type doubles; created thresholding for output of double from AUTO). * Fixed bug #1242323, the disappearing notes issue. * Fixed annoying auto zoom bug on startup (after open and a double click, the zoom lines would be there. Now though you have to have the focus on the plot (double click in the plot) to do zooming). * Fixed bug #1284229, deleting a subrun of an instance of a runset will not crash anymore... it is prohibited for the time-being. #==================================================================== # release 1.9.25 notes (2005/09/07) #==================================================================== Updates are: * Fixed Export/Add XY data to do ONLY first active curve. The Export Raw Data will export all curve data in a plot, but cannot be loaded right now. |