Releases: nipype/pydra
Releases · nipype/pydra
0.16.2
0.16.1
0.16
0.15.1
0.15
- fixing copyfile input
- adding flexibility to position of the shell task fields
- Simplify output_spec definition and population
- Various adjustments to ShellCommandTask
- adding full traceback to the error files
- updating Ubuntu for CI
- fixing templates with float formatting and multiple fields
- fixing hashing function for numpy objects
- fixing call function for Workflow
- adding container dimension concept to the
split
method - adding
LazyField
for MultiInputFiles - fixing issues with
SoftFileLock
withasyncio
- style and black updates
- fixing connections with multiple inputs
0.14.1
0.14
0.13
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
0.12
- removing
checksum
fromsubmitter
andworkers
to avoid hash calculation before running the tasks (usinguid
instead) - saving the hash values for files to avoid content hash recalculation (the content is recalculated only if the time of the last modification has changed)
- adding
MultiInputFile
andMultiOutputFile
to the pydra special types - fixing environment variable for GithubAction CI
- fixing
input_spec
forShellCommandTask
with thecontainer_info
, specbases
has to be changedDockerSpec
orSingularitySpec
in order to be used byDocker/SingularityTask
- fixing automatic binding detections for
ContainerTask
that have files as input (is_local_file
is now slightly more robust that work for input that has more complex type in the spec) - expanding
callable
function used in fieldmetadata
, it can now useoutput_dir
, entireinputs
object or a specificfield
from theinputs