0.12.1
- fixing
TaskBase.__call__
sosubmitter
is not overwritten - improving
checksum_states
so it doesn't calculate the content hash of big files for multiple times (usingfiles_hash
that keeps track of all the files) - removing output after task is run to save memory
- adding
Directory
,int
,float
,bool
,str
, andlist
to the types allowed byoutput_spec
ofShelloCommandTask
. - adding python 3.9 to GA
- fixing GA singularity workflow