Release Notes Version 7 3 1: Difference between revisions
Jump to navigation
Jump to search
imported>Scott (Created page with "==Changes and Bug Fixes in Version 7.3.1== ===Bug Fixes===") |
imported>Scott No edit summary |
||
Line 2: | Line 2: | ||
===Bug Fixes=== | |||
=== | {| {{table}} | ||
| align="center" style="background:#f0f0f0;"|'''File''' | |||
| align="center" style="background:#f0f0f0;"|'''Comment''' | |||
|- | |||
| modeloptimizergui||Add plotting button. | |||
|- | |||
| plotloadslimits||Fix for error when plotting of Selectivity Ratio with model cleared. | |||
|- | |||
| experimentreadr||Fix default for cal/val when NO cal/val specified in experiment file. | |||
|- | |||
| encodexml||Remove all control characters other than tab/linefeed/return in strings. | |||
|- | |||
| getcacheindex||Avoid "load xml file" dialog for rare case when cache item is missing information (e.g. when preprocessing description has gotten too long). | |||
|- | |||
| adjustaxislimitsgui||Add drawnow, user reported error with missing handles. | |||
|- | |||
| opusreadr||Fix for typo which obscured a real error messages. | |||
|- | |||
| browse_shortcuts.m||Fix for bug when eigenguide.xml file can't be found. | |||
|- | |||
| plsdaroc/roccurve||Switch orientation of our ROC curves to match general convention of "Specificity"/"Sensitivity" on x and y-axes respt., instead of the reverse. | |||
|- | |||
| parsexml||Convert from use of "exist()" function to use of java.io.File().isFile (to avoid memory leak). | |||
|- | |||
| plotscores_addclassification||Add extra check for non-emptyness to avoid error when using "pred = plsda(xt,model);" | |||
|- | |||
| trendwaterfall||Use findindx when prepping for waterfall. | |||
|} |
Revision as of 13:17, 26 June 2013
Changes and Bug Fixes in Version 7.3.1
Bug Fixes
File | Comment |
modeloptimizergui | Add plotting button. |
plotloadslimits | Fix for error when plotting of Selectivity Ratio with model cleared. |
experimentreadr | Fix default for cal/val when NO cal/val specified in experiment file. |
encodexml | Remove all control characters other than tab/linefeed/return in strings. |
getcacheindex | Avoid "load xml file" dialog for rare case when cache item is missing information (e.g. when preprocessing description has gotten too long). |
adjustaxislimitsgui | Add drawnow, user reported error with missing handles. |
opusreadr | Fix for typo which obscured a real error messages. |
browse_shortcuts.m | Fix for bug when eigenguide.xml file can't be found. |
plsdaroc/roccurve | Switch orientation of our ROC curves to match general convention of "Specificity"/"Sensitivity" on x and y-axes respt., instead of the reverse. |
parsexml | Convert from use of "exist()" function to use of java.io.File().isFile (to avoid memory leak). |
plotscores_addclassification | Add extra check for non-emptyness to avoid error when using "pred = plsda(xt,model);" |
trendwaterfall | Use findindx when prepping for waterfall. |