Skip to content

Releases: vatlab/sos

Release of 0.6.4

12 Jun 01:19
Compare
Choose a tag to compare
Release of 0.6.4 Pre-release
Pre-release

This release comes with a new parameter syntax and spyder support.

First release with a working Jupyter kernel

15 May 13:50
Compare
Choose a tag to compare

This release comes with a Jupyter kernel so that you can use SoS interactively. Please refer to 'Interactive SoS` in the documentation section for details.

Release of version 0.6.2, with reporting features

02 May 02:56
Compare
Choose a tag to compare

This release includes a new reporting feature that allows users to write report with the analysis.

Various small improvements

24 Apr 03:28
Compare
Choose a tag to compare
Pre-release
0.6.1

Prepare 0.6.1 release

Better linux support and dynamic input and output

19 Apr 02:39
Compare
Choose a tag to compare

This version fixes docker support under linux where selinux might disallow the execution of mounted script. It also supports dynamic input and output where input and output are determined at run time.

More stable docker support and some bug fixes

14 Apr 22:25
Compare
Choose a tag to compare
0.5.9

Update Python version requirement; bump SoS version

Some bug fixes and action download.

09 Apr 04:29
Compare
Choose a tag to compare
Pre-release

This version fixes all pending bugs and improves docker related actions. It also introduces a download action that can be used to download multiple resource files simultaneously.

Better docker and nested workflow support.

07 Apr 15:20
Compare
Choose a tag to compare

This release introduces three runtime options

docker_file
docker_image
docker_volumes

Option docker_file import a docker file, docker_image pull or use an existing docker image, and docker_volumes specified how to share local disks to the docker container. With docker_image specified, all script-executing actions such as run and python would execute script inside the container.

This release also significantly changes the implementation of nested workflows. Its syntax has been changed from

[A=B+C: source='bc.sos']

to

[A]
sos_run('B+C', source='bc.sos')

for a cleaner syntax and more flexibility. Please refer to the SoS documentation for details.

Release of version 0.5.5

03 Apr 05:04
Compare
Choose a tag to compare
Pre-release

This version uses billiard module of Python Celery to address a problem with nested workflows. It also adds a lot more actions for the execution of different types of scripts.

Version 0.5.4

29 Mar 14:31
Compare
Choose a tag to compare
Version 0.5.4 Pre-release
Pre-release

This version changes the name and scope of step variables