Release v0.12.0
Pre-release
Pre-release
[0.12.0] - 2023-05-05
Added
- Basic support for NERSC's sshproxy tool which uses MFA to generate SSH keys
[0.11.0] - 2023-05-02
Added
- Added instructions to the
README
for the remote machine's dependencies.
Changed
- Automatically apply the
"parsable": ""
option by default if not set by the user.
[0.10.0] - 2023-05-01
Added
- Modified executor to use
srun
in slurm script, instead of injecting python code and calling python directly. - Added new parameters to
SlurmExecutor
to allow finer control of jobs via options forsrun
and in-script commands (see README.md). - Added
srun_append
parameter allowing insertion of intermediate command (see README.md). - Added
prerun_commands
andpostrun_commands
parameters allowing execution of in-script shell commands before and after the workflow submission viasrun
(see README.md).
[0.9.0] - 2023-04-30
Added
- Added a new kwarg,
cert_file
, toSlurmExecutor
that allows for a certificate file to be passed.
Changed
- Changed the
_client_connect
function to output the connection object only since the first positional argument cannot get used.
Operations
- Added Alejandro to paul blart group