Skip to content

Replace nipype.workflows with a shim that imports niflow-nipype1-workflows #2991

Closed
@effigies

Description

@effigies

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions