Releases: CoBrALab/qbatch
Releases · CoBrALab/qbatch
v2.3
v2.2.1
v2.2
- Fix log file naming for Slurm non-array jobs
- Add CITATION.cff file
- Update setup.py to fix description on PyPi
- Chunk size can now be unlimited, set size "0" to have unlimited chunk
- Fix workdir vs chdir for old vs new Slurm by using the short "-D" option instead
- Implement container mode for generating jobs to be parsed by external qbatch generated by internal qbatch within a container.
v2.1.5
v2.1.4
v2.1.3
A few bugs fixed after some testing of a new deployment c/o @egarza
- always check for parallel before submitting jobs
- explicitly embed the shell as part of the job commands os that posix_compliant job starting on Torque/PBS/SGE will use the right shell, in cases where the default shell is
/bin/csh
v2.1.2
v2.1.1
Niagara
2.0.2 release
PyPi packaging changed and doesn't automatically include VERSION anymore.
Just code the version into setup.py instead of writing a full MANIFEST.in file