All Versions
9
Latest Version
Avg Release Cycle
95 days
Latest Release
1433 days ago

Changelog History

  • v2.2.1 Changes

    May 24, 2020
    • ๐Ÿ›  fix python2 unicode support
    • โœ‚ remove unneeded dependencies
  • v2.2 Changes

    March 12, 2020
    • ๐Ÿ›  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 Changes

    July 05, 2019

    ๐Ÿ›  Bugfixes

    • ๐Ÿ›  fix SLURM job search returning wrong result when no jobs
    • ๐Ÿ›  fix UNICODE support in python2 for environment variables
  • v2.1.4 Changes

    June 20, 2019

    ๐Ÿ›  Bugfixes:

    • Accidental embedding of quotes into squeue listing broke SLURM dependencies
  • v2.1.3 Changes

    June 07, 2019

    ๐Ÿš€ A few bugs fixed after some testing of a new deployment c/o @egarza

    • ๐Ÿ‘ท always check for parallel before submitting jobs
    • 0๏ธโƒฃ 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 Changes

    June 07, 2019

    ๐Ÿ›  Fix dependency specification on SLURM

  • v2.1.1 Changes

    May 23, 2019

    ๐Ÿ›  Fix single job submission

  • v2.1 Changes

    February 25, 2019
    • โž• Added proper setup.py for dependencies
    • Threads per command in local run
    • ๐Ÿ›  Fix slurm logfile naming based on single or array jobs
    • ๐Ÿšš Move binary checks to presubmission so help works
    • ๐Ÿ›  UTF-8 and python3 encoding fixes
  • v2.0.2 Changes

    April 28, 2018

    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