Skip to content

Releases: vatlab/sos

A maintenance release for better interaction with sos notebook

21 May 01:06
Compare
Choose a tag to compare

A bug fix and performance improvement release

29 Mar 17:42
Compare
Choose a tag to compare

Major improvements include the use of SSH multiplexing to improve the performance of remote operations.

Fixes two bugs with 0.19.0.

02 Mar 02:15
Compare
Choose a tag to compare

The bugs will only affect large workflows but worth a release.

Major performance improvement

28 Feb 03:40
Compare
Choose a tag to compare

This release addresses a few long standing problems with the execution of large sos workflows with nested workflows.

Supports for named input and output

11 Jan 03:46
Compare
Choose a tag to compare

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

07 Nov 01:58
Compare
Choose a tag to compare

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

21 Jun 16:13
Compare
Choose a tag to compare

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

17 Jun 02:12
d7df11c
Compare
Choose a tag to compare

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

28 Feb 03:56
af20887
Compare
Choose a tag to compare

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

16 Feb 13:46
Compare
Choose a tag to compare

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.