v0.16.0
Pre-release
Pre-release
[0.16.0] - 2023-05-12
Added
- A new config variable,
bashrc_path
, which is the path to the bashrc script to source.
Changed
- Removed automatic sourcing of
$HOME/.bashrc
from the SLURM submit script.
Fixed
- Does not put conda-related lines in SLURM script if
conda_env
is set toFalse
or""
. - Changed default config value of
conda_env
fromNone
to""
. - A proper
ValueError
will now be raised ifssh_key_file
is not supplied.