Added (user)
- PR 170: SlurmSpawner: add `req_gres` to specify `-go-res`.
- PR 137: GridEngineSpawner: spawner will now add the following system environment values to the spawner environment, in accordance with the Univa Admin Guide: `SGE_CELL`, `SGE_EXECD`, `SGE_ROOT`, `SGE_CLUSTER_NAME`, `SGE_QMASTER_PORT`, `SGE_EXECD_PORT`, `PATH`
Added (developer)
- PR 187: support for unknown job state
Changed
- PR 177: Fail on first error in batch script by setting `set -e` to script templates.
- PR 165: SlurmSpawner: Update template to use `--chdir` instead of `--workdir`. Users of Slurm older than 17.11 may need to revert this locally.
- PR 189: remove bashism from default script template
- PR 195: fix exception handling in run_command
- PR 198: change from Travis to gh-actions for testing
- PR 196: documentation
- PR 199: update setup.py