Release Notes Solo Predictor Version 1 0 2: Difference between revisions

From Eigenvector Research Documentation Wiki
Jump to navigation Jump to search
imported>Jeremy
(New page: ==Changes and Bug Fixes in Version 1.0.2== ===High-level Changes=== * Updated to be compatible with PLS_Toolbox/Solo 5.0 * Updated C# example code to include full-featured C# object * Add...)
 
imported>Jeremy
No edit summary
 
Line 9: Line 9:


===Low-level Changes and Bug Fixes===
===Low-level Changes and Bug Fixes===
* add error trapping for load of MAT file
* Add error trapping for load of MAT file
* fix error in comments saying that concatenation would be row-wise using data|data (it is column-wise)
* Fix error in comments saying that concatenation would be row-wise using data|data (it is column-wise)
* add ability to pass y-block info in data (using column labels)
* Add ability to pass y-block info in data (using column labels)
* add debug on/off commands to trigger control over socketserver "debug" option
* Add debug on/off commands to trigger control over socketserver "debug" option
* add full-time "debug" option and tie into giving more verbose error messages (as well as timing details)
* Add full-time "debug" option and tie into giving more verbose error messages (as well as timing details)
* revise message-posting method to improve speed (queue but do not display messages during a connection)
* Revise message-posting method to improve speed (queue but do not display messages during a connection)
* add disabling of timestamping (improves response speed)
* Add disabling of timestamping (improves response speed)
* add additional test to parser for "options" input to speed up response time
* Add additional test to parser for "options" input to speed up response time
* add customization of window title
* Add customization of window title
* fix mistaken references to alias field ".predictions" (should be singular .prediction)
* Fix mistaken references to alias field ".predictions" (should be singular .prediction)
* fix index.html to be generic for server address
* Fix index.html to be generic for server address
* add true support for "post" calls
* Add true support for "post" calls
* fix for broken-up POST message
* Fix for broken-up POST message
* send "bad request" when no message comes through  
* Send "bad request" when no message comes through  
* perform wait for file test only after socket timeout period (improves speed of socket connections)
* Perform wait for file test only after socket timeout period (improves speed of socket connections)

Latest revision as of 15:51, 30 December 2008

Changes and Bug Fixes in Version 1.0.2

High-level Changes

  • Updated to be compatible with PLS_Toolbox/Solo 5.0
  • Updated C# example code to include full-featured C# object
  • Add more automatic support for modelselector models
  • Add wrapper with tests for invalid string commands (security fix to keep attackers from executing generic Matlab code through embedding it in an XML or '[ ]' command.)
  • Add color and figure title response to server running or not

Low-level Changes and Bug Fixes

  • Add error trapping for load of MAT file
  • Fix error in comments saying that concatenation would be row-wise using data|data (it is column-wise)
  • Add ability to pass y-block info in data (using column labels)
  • Add debug on/off commands to trigger control over socketserver "debug" option
  • Add full-time "debug" option and tie into giving more verbose error messages (as well as timing details)
  • Revise message-posting method to improve speed (queue but do not display messages during a connection)
  • Add disabling of timestamping (improves response speed)
  • Add additional test to parser for "options" input to speed up response time
  • Add customization of window title
  • Fix mistaken references to alias field ".predictions" (should be singular .prediction)
  • Fix index.html to be generic for server address
  • Add true support for "post" calls
  • Fix for broken-up POST message
  • Send "bad request" when no message comes through
  • Perform wait for file test only after socket timeout period (improves speed of socket connections)