Release Notes Version 7 3 1: Difference between revisions

From Eigenvector Research Documentation Wiki
Jump to navigation Jump to search
imported>Scott
No edit summary
imported>Scott
 
(One intermediate revision by the same user not shown)
Line 8: Line 8:
| align="center" style="background:#f0f0f0;"|'''Comment'''
| align="center" style="background:#f0f0f0;"|'''Comment'''
|-
|-
| modeloptimizergui||Add plotting button.
| [[modeloptimizergui]]||Add plotting button.
|-
|-
| 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.m||Fix for bug when eigenguide.xml file can't be found.
| 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);"

Latest revision as of 14:21, 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.