Skip to content

0.12.1

Compare
Choose a tag to compare
@djarecka djarecka released this 16 Dec 19:46
92c0a7d
  • fixing TaskBase.__call__ so submitter is not overwritten
  • improving checksum_states so it doesn't calculate the content hash of big files for multiple times (using files_hash that keeps track of all the files)
  • removing output after task is run to save memory
  • adding Directory, int, float, bool, str, and list to the types allowed by output_spec of ShelloCommandTask.
  • adding python 3.9 to GA
  • fixing GA singularity workflow