Skip to content
Snippets Groups Projects
Commit ee56c3cd authored by Gregory Ashton's avatar Gregory Ashton
Browse files

Version 0.4.1 release

parent 916e8215
No related branches found
No related tags found
No related merge requests found
...@@ -2,6 +2,17 @@ ...@@ -2,6 +2,17 @@
## Unreleased ## Unreleased
### Added
-
### Changed
-
### Removed
-
## [0.4.1] 2019-03-04
### Added ### Added
- Support for JSON result files - Support for JSON result files
- Before sampling a test is performed for redundant priors - Before sampling a test is performed for redundant priors
......
Bootstrap: docker
From: bilbydev/bilby-test-suite-python37
%help
A singularity container for running bilby scripts. To use, simply execute the
container, providing the bilby_script and any additional arguments. E.g.,
./name_of_this_container.simg run_script.py
%post
export PATH="/opt/conda/bin:$PATH"
pip install bilby==0.4.1
%runscript
exec /opt/conda/bin/python "$@"
...@@ -57,7 +57,7 @@ def readfile(filename): ...@@ -57,7 +57,7 @@ def readfile(filename):
return filecontents return filecontents
VERSION = '0.4.0' VERSION = '0.4.1'
version_file = write_version_file(VERSION) version_file = write_version_file(VERSION)
long_description = get_long_description() long_description = get_long_description()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment