Skip to content

Commit

Permalink
Release version 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gaow committed Jan 4, 2020
1 parent 2d34824 commit c30a93b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,11 @@ all existing files. We apologize for the inconveniences it incurs.

## Change Log

### 0.4.2

- Issue #214 for container support.
- SoS bumped to version 0.21.5 for container support.

### 0.4.0

- Issue #194
Expand All @@ -99,7 +104,7 @@ all existing files. We apologize for the inconveniences it incurs.

- Issue #154
- Add a remote job option `nodes_per_job` and provide such mechanism to run on multiple nodes.
- SoS bumped to version 0.20.2
- SoS bumped to version 0.20.2.

0.3.9

Expand Down
2 changes: 1 addition & 1 deletion dscrutils/DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: dscrutils
Encoding: UTF-8
Type: Package
Version: 0.4.1
Version: 0.4.2
Date: 2019-12-03
Title: Dynamic Statistical Comparisons R Interface
Authors@R: c(person("Gao","Wang",role=c("aut","cre"),
Expand Down
2 changes: 1 addition & 1 deletion src/dsc_translator.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ def pull_images(self, containers):
try:
execute_workflow(script, workflow='container', options=dict(verbosity=1))
except Exception as e:
raise ModuleNotFoundError(f'Container ``{container}`` must have DSC software (including R package dscrutils) installed in order to be used in DSC environment.')
raise ModuleNotFoundError(f'Please make sure ``{container}`` is available (locally or online) and has DSC software (including R package dscrutils) installed for use in DSC environment.')

def get_dependency(self):
res = dict()
Expand Down
2 changes: 1 addition & 1 deletion src/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.4.1'
__version__ = '0.4.2'

0 comments on commit c30a93b

Please sign in to comment.