Release Notes Version 5 0 1: Difference between revisions

From Eigenvector Research Documentation Wiki
Jump to navigation Jump to search
imported>Scott
imported>Jeremy
 
(12 intermediate revisions by 2 users not shown)
Line 3: Line 3:


===NEW FUNCTIONS AND FILES===
===NEW FUNCTIONS AND FILES===
<pre>   setwts             - Sets weights outside the anticipated peak windows to zero.
<table>
    fitexp             - Calculates an exponential curve and its fit to points.
<tr>
    fitgauss           - Calculates a gaussian curve and its fit to points.
<td >setwts             </td>
    peakidtable         - Writes peak ID information on present graph.
<td > Sets weights outside the anticipated peak windows to zero.</td>
    registerspecdemo   - Demo of the REGISTERSPEC function.</pre>
</tr>
<tr>
<td >fitexp             </td>
<td > Calculates an exponential curve and its fit to points.</td>
</tr>
<tr>
<td >fitgauss           </td>
<td > Calculates a gaussian curve and its fit to points.</td>
</tr>
<tr>
<td >peakidtable   </td>
<td > Writes peak ID information on present graph.</td>
</tr>
<tr>
<td >registerspecdemo </td>
<td > Demo of the REGISTERSPEC function.</td>
</tr>
</table>
 
===BUG FIXES===
===BUG FIXES===
:[browse] - Enable all shortcuts in browse by default.
<table >
:choosecomp          - Revise threshold algorithm to allow empty (which is now default) to indicate that algorithm should use mean delta of all values.
<tr>
:editds              - Fix for delete rows bug.
<td >browse</td>
                        - Fix to allow deletion of last class in lookup table (empties class set).
<td > Enable all shortcuts in browse by default.</td>
:fastnnls            - Only do drawnow every once in awhile (avoids unnecessary slowdowns).
</tr>
:gselect            - Fixes which help 2008b compatibility.
<tr>
                        - Fix hiding of toolbar on select (when 'toolbar' is set to 'auto').
<td >choosecomp          </td>
                        - Fix to remove warning when doing xs, ys, x, or y selection.
<td > Revise threshold algorithm to allow empty (which is now default) to indicate that algorithm should use mean delta of all values.</td>
:jcampreadr          - Add multiple file reading ability. Pass files in as cell array, output of DIR command, or point to multiple files when prompted
</tr>
                        - Improve help.
<tr>
                        - Add options control of display.
<td >editds              </td>
                        - Add waitbar for multiple file reading(and option to disable waitbar).
<td > Fix for delete rows bug.</td>
:plotgui            - Fix bug viewing Edit menu with 'noselect' turned on (happens with Eigenvalues plot).
</tr>
                        - Fix for disappearing plot controls when they are closed (hidden) when docked.
<tr>
:plotguitypes        - Do not downsize markers on non-pc platforms.
<td ></td>
:plotscores_cls      - Fix for bugs when viewing CLS scores with cross-validation and/or different combiations of no validation y-block present.
<td > Fix to allow deletion of last class in lookup table (empties class set).</td>
:plotscores_mlr      - Fix for bugs when viewing scores with cross-validation and/or different combinations of no validation y-block present.
</tr>
    registerspec        - Fix bug involving data_i and findpeaks mode (initialize variable as cell instead of double for findpeaks).
<tr>
                        - Add demo.
<td >fastnnls            </td>
    xclreadr            - Fix concatenation bug when loading individual files which do not match up.
<td > Only do drawnow every once in awhile (avoids unnecessary slowdowns).</td>
    xyreadr            - Fix bug when loading multiple XY files.</pre>
</tr>
<tr>
<td >gselect            </td>
<td > Fixes which help 2008b compatibility.</td>
</tr>
<tr>
<td ></td>
<td > Fix hiding of toolbar on select (when 'toolbar' is set to 'auto').</td>
</tr>
<tr>
<td ></td>
<td > Fix to remove warning when doing xs, ys, x, or y selection.</td>
</tr>
<tr>
<td >jcampreadr          </td>
<td > Add multiple file reading ability. Pass files in as cell array, output of DIR command, or point to multiple files when prompted</td>
</tr>
<tr>
<td ></td>
<td > Improve help.</td>
</tr>
<tr>
<td ></td>
<td > Add options control of display.</td>
</tr>
<tr>
<td ></td>
<td > Add waitbar for multiple file reading(and option to disable waitbar).</td>
</tr>
<tr>
<td >plotgui            </td>
<td > Fix bug viewing Edit menu with 'noselect' turned on (happens with Eigenvalues plot).</td>
</tr>
<tr>
<td ></td>
<td > Fix for disappearing plot controls when they are closed (hidden) when docked.</td>
</tr>
<tr>
<td >plotguitypes        </td>
<td > Do not downsize markers on non;pc platforms.</td>
</tr>
<tr>
<td >plotscores_cls      </td>
<td > Fix for bugs when viewing CLS scores with cross-validation and/or different combiations of no validation y-block present.</td>
</tr>
<tr>
<td >plotscores_mlr      </td>
<td > Fix for bugs when viewing scores with cross-validation and/or different combinations of no validation y-block present.</td>
</tr>
<tr>
<td >registerspec        </td>
<td > Fix bug involving data_i and findpeaks mode (initialize variable as cell instead of double for findpeaks).</td>
</tr>
<tr>
<td ></td>
<td > Add demo.</td>
</tr>
<tr>
<td >xclreadr            </td>
<td > Fix concatenation bug when loading individual files which do not match up.</td>
</tr>
<tr>
<td >xyreadr            </td>
<td > Fix bug when loading multiple XY files.</td>
</tr>
</table>

Latest revision as of 14:14, 30 December 2008

Changes and Bug Fixes in Version 5.0.1

NEW FUNCTIONS AND FILES

setwts Sets weights outside the anticipated peak windows to zero.
fitexp Calculates an exponential curve and its fit to points.
fitgauss Calculates a gaussian curve and its fit to points.
peakidtable Writes peak ID information on present graph.
registerspecdemo Demo of the REGISTERSPEC function.

BUG FIXES

browse Enable all shortcuts in browse by default.
choosecomp Revise threshold algorithm to allow empty (which is now default) to indicate that algorithm should use mean delta of all values.
editds Fix for delete rows bug.
Fix to allow deletion of last class in lookup table (empties class set).
fastnnls Only do drawnow every once in awhile (avoids unnecessary slowdowns).
gselect Fixes which help 2008b compatibility.
Fix hiding of toolbar on select (when 'toolbar' is set to 'auto').
Fix to remove warning when doing xs, ys, x, or y selection.
jcampreadr Add multiple file reading ability. Pass files in as cell array, output of DIR command, or point to multiple files when prompted
Improve help.
Add options control of display.
Add waitbar for multiple file reading(and option to disable waitbar).
plotgui Fix bug viewing Edit menu with 'noselect' turned on (happens with Eigenvalues plot).
Fix for disappearing plot controls when they are closed (hidden) when docked.
plotguitypes Do not downsize markers on non;pc platforms.
plotscores_cls Fix for bugs when viewing CLS scores with cross-validation and/or different combiations of no validation y-block present.
plotscores_mlr Fix for bugs when viewing scores with cross-validation and/or different combinations of no validation y-block present.
registerspec Fix bug involving data_i and findpeaks mode (initialize variable as cell instead of double for findpeaks).
Add demo.
xclreadr Fix concatenation bug when loading individual files which do not match up.
xyreadr Fix bug when loading multiple XY files.