Release Notes Version 7 9: Difference between revisions

From Eigenvector Research Documentation Wiki
Jump to navigation Jump to search
imported>Scott
imported>Jeremy
No edit summary
 
(One intermediate revision by one other user not shown)
Line 6: Line 6:
==New Features in Solo and PLS_Toolbox==
==New Features in Solo and PLS_Toolbox==


* The release of Matlab 2014b includes a major update to the graphical infrastructure. PLS_Toolbox/Solo 7.9 has undergone significant updates to be compatible with Matlab 2014b.
* The release of Matlab 2014b includes a major update to the graphical infrastructure. PLS_Toolbox 7.9 has undergone significant updates to be compatible with Matlab 2014b. These graphical features are not yet included in Solo but will be so in a future release.


* Multiple fixes for Mac stability and speed.
* Multiple fixes for Mac stability and speed.
Line 12: Line 12:
* Improved warning management.
* Improved warning management.


==BUG FIXES & ENHANCEMENTS==
===Analysis and Models===
* [[asca|ASCA]]
* [[asca|ASCA]] - Allow plotting of variable effects on either ''raw'' data or ''preprocessed'' data.
:: Allow plotting of variable effects on either RAW data or PREPROCESSED data.
* [[corrmap|Correlation Map]] - Add ability to copy and/or save correlation map results.
* [[baseline]]
* [[crossval|Cross Validation]] - Improved handling of cross-validation switching between iterations & venetian blind width.
:: Improved basline options for min/max subtraction.
* [[plsda|PLSDA]] - Fix to assure reduced statistics are provided in prediction if original model had flag set for reduced statistics.
* [[browse]]
* [[svm|SVM]] - Add decision function values to model details (model.detail.svm.decfnvals and model.detail.svm.decfnvals_pred)
:: Allow dropping of Image Processor data.
* [[exportfigure|Report Writer / Figure Export]]:
* [[clipboard_image]]
:: - Updates for MS Office 2013.
:: Fix copying image to clipboard for Mac.
:: - [[clipboard_image]] - Fix copying image to clipboard for Mac.
* [[corrmap]]
 
:: Add abilit to copy and or save data.
===Importers===
* [[crossval]]
* [[opusreadr|Bruker OPUS Import (opusreadr)]] - Multiple updates for error checking and new format.
:: Improved handling of crossvalidation switching between iterations & venetian blind width.
* [[parsexml]] - Support reading base64 compressed data.
* [[doegui]]
 
:: Add ability to save confusion matrix data.
===Preprocessing===
* [[exportfigure]]
* Haar transform added to preprocessing options
:: Updates for MS Office 2013.
* [[baseline]] - Improved basline options for min/max subtraction.
* [[flucut]]
* [[flucut|FLUCUT/EEM Preprocessing]] - Allow interpolation instead of just missing data replacement of scatter.
:: New tool that allows interpolation instead of just missing data replacement of scatter.
 
* [[modelselectorgui]]
===Other Interfaces===
:: Add scrolling screen capture for taking images of long (left-right) models.
* [[modelselectorgui|Hierarchical Model Builder]] - Improved screen capture for long (left-right) models.
* [[modeloptimizergui]]
* [[modeloptimizergui|Model Optimizer]] - Several updates and fixes for better preprocessing iteration.
:: Several updates and fixes for better preprocessing iteration.
* [[browse|Workspace Browser]] - Allow dropping of Image Processor data.
* [[opusreadr]]
* [[doegui|Experiment Designer]] - Add ability to save confusion matrix data.
:: Multiple updates for error checking and new format.
* [[parsexml]]
:: Enable base64 compression.
* [[plsda|PLSDA]]
:: Assure all model object fields are copied over from parent model to predictions.
* [[preprocess]]
:: Haar transform added to preprocessing.
* [[svm|SVM]]
:: Add decision function values to model as model.detail.svm.decfnvals and model.detail.svm.decfnvals_pred.

Latest revision as of 09:29, 15 October 2014

Version 7.9 of PLS_Toolbox and Solo was released in October, 2014.

For general product information, see PLS_Toolbox Product Page. For information on Solo, see Solo Product Page.

(back to Release Notes PLS Toolbox and Solo)

New Features in Solo and PLS_Toolbox

  • The release of Matlab 2014b includes a major update to the graphical infrastructure. PLS_Toolbox 7.9 has undergone significant updates to be compatible with Matlab 2014b. These graphical features are not yet included in Solo but will be so in a future release.
  • Multiple fixes for Mac stability and speed.
  • Improved warning management.

Analysis and Models

  • ASCA - Allow plotting of variable effects on either raw data or preprocessed data.
  • Correlation Map - Add ability to copy and/or save correlation map results.
  • Cross Validation - Improved handling of cross-validation switching between iterations & venetian blind width.
  • PLSDA - Fix to assure reduced statistics are provided in prediction if original model had flag set for reduced statistics.
  • SVM - Add decision function values to model details (model.detail.svm.decfnvals and model.detail.svm.decfnvals_pred)
  • Report Writer / Figure Export:
- Updates for MS Office 2013.
- clipboard_image - Fix copying image to clipboard for Mac.

Importers

Preprocessing

  • Haar transform added to preprocessing options
  • baseline - Improved basline options for min/max subtraction.
  • FLUCUT/EEM Preprocessing - Allow interpolation instead of just missing data replacement of scatter.

Other Interfaces