Release Notes Version 6 5 1: Difference between revisions

From Eigenvector Research Documentation Wiki
Jump to navigation Jump to search
imported>Scott
No edit summary
imported>Jeremy
No edit summary
Line 2: Line 2:
This update focused on bug fixes related to the release of version 6.5, continued development of the DOE tools, and improvements to Trend Tool.
This update focused on bug fixes related to the release of version 6.5, continued development of the DOE tools, and improvements to Trend Tool.
===New Functions and Files===
===New Functions and Files===
:[[halfnormplot]] - Produce Half-Normal or Normal plot from DOE dataset object.
:[[halfnormplot]] - Produces Half-Normal or Normal plot from DOE DataSet object.
 
:[[fluoromaxreadr]] - Reads JYHoriba Floromax ASCII files in as a DataSet Object.
:[[fluoromaxreadr]] - Reads JYHoriba Floromax ASCII files in as a DataSet Object.


===Fixes and Enhancements===
===Enhancements===


====High-Level Fixes====
* [[doegui|Experiment Designer]] - Add "export to MLR" button to send DOE directly to Analysis window.
* Fix issue when entering number of PCs in Analysis edit box.
* [[Analysis_of_DOE_Results|Analysis of DOEs]] - Add additional toolbar buttons for analyzing and working with DOE data.
* Fix issue when selecting column headers in Data tab of the [[editds|DataSet Editor]].  
* [[trendtool|Trend Tool]] Major improvements to performance and [[TrendTool EVRIGUI Object]] accessibility.
* Multiple fixes to [[spcreadr]] and increased performance.
* [[Glsw|GLSW Preprocessing]] - Add class set selection to options and interface.
* Add excluded data handling to [[svm]].
* [[spcreadr|SPCREADR]] - Improved performance for large multifiles, added additional waitbar conditions.
* TODO: Jeremy PLSDA many fixes ???
* TODO: Jeremy User defined Preprocess fixes.
* TODO: Jeremy Shareddata upgrade.


===High-Level Fixes===


====Enhancements====
* [[editds|DataSet Editor]] - Fix issue when selecting column headers in Data tab.  
* Major improvements to [[trendtool|Trend Tool]].
* [[svm|SVM]] - Fix issue when building models with excluded variables.
* Add export to MLR button on [[doegui|Experiment Designer]].
* [[plsda|PLSDA]] - Fix for problems applying models to test sets with only one class, or where maximum class value is negative ( < 0 ).
* Add addition toolbar buttons for working with DOE data into [[Analysis_of_DOE_Results|MLR]].
* [[Analysis]] - Fix issue when entering number of PCs in Analysis edit box when using PARAFAC.
* Add class set selection to GLSW interface.
* TODO: Jeremy evri_script enhancements.


====Low-Level Fixes====
====Low-Level Fixes====
* Change installation script to wrap [[evriinstall]] so incompatible pcoding can be caught at installation.
* Improvements to handling different Matlab p-coding requirements.
* Reenable dragging of demo data from modelcache tree and other loading behavior.
* Improved support for custom EVRIScript object definition files in stand-alone products.
* Multiple fixes to modelcache for better performance and error handling.
* Improvements to memory requirements with some graphical interfaces (shareddata changes).
* Add more adopting of plots to better manage closing of figures.
* Re-enable dragging of demo data from modelcache tree and other loading behavior.
* Multiple fixes to ModelCache for better performance and error handling.
* Improved managing of Analysis window child figures.
* Add new methods to [[Browse_EVRIGUI_Object|evrigui browse]] object.
* Add new methods to [[Browse_EVRIGUI_Object|evrigui browse]] object.
 
* Allow placement of <tt>preprouser.mat</tt> file in current directory or  Solo installation directory (change for Solo only).
 
* Fix to use appropriate CLS algorithm when calculating X_hat in [[datahat]].
 
* TODO: Jeremy CLS (datahat) fixes.

Revision as of 12:39, 9 November 2011

Changes and Bug Fixes in Version 6.5.1

This update focused on bug fixes related to the release of version 6.5, continued development of the DOE tools, and improvements to Trend Tool.

New Functions and Files

halfnormplot - Produces Half-Normal or Normal plot from DOE DataSet object.
fluoromaxreadr - Reads JYHoriba Floromax ASCII files in as a DataSet Object.

Enhancements

High-Level Fixes

  • DataSet Editor - Fix issue when selecting column headers in Data tab.
  • SVM - Fix issue when building models with excluded variables.
  • PLSDA - Fix for problems applying models to test sets with only one class, or where maximum class value is negative ( < 0 ).
  • Analysis - Fix issue when entering number of PCs in Analysis edit box when using PARAFAC.

Low-Level Fixes

  • Improvements to handling different Matlab p-coding requirements.
  • Improved support for custom EVRIScript object definition files in stand-alone products.
  • Improvements to memory requirements with some graphical interfaces (shareddata changes).
  • Re-enable dragging of demo data from modelcache tree and other loading behavior.
  • Multiple fixes to ModelCache for better performance and error handling.
  • Improved managing of Analysis window child figures.
  • Add new methods to evrigui browse object.
  • Allow placement of preprouser.mat file in current directory or Solo installation directory (change for Solo only).
  • Fix to use appropriate CLS algorithm when calculating X_hat in datahat.