Releases: nipype/pydra
Releases · nipype/pydra
0.19
What's Changed
- MNT: Require cloudpickle >= 2.0 by @effigies in #517
- updating test pydra GA by @djarecka in #519
- TST: Decrease divergence between Task/Workflow _run_task by @mgxd in #518
- simplifying ShellCommandTask.cmdline by @djarecka in #520
- Use functools.wraps in task decorator by @tclose in #533
- RF: Submitter logic. by @mgxd in #524
- changed to sge/slurm checks, moving to utils by @djarecka in #537
- disabling etelemetry for testing by @djarecka in #542
- DOC: Use effigies fork of sphinxcontrib-versioning by @effigies in #544
- removing res.output.stderr from docker tests by @djarecka in #543
- Split command line using quote respecting shlex.split instead of ' '.split by @tclose in #545
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #534
- function in output_file_template by @djarecka in #553
- allow more output types to use callables by @yibeichan in #557
New Contributors
- @yibeichan made their first contribution in #557
Full Changelog: 0.18...0.19
0.18
What's Changed
- Rf/state by @djarecka in #499
- added filename to FileNotFoundError messages by @dafrose in #504
- fixing two tests by @djarecka in #514
- removing teststyle GA, we are using pre-commit by @djarecka in #515
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #511
New Contributors
Full Changelog: 0.17...0.18
0.17
What's Changed
- Rerun errored by @chasejohnson3 in #483
- adding a default name for shell tasks by @djarecka in #485
- reverting adding absolute_path by @JW-96 in #489
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #490
- [fix] bringing back fname_presuffix and fixing copyfiles functions by @djarecka in #494
- Ci/ci and pre-commit updates by @djarecka in #493
- changing repo for sphinxcontrib-versioning by @djarecka in #495
- [FIX] Gracefully handle empty
input_spec
arg passed to Workflow init by @tclose in #497 - Prevent recursive attr->dict conversion of FunctionTask inputs by @tclose in #503
- Sun Grid Engine: SGEWorker by @chasejohnson3 in #472
- Fixes SerialWorker Implementation by @tclose in #507
New Contributors
- @pre-commit-ci made their first contribution in #490
- @tclose made their first contribution in #497
Full Changelog: 0.16.2...0.17
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