Chris Markiewicz
Chris Markiewicz
```Python In [19]: @pydra.mark.task ...: def f(a, b=1): ...: return a + b ...: In [20]: g = f() In [21]: g(a=3).output.out Out[21]: 4 In [22]: g(a=3, b=2).output.out Out[22]: 5...
Working with latest `master`... I'm trying to add an `update_spec(spec, dict)` function that would make it easier to separate initialization and argument population and solve issues like #417 by simply...
It would be good to start work on a migration guide for Nipype 1 users to Pydra. Some ideas for sections: * How to rewrite your existing interface as a...
In discussions at the Brainhack, the question of conditional tasks came up again, so it seems worth reviving. I think the most comprehensive previous discussion was in https://github.com/nipy/nipype/issues/2539, but I...
Closes #77 and fixes the CI. This takes us one step further out from `list_comments`. The idea here is that the initial parser considers comments and whitespace-only lines a "prefix"...
@satra Do we care about publishing Docker images? I believe they were mainly used for courses, which I assume are no longer going to be using nipype 1?
The main figure is now small. Main other change is upgrading Sphinx 4.5 to 5.0. Investigation and PRs welcome! ### 1.8.2 https://nipype.readthedocs.io/en/1.8.2/  ### 1.8.1 https://nipype.readthedocs.io/en/1.8.1/ 
Closes #2803. The format is up for debate, but this is what we use internally, and it's pretty reasonable. cc @lestropie
### What happened? We're still emitting both `bold.json` and `bold.dtseries.json` for CIFTI outputs. This is a holdover from needing to maintain backwards compatibility in a minor release series while adding...