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

Version 0.3.6 release

parent 8eaf237c
No related branches found
Tags 0.3.6
No related merge requests found
......@@ -2,6 +2,14 @@
## Unreleased
### Added
-
### Changed
-
## [0.3.6] 2019-02-10
### Added
- Added the PolyChord sampler, which can be accessed by using `sampler='pypolychord'` in `run_sampler`
- `emcee` now writes all progress to disk and can resume from a previous run.
......
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.3.6
%runscript
exec /opt/conda/bin/python "$@"
......@@ -57,7 +57,7 @@ def readfile(filename):
return filecontents
VERSION = '0.3.5'
VERSION = '0.3.6'
version_file = write_version_file(VERSION)
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