Skip to content

Commit 290e34a

Browse files
committed
MNT: Officially deprecate nisext
1 parent 9000943 commit 290e34a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

nisext/__init__.py

+7
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,10 @@
44
nibabel uses these routines, and houses them, and installs them. nipy-proper
55
and dipy use them.
66
"""
7+
8+
import warnings
9+
10+
warnings.warn(
11+
"""The nisext package is deprecated as of NiBabel 5.0 and will be fully
12+
removed in NiBabel 6.0"""
13+
)

0 commit comments

Comments
 (0)