Release Notes Version 7 9 1: Difference between revisions

From Eigenvector Research Documentation Wiki
Jump to navigation Jump to search
imported>Scott
imported>Jeremy
No edit summary
Line 1: Line 1:
==Changes and Bug Fixes in Version 7.9.1==
==Changes and Bug Fixes in Version 7.9.1==
===Workspace Browser===
* Improve "Refresh" method to help recover when Java gets stuck scrolling.
* Fix multi-select of workspace items on Mac.
===Analysis Interface===
* Fix for bug which reset custom cross-validation to Contiguous blocks if the cross-validation selection window is closed.
* Improve permutation test behavior with custom cross-validation.
* MLR - speed up selectivity ratio calculation.
* Permutation test - various improvements in behavior and speed.
* Reports - Fix parsing of multi-line axis titles.
* Variance Captured Plots - Add 100% line. Bump scale up adding room for labels.
===Importers===
* '''[[netcdfreadr]]''' - Added netCDF file reader. Defaults set for MS data.
===Other Changes===


{| {{table}}
{| {{table}}
| align="center" style="background:#f0f0f0;"|'''File'''
| align="center" style="background:#f0f0f0;"|'''File'''
| align="center" style="background:#f0f0f0;"|'''Comment'''
| align="center" style="background:#f0f0f0;"|'''Comment'''
|----valign="top"
|'''[[browse]]'''
|
* Add rebuild of trees in Refresh menu item so window can recover when Java gets stuck scrolling.
* Fix workspace multi-select on Mac.
|----valign="top"
|'''[[crossval]]'''
|
* Fix for bug which reset custom cross-validation to Contiguous blocks IF the Crossval GUI is closed.
* Move CVI testing to before call to permutationtest.


|----valign="top"
|----valign="top"
Line 22: Line 27:
* Improve use with 3D data selections.
* Improve use with 3D data selections.


|----valign="top"
|'''[[mlr]]'''
|
* Use preprocessed data already present in mlr for selratio (speeds up process).
|----valign="top"
|'''[[netcdfreadr]]'''
|
* Added netCDF file reader. Defaults set for MS data.
|----valign="top"
|'''[[permutetest]]'''
|
* Multiple improvments and fixes. Add specific option for controlling permutation test in methods.
|----valign="top"
|'''[[reportwriter]]'''
|
* Fix parsing of multi-line axis titles.
|----valign="top"
|----valign="top"
|'''[[trendtool]]'''
|'''[[trendtool]]'''
|
|
* Improve placement of markers on edges of plot.
* Improve placement of markers on edges of plot.
|----valign="top"
|'''[[varcap]]'''
|
* Add 100% line. Bump scale up to 119% so there's room at the top of the figure for labels.


|----valign="top"
|----valign="top"

Revision as of 11:57, 28 October 2014

Changes and Bug Fixes in Version 7.9.1

Workspace Browser

  • Improve "Refresh" method to help recover when Java gets stuck scrolling.
  • Fix multi-select of workspace items on Mac.

Analysis Interface

  • Fix for bug which reset custom cross-validation to Contiguous blocks if the cross-validation selection window is closed.
  • Improve permutation test behavior with custom cross-validation.
  • MLR - speed up selectivity ratio calculation.
  • Permutation test - various improvements in behavior and speed.
  • Reports - Fix parsing of multi-line axis titles.
  • Variance Captured Plots - Add 100% line. Bump scale up adding room for labels.

Importers

  • netcdfreadr - Added netCDF file reader. Defaults set for MS data.

Other Changes

File Comment
gselect
  • Improve use with 3D data selections.
trendtool
  • Improve placement of markers on edges of plot.
zzz
  • .