Skip to content

Release 2.0.0

Compare
Choose a tag to compare
@JoschD JoschD released this 13 Nov 09:05
· 4 commits to master since this release
507905c

In this major release, the following changes have been implemented, mostly in job_submitter:

  • General code cleanup/refactoring/documentation:

    • Partly breaks backward compatibility, if individual methods of the job_submitter-functionality have been used.
    • Does not affect any setups simply calling the main() function of job_submitter.py or calling the job_submitter as a module.
    • Apart from some fixed imports, following the new structure, the autosix module has been untouched.
  • New Feature of job_submitter:

    • output_destination input parameter, which sets an output directory in which the folder-stucture
      for the jobs will be replicated and the job's job_output_dir will be copied into "manually" at the end of the job,
      instead of having the directory transferred back to the working directory by htcondor.

What's Changed

  • Update to common workflows by @JoschD in #35
  • Add an option to set a destination directory for the simulation output (local) by @JoschD in #34

Full Changelog: 1.1.1...2.0.0