Release Notes Solo Predictor Version 2 0: Difference between revisions

From Eigenvector Research Documentation Wiki
Jump to navigation Jump to search
imported>Jeremy
(New page: ==Changes and Bug Fixes in Version 2.0== ===High-level Changes=== * Updated to be compatible with PLS_Toolbox/Solo 5.2 * Example code and interface includes EigenvectorTools interface...)
 
imported>Jeremy
No edit summary
 
(One intermediate revision by the same user not shown)
Line 3: Line 3:
===High-level Changes===
===High-level Changes===
* Updated to be compatible with PLS_Toolbox/Solo 5.2
* Updated to be compatible with PLS_Toolbox/Solo 5.2
* Example code and interface includes [[EigenvectorTools]] interface options
* Example code and interface includes new ActiveX and .NET [[EigenvectorTools]] interface options
* Added ability to include comments in scripts using % # or //
* Added ability to include comments in scripts using % # or //
* Added End Of Message [EOM] string option to indicate when message is complete
* Added End Of Message [EOM] string option to indicate when message is complete
* Added options control over timeouts (tickletimeout, emptytimeout, eomtimeout)
* Added options control over timeouts (tickletimeout, emptytimeout, eomtimeout)
* Add additional security for :writefile command
:* require writefilefolder option to be set in socketserver before command will work
:* do not allow changing to HIGHER level folder than writefilefolder
:* do not allow using anything by .tem file as template
:* do not allow writing to .tem files as output
:* add corresponding writefilefolder item to default.xml


===Low-level Changes and Bug Fixes===
===Low-level Changes and Bug Fixes===

Latest revision as of 09:29, 15 June 2009

Changes and Bug Fixes in Version 2.0

High-level Changes

  • Updated to be compatible with PLS_Toolbox/Solo 5.2
  • Example code and interface includes new ActiveX and .NET EigenvectorTools interface options
  • Added ability to include comments in scripts using % # or //
  • Added End Of Message [EOM] string option to indicate when message is complete
  • Added options control over timeouts (tickletimeout, emptytimeout, eomtimeout)

Low-level Changes and Bug Fixes

  • Append lasterror info instead of replacing (debug mode)
  • Make sure log folder exists
  • Fix for warning when indexing into matrix with numerical values
  • Set default configuration to allow loopback only
  • Fix bug associated with empty string assignment: x = ; becomes x = '[]'; (still returns empty, but doesn't give odd indexing error anymore)
  • Remove all tab characters (causes str2cell to have problems)
  • Add placeholder for licensecode (so user knows where to hard-code their code if desired)
  • Fix for requesting "who" when no variables exist in private workspace