Skip to content

Latest commit

 

History

History
41 lines (25 loc) · 951 Bytes

File metadata and controls

41 lines (25 loc) · 951 Bytes

History

0.2.2 (Current Version)

  • Update to documentation
  • jrnr attempts to remove .lck files if there is a keyboard interrupt or system exit

0.2.1

  • 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 in slurm_runner function calls (:issue:`5`)
  • Adds return_index parameter to slurm_runner (:issue:`7`)

0.2.0 (2017-07-31)

  • Fix interactive bug -- call interactive=True on slurm_runner.run_interactive() (:issue:`1`)
  • Add slurm_runner as module-level import

0.1.2 (2017-07-28)

  • Add interactive capability

0.1.1 (2017-07-28)

  • Fix deployment bugs

0.1.0 (2017-07-28)

  • First release on PyPI.