Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions nisext/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,10 @@
nibabel uses these routines, and houses them, and installs them. nipy-proper
and dipy use them.
"""

import warnings

warnings.warn(
"""The nisext package is deprecated as of NiBabel 5.0 and will be fully
removed in NiBabel 6.0"""
)