Closed
Description
I've released https://github.com/niflows/nipype1-workflows/releases/tag/0.0.1. For a minor release, at least two releases in the future, we should replace nipype.workflows
with a shim that does something like:
try:
from niflow.nipype1.workflows import *
except ImportError:
logger.warning("These workflows have been moved to the niflow-nipype1-workflows package. See https://github.com/nipy/nipype/issues/2991.")
Metadata
Metadata
Assignees
Labels
No labels