Release Notes Version 8 7 1: Difference between revisions

From Eigenvector Research Documentation Wiki
Jump to navigation Jump to search
(Created page with "==Changes and Bug Fixes in Version 8.7.1== This release includes some updates for Matlab 2019b. The software will still show a warning that can be ignored for 2019b. ===Impor...")
 
No edit summary
Line 3: Line 3:


===Importers===
===Importers===
* '''[[jcampreadr]]]''' - Add support tabular data form = "##XYPOINTS", in addition to "##XYDATA" and "##PEAKTABLE".
* '''[[jcampreadr]]''' - Add support tabular data form = "##XYPOINTS", in addition to "##XYDATA" and "##PEAKTABLE".
* '''[[opusreadr]]]''' - Changes to handle Bruker Opus files having data and parameter block types with bit 31 = 0 indicating the file was modified by the user. Setting this bit to = 0 is a 21CFR part11 package feature. The block type's bit 31 is = 1 when the file is created by the instrument. On import, the block with the requested spectrum type having bit 31 = 0 is read. If this does not exist then the block with the requested spectrum type = 1 is read. This is done for data and parameter blocks. It is assumed there is one measured sample per file.
* '''[[opusreadr]]''' - Changes to handle Bruker Opus files having data and parameter block types with bit 31 = 0 indicating the file was modified by the user. Setting this bit to = 0 is a 21CFR part11 package feature. The block type's bit 31 is = 1 when the file is created by the instrument. On import, the block with the requested spectrum type having bit 31 = 0 is read. If this does not exist then the block with the requested spectrum type = 1 is read. This is done for data and parameter blocks. It is assumed there is one measured sample per file.
* '''[[rdareadr]]''' - Add reader for importing Siemens .rda file into a DataSet Object.
* '''[[rdareadr]]''' - Add reader for importing Siemens .rda file into a DataSet Object.
* '''[[visionairxmlreadr]]''' - Major performance improvements.
* '''[[visionairxmlreadr]]''' - Major performance improvements.

Revision as of 13:00, 15 August 2019

Changes and Bug Fixes in Version 8.7.1

This release includes some updates for Matlab 2019b. The software will still show a warning that can be ignored for 2019b.

Importers

  • jcampreadr - Add support tabular data form = "##XYPOINTS", in addition to "##XYDATA" and "##PEAKTABLE".
  • opusreadr - Changes to handle Bruker Opus files having data and parameter block types with bit 31 = 0 indicating the file was modified by the user. Setting this bit to = 0 is a 21CFR part11 package feature. The block type's bit 31 is = 1 when the file is created by the instrument. On import, the block with the requested spectrum type having bit 31 = 0 is read. If this does not exist then the block with the requested spectrum type = 1 is read. This is done for data and parameter blocks. It is assumed there is one measured sample per file.
  • rdareadr - Add reader for importing Siemens .rda file into a DataSet Object.
  • visionairxmlreadr - Major performance improvements.

Additional Changes

File Comment
addin
  • Add support for 3rd party features.
ann
  • Fix bug preventing prediction when using only 2 parameters, model and data, (but no options).
dataset/delsamps
  • Enable logical array or a numeric array of 1's and 0's as indicies.
evolvfa
  • Added compression, maxpcs = 40, updated algorithm.
flucut
  • Changed flucut so it doesn't soft delete the blank sample.
getdefaultfontsize
  • Convert more interfaces to use this as default.
getscreensize
  • Change default to use values returned by Matlab (rather than Java). Help improve appearance on high DPI screens.
plotgui
  • Fix Scores Plot's calculation of Q and T2 "reduced" which was calculated incorrectly by assuming the model was built using options.confidencelimit = 0.95.
plotgui_plotscatter
  • Add code to restore colormap if plot command changes it.
tdf
  • Extend to support negative input T-statistics (in addition to positive). Now similar to normdf.m.
xgb
  • Add the jar needed for XGB on Linux.
xgbda
  • Ensure XGBDA works properly if test data has no classes (or y-block).