Skip to content

Commit 27d636f

Browse files
committed
MNT: Officially deprecate nisext
1 parent d0e6363 commit 27d636f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

nisext/__init__.py

+6
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,9 @@
55
and dipy use them.
66
"""
77

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)