Release Notes Version 7 8 1: Difference between revisions

From Eigenvector Research Documentation Wiki
Jump to navigation Jump to search
imported>Scott
No edit summary
imported>Scott
No edit summary
Line 4: Line 4:
| align="center" style="background:#f0f0f0;"|'''File'''
| align="center" style="background:#f0f0f0;"|'''File'''
| align="center" style="background:#f0f0f0;"|'''Comment'''
| align="center" style="background:#f0f0f0;"|'''Comment'''
|----valign="top"
|'''[[autoimport]]'''
|
* Fix for file filters on older version of Matlab.


|----valign="top"
|----valign="top"
Line 25: Line 19:
* Fix for incorrect filter being selected in older Matlab.
* Fix for incorrect filter being selected in older Matlab.
* Fix for not using filter selected in ALL versions.
* Fix for not using filter selected in ALL versions.


|----valign="top"
|----valign="top"
Line 50: Line 43:
|
|
* Use shorter file filter list when import methods list is too long for older Matlab versions.
* Use shorter file filter list when import methods list is too long for older Matlab versions.


|----valign="top"
|----valign="top"

Revision as of 16:11, 9 July 2014

Changes and Bug Fixes in Version 7.8.1

File Comment
analysis
  • Fix to remove "cannot match" error when validation X matches model but validation Y does NOT (unneeded test).
  • If NO variables are in common between val and model (in either X or Y) give error and return without data.
  • Extend groupings to work for using one row classset and one passed in cell array. Extend for arrays, where two cell arrays are passed in for major/minor grouping.
  • Add plotting of raw data box plots for ASCA method.
autoimport
  • Fix for error using fullfile on multiple filenames in older Matlab (eq not defined for cells).
  • Fix for incorrect filter being selected in older Matlab.
  • Fix for not using filter selected in ALL versions.
boxplot
  • Add support for boxplots using two classes, first class gives major grouping, second class gives sub-grouping within first. Controlled by new option groupings.
  • Add "positions" option showing where to plot boxes along x-axis.
  • Use labels for grouping if requested class is empty.
  • Significant changes to generalize the .groupings option. Improvements in colors used when colorizing 2nd level of grouping.
  • Also allow numeric vectors instead of strings to define groupings (single value still means class set).
browse
  • Fix for bug causing videos to NOT be listed in R2012b and earlier Matlab (transpose of vector).
comparemodels
  • Fix so CLS is handled properly.
editds
  • Use shorter file filter list when import methods list is too long for older Matlab versions.
evriinstall
  • Add better compatibility checking for prerelease and old/new versions.
lddlgpls
  • Detect when a variable is too large to save under version 7.0 format MAT file.
parsemixed
  • Fix for parsing error when double-quoted strings contained regular expression characters (particularly with commas too).
  • Fix for label set name problem with certain file structures. Set names are now more reliably extracted.
plotgui
  • Fix for datestamp mode getting stuck "on" after an date-stamp axisscale was detected.
  • Fix for error thrown when zooming down to millisecond time scale.
simca
  • Fix for mixed up classes in SIMCA main model.