-
Notifications
You must be signed in to change notification settings - Fork 533
[WIP] enh: turn interface into callable #2724
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
If this is for Nipype 1.x, could you set the milestone to 1.1.4? If this is for Nipype 2.0, could you set the target branch to |
I think this should work in nipype 1.0 without much trouble. Therefore, I see under 1.0 anything that makes the jump between 1.0 and 2.0 easier but does not mean to actually implement 2.0. |
Codecov Report
@@ Coverage Diff @@
## master #2724 +/- ##
==========================================
- Coverage 67.44% 64.02% -3.42%
==========================================
Files 340 338 -2
Lines 43164 43122 -42
Branches 5351 5350 -1
==========================================
- Hits 29110 27610 -1500
- Misses 13355 14445 +1090
- Partials 699 1067 +368
Continue to review full report at Codecov.
|
Anything left to this one? |
* master: (27 commits) add optional output sse to FSL dtifit interface update specs [ENH] Move ``nipype.interfaces.ants.LaplacianThickness`` to use ``name_source`` FIX: only select outputs created by split pep errors and use sets for tab_completion comparisons tidy code for tab comletion of inputs and outputs remove superfluous __all__ definition make fix for tab_comnpletion test make tab_comletion test function a normal function fix tab completion for dynamic traits and tidy tests add tab completion with tests modify BaseTraitedSpec for tab completion BF: reuse _gen_filename logic for output_name if not defined Fix doctest Make mrtrix3 FitTensor reg_term conditional on version BF: provide "" into target graph dot depending on networkx version FIX: Pin coverage<5 [FIX] Pin codecov to <5.0 so Travis is fixed ENH: enable/disable resource monitor in the fixture per test FIX: revert changes in generate_dockerfiles.sh ...
* origin/enh/callable:
Hi, just a reminder that the 1.1.8 release is targeted for January 28. Please let us know if you'd like to try to finish this up for that release. |
This pull request is "orphaned," which means it has been deemed to be abandoned by its original author. Orphaned pull requests have not been rejected, and we hope that if a user sees one that will meet their needs with a little work, that they will fork it and open a new pull request (or, in the case of the original author, reopen the original PR). We ask that all adopted PRs be updated to merge or rebase the current master. If you would like to adopt a PR and need help getting started, any of a number of contributors will be happy to help. |
turning interfaces into a callable to support dask based operations.