Releases: vatlab/sos
A maintenance release for better interaction with sos notebook
A bug fix and performance improvement release
Major improvements include the use of SSH multiplexing to improve the performance of remote operations.
Fixes two bugs with 0.19.0.
The bugs will only affect large workflows but worth a release.
Major performance improvement
This release addresses a few long standing problems with the execution of large sos workflows with nested workflows.
Supports for named input and output
This version of SoS adds support for named input and output, and related functions named_output
and output_from
. Please refer to the SoS github page for details.
zmq-based implementation with many enhancement
The core of sos was overhauled to use zmq for better scalability and stability. A number of new features such as named input have also been introduced. Please check the README of SoS for details.
Better execution of sos workflows in sos notebook
This version merges most of the interactive executor with the batch executor of SoS and makes sure that workflows executable in batch mode can also be executed correctly in interactive mode, regardless of the different running environments. This is enforced by executing all unit tests of sos inside sos notebook.
Support for workflow dependence
Among other features, this version support the use of sos_step
target to let a step depend on a process-oriented workflow.
A bug fix releases with better windows support
This release fixes all unit tests for windows and added minor features such as showing a summary of remote tasks in command sos status -q
.
Re-packaged with all actions and targets
This release of SoS includes actions and targets from all language modules (e.g. R_Library
) so that it is enough to install sos on a remote host.