Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 804 Bytes

NEWS.md

File metadata and controls

26 lines (17 loc) · 804 Bytes

crew.cluster 0.1.1.9001 (development)

  • Require crew >= 0.3.0.

crew.cluster 0.1.1

  • Align with breaking changes in crew 0.3.0.
  • Increase seconds_launch to 86400 (1 day).

crew.cluster 0.1.0

  • Submit workers asynchronously (#2).
  • Use system2() instead of processx to submit workers (#2).
  • Add a verbose argument to the SGE launcher to optionally print system2() stdout and stderr.
  • Implement SLURM and PBS/TORQUE launchers (#1, #5, #6).
  • Create an abstract cluster launcher class to combine common elements of cluster launchers.
  • Add a script_directory argument to customize the location of job scripts (#3, @mglev1n).
  • Implement an LSF launcher (#4, @mglev1n).

crew.cluster 0.0.2

  • Fix author spelling in the DESCRIPTION file.

crew.cluster 0.0.1

  • First version.