Release Notes Version 7 8 2: Difference between revisions

From Eigenvector Research Documentation Wiki
Jump to navigation Jump to search
imported>Scott
(Created page with "==Changes and Bug Fixes in Version 7.8.1== {| {{table}} | align="center" style="background:#f0f0f0;"|'''File''' | align="center" style="background:#f0f0f0;"|'''Comment''' |-...")
 
imported>Scott
No edit summary
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
==Changes and Bug Fixes in Version 7.8.1==
==Changes and Bug Fixes in Version 7.8.2==


{| {{table}}
{| {{table}}
Line 6: Line 6:


|----valign="top"
|----valign="top"
|'''[[analysis]]'''
|'''[[autoimport]]'''
|
|
* Fix to remove "cannot match" error when validation X matches model but validation Y does NOT (unneeded test).
* Multiple fixes for selecting and importing files including errors importing XML files (operation "not defined for cell") and mistaking single-file import for multi-file import (resulting in poorly labeled DataSet object)
* If NO variables are in common between val and model (in either X or Y) give error and return without data.
* Add raw data box plots for ASCA method (view design effect on raw variables)


|----valign="top"
|----valign="top"
|'''[[autoimport]]'''
|'''[[simca]]'''
|
* Fix for command-line SIMCA model building error (assure model.detail.modeledclasslookup is populated).
 
|----valign="top"
|'''[[Dataset_augment | @dataset/augment.m]]'''
|
|
* Fix for importing multiple files in older Matlab (eq not defined for cells).
* Fix for bug when augmenting DataSets with multiple class sets.  
* Fix for incorrect filter being selected in older Matlab and for not using filter selected in ALL versions.


|----
|----
|}
|}

Latest revision as of 10:54, 5 August 2014

Changes and Bug Fixes in Version 7.8.2

File Comment
autoimport
  • Multiple fixes for selecting and importing files including errors importing XML files (operation "not defined for cell") and mistaking single-file import for multi-file import (resulting in poorly labeled DataSet object)
simca
  • Fix for command-line SIMCA model building error (assure model.detail.modeledclasslookup is populated).
@dataset/augment.m
  • Fix for bug when augmenting DataSets with multiple class sets.