Release Notes Version 6 5 1: Difference between revisions
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]] - | :[[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. | ||
=== | ===Enhancements=== | ||
* [[doegui|Experiment Designer]] - Add "export to MLR" button to send DOE directly to Analysis window. | |||
* [[Analysis_of_DOE_Results|Analysis of DOEs]] - Add additional toolbar buttons for analyzing and working with DOE data. | |||
* | * [[trendtool|Trend Tool]] Major improvements to performance and [[TrendTool EVRIGUI Object]] accessibility. | ||
* | * [[Glsw|GLSW Preprocessing]] - Add class set selection to options and interface. | ||
* | * [[spcreadr|SPCREADR]] - Improved performance for large multifiles, added additional waitbar conditions. | ||
* | |||
===High-Level Fixes=== | |||
* [[editds|DataSet Editor]] - Fix issue when selecting column headers in Data tab. | |||
* | * [[svm|SVM]] - Fix issue when building models with excluded variables. | ||
* | * [[plsda|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==== | ====Low-Level Fixes==== | ||
* | * Improvements to handling different Matlab p-coding requirements. | ||
* | * Improved support for custom EVRIScript object definition files in stand-alone products. | ||
* Multiple fixes to | * 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 [[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]]. | |||
* |
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
- Experiment Designer - Add "export to MLR" button to send DOE directly to Analysis window.
- Analysis of DOEs - Add additional toolbar buttons for analyzing and working with DOE data.
- Trend Tool Major improvements to performance and TrendTool EVRIGUI Object accessibility.
- GLSW Preprocessing - Add class set selection to options and interface.
- SPCREADR - Improved performance for large multifiles, added additional waitbar conditions.
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.