Release Notes Version 8 1 1: 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 8.1.1== ===Importers=== * '''hitachieemreadr''' - Reads Hitachi EEM files with Rayleigh removal. ===Additional Changes=== {| {{table...")
 
No edit summary
 
(9 intermediate revisions by 2 users not shown)
Line 1: Line 1:
==Changes and Bug Fixes in Version 8.1.1==
==Changes and Bug Fixes in Version 8.1.1==
 
This release includes updates for Matlab 2016a.


===Importers===
===Importers===
* '''[[hitachieemreadr]]''' - Reads Hitachi EEM files with Rayleigh removal.
* '''[[hitachieemreadr]]''' - Reads Hitachi EEM files with Rayleigh removal.


===Additional Changes===
===Additional Changes===
Line 33: Line 32:


|----valign="top"
|----valign="top"
|'''[[dendrogram]]'''
|'''dendrogram'''
|
|
* Dendrogram's "Keep" feature resets the first row classset to the user's dendrogram selection. However, it keeps the original first row class IDs and class set name. Fix to use new class IDs and set class set name = "Cluster Classes".
* Dendrogram's "Keep" feature resets the first row classset to the user's dendrogram selection. However, it keeps the original first row class IDs and class set name. Fix to use new class IDs and set class set name = "Cluster Classes".
Line 40: Line 39:
|'''[[opusreadr]]'''
|'''[[opusreadr]]'''
|
|
* Fix "date and time" axisscale creation (based on date and time) to handle time remported as GMT or UTC. Also sort rows in order of increasing timestamp.
* Fix "date and time" axisscale creation (based on date and time) to handle time reported as GMT or UTC. Also sort rows in order of increasing timestamp.


|----valign="top"
|----valign="top"
Line 51: Line 50:
* Expose the 'model.detail.extrap' variable in the LWR Scores Plot.
* Expose the 'model.detail.extrap' variable in the LWR Scores Plot.


|----valign="top"
|'''savgol2d'''
|
* Add 'full' (uses all cross terms) option.
|----valign="top"
|'''[[cov_cv]]'''
|
* Added makemonotonic to interp1 DO trick to help interpolation.
|----valign="top"
|'''testrobustnessdemo'''
|
* Added demo for testrobustness.
|----valign="top"
|'''[[tconcalc]]'''
|
* Fix calculation of Tcon for PLS model type to account for the PLS Loadings not being orthogonal. This change does not affect T<sup>2</sup> for PLS models - it only changes Tcon. Now the sum of (Tcon)<sup>2</sup> equals T<sup>2</sup> for PLS models, as it should.
|----
|----
|}
|}

Latest revision as of 13:39, 19 August 2019

Changes and Bug Fixes in Version 8.1.1

This release includes updates for Matlab 2016a.

Importers

Additional Changes

File Comment


adjustaxislimitsgui
  • Add X and Y Dir to adjust axis interface.
parafac
  • Add unimodality without associated nonnegativity to constrainfit.m.
comparelcms_sim_interactive
  • Fix control sizing and improve code performance.
editds
  • Increase GUI performance.
dendrogram
  • Dendrogram's "Keep" feature resets the first row classset to the user's dendrogram selection. However, it keeps the original first row class IDs and class set name. Fix to use new class IDs and set class set name = "Cluster Classes".
opusreadr
  • Fix "date and time" axisscale creation (based on date and time) to handle time reported as GMT or UTC. Also sort rows in order of increasing timestamp.
coda_dw_interactive
  • Fix control sizing and improve code performance.
lwr
  • Expose the 'model.detail.extrap' variable in the LWR Scores Plot.
savgol2d
  • Add 'full' (uses all cross terms) option.
cov_cv
  • Added makemonotonic to interp1 DO trick to help interpolation.
testrobustnessdemo
  • Added demo for testrobustness.
tconcalc
  • Fix calculation of Tcon for PLS model type to account for the PLS Loadings not being orthogonal. This change does not affect T2 for PLS models - it only changes Tcon. Now the sum of (Tcon)2 equals T2 for PLS models, as it should.