Releases: nipype/pydra
Releases · nipype/pydra
0.4
- reorganization of the
State
class, fixing small issues with the class - fixing some paths issues on windows os
- adding osx and window sto the travis runs (right now allowing for failures for windows)
- adding
PydraStateError
for exception in theState
class - small fixes to the hashing functions, adding more tests
- adding
hash_dir
to calculate hash forDirectory
type
0.3.1
- passing
wf.cache_locations
to the task - using
rerun
from submitter to all task - adding
test_rerun
andpropagate_rerun
for workflows - fixing task with a full combiner
- adding
cont_dim
to specify dimensionality of the input variables (how much the input is nested)
0.3
- adding sphinx documentation
- moving from
dataclasses
toattrs
- adding
container
flag to theShellCommandTask
- fixing
cmdline
,command_args
andcontainer_args
for tasks with states - adding
CONTRIBUTING.md
- fixing hash calculations for inputs with a list of files
- using
attr.NOTHING
for input that is not set
0.2.2
0.2.1
0.2
-
big changes in
ShellTask
,DockerTask
andSingularityTask
- customized input specification and output specification for
Task
s - adding singularity checks to Travis CI
- binding all input files to the container
- customized input specification and output specification for
-
changes in
Workflow
- passing all outputs to the next node:
lzout.all_
- fixing inner splitter
- passing all outputs to the next node:
-
allowing for
splitter
andcombiner
updates -
adding
etelementry
support