Release Notes Version 8 0 2: Difference between revisions

From Eigenvector Research Documentation Wiki
Jump to navigation Jump to search
imported>Scott
imported>Scott
Line 9: Line 9:
|'''objects'''
|'''objects'''
|
|
* Fix use of ''inputname'' function in DataSet, Script, and Model objects. NOTE: If an ''inputname'' error occurs with a Script or Model object use and assignment when calling a method:
* Fix use of ''inputname'' function in DataSet, Script, and Model objects.
NOTE: If an ''inputname'' error occurs with a Script or Model object use and assignment when calling a method:
<pre>mymodel = mymodel.calibrate</pre>  
<pre>mymodel = mymodel.calibrate</pre>  



Revision as of 17:11, 17 September 2015

Changes and Bug Fixes in Version 8.0.2

NOTE: This release is for PLS_Toolbox only. It primarily contains fixes for Matlab 2015b.

File Comment
objects
  • Fix use of inputname function in DataSet, Script, and Model objects.

NOTE: If an inputname error occurs with a Script or Model object use and assignment when calling a method:

mymodel = mymodel.calibrate
editds_defaultimportmethods
  • Fix for default CSV import function. User is no longer prompted when dropping CSV file into workspace.