Releases: nipype/pydra
Releases · nipype/pydra
0.6
- removing the tutorial to a separate repo
- adding windows tests to codecov
- accepting
None
as a valid output from aFunctionTask
, also for function that returns multiple values - fixing slurm error files
- adding
wf._connection
tochecksum
- allowing for updates of
wf._connections
- editing output, so it works with
numpy.arrays
- removing
to_job
and pickling task instead (workers read the tasks and set the proper input, so the multile copies of the input are not kept in the memory) - adding standalone function
load_and_run
that can load and run a task from a pickle file - removing
create_pyscript
and simplifying the slurm worker - improving error reports in errors flies
- fixing
make_class
so theOutput
is properly formatted
0.5
- fixing
hash_dir
function - adding
get_available_cpus
to get the number of CPUs available to the current process or available on the system - adding simple implementation for
BoshTask
that uses boutiques descriptor - adding azure to CI
- fixing code for windows
- etelementry updates
- adding more verbose output for task
result
- returns values or indices for input fields - adding an experimental implementation of Dask Worker (limited testing with ci)
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