Release Notes Version 7 3 1: Difference between revisions
Jump to navigation
Jump to search
imported>Scott No edit summary |
imported>Scott |
||
Line 12: | Line 12: | ||
| plotloadslimits||Fix for error when plotting of Selectivity Ratio with model cleared. | | 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. | | [[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. | | [[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). | | getcacheindex||Avoid "load xml file" dialog for rare case when cache item is missing information (e.g. when preprocessing description has gotten too long). | ||
Line 20: | Line 20: | ||
| adjustaxislimitsgui||Add drawnow, user reported error with missing handles. | | adjustaxislimitsgui||Add drawnow, user reported error with missing handles. | ||
|- | |- | ||
| opusreadr||Fix for typo which obscured a real error messages. | | [[opusreadr]]||Fix for typo which obscured a real error messages. | ||
|- | |- | ||
| browse_shortcuts | | browse_shortcuts||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. | | [[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). | | [[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);" | | plotscores_addclassification||Add extra check for non-emptyness to avoid error when using "pred = plsda(xt,model);" |
Revision as of 13:19, 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 | 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. |