- Compatibility patch allowing commands with underscores to be normalized to dashes in click app returned by jrnr.jrnr.slurm_runner. Thanks for the digging and issue raising @simondgreenhill!
- Documentation & testing improvements
- Update to documentation
jrnr
attempts to remove.lck
files if there is a keyboard interrupt or system exit
- Fix bug in
slurm_runner.do_job
which caused job duplication when race conditions on lock object creation occur (:issue:`3`) - Infer filepath from passed function in
slurm_runner
. Removes need to supply filepath argument inslurm_runner
function calls (:issue:`5`) - Adds
return_index
parameter toslurm_runner
(:issue:`7`)
- Fix interactive bug -- call interactive=True on
slurm_runner.run_interactive()
(:issue:`1`) - Add slurm_runner as module-level import
- Add interactive capability
- Fix deployment bugs
- First release on PyPI.