Release Notes Solo Predictor Version 4 3: Difference between revisions
Jump to navigation
Jump to search
(Created page with "==Changes in Version 4.3== Version 4.3 of Solo_Predictor was released in January 2023. ===Packaging and Compatibility Changes=== * Updated to be compatible with Release_Note...") |
|||
Line 5: | Line 5: | ||
===New Script Commands=== | ===New Script Commands=== | ||
* ''':whichpython''' - returns the name of the Python virtual environment required for this Solo_Predictor. e.g. “pls_toolbox_windows_38” | * ''':whichpython''' - returns the name of the Python virtual environment required for this Solo_Predictor. e.g. “pls_toolbox_windows_38” | ||
* ''':versionshort''' - returns short version information, product and version number, e.g. “Solo_Predictor 4.3” | * ''':versionshort''' - returns short version information, product and version number, e.g. “Solo_Predictor 4.3” | ||
(See [https://www.wiki.eigenvector.com/index.php?title=Solo_Predictor_Script_Construction Solo Predictor Scripting Page] ) | |||
===Other Changes=== | ===Other Changes=== | ||
* '''Model Incompatibility''' - A check is made for model version incompatibility when loading models from file. A useful error message is reported if a loaded model's version is too new for this Solo_Predictor. | * '''Model Incompatibility''' - A check is made for model version incompatibility when loading models from file. A useful error message is reported if a loaded model's version is too new for this Solo_Predictor. |
Revision as of 11:30, 31 January 2023
Changes in Version 4.3
Version 4.3 of Solo_Predictor was released in January 2023.
Packaging and Compatibility Changes
- Updated to be compatible with PLS_Toolbox/Solo 9.2
New Script Commands
- :whichpython - returns the name of the Python virtual environment required for this Solo_Predictor. e.g. “pls_toolbox_windows_38”
- :versionshort - returns short version information, product and version number, e.g. “Solo_Predictor 4.3”
(See Solo Predictor Scripting Page )
Other Changes
- Model Incompatibility - A check is made for model version incompatibility when loading models from file. A useful error message is reported if a loaded model's version is too new for this Solo_Predictor.