We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0e6363 commit 27d636fCopy full SHA for 27d636f
nisext/__init__.py
@@ -5,3 +5,9 @@
5
and dipy use them.
6
"""
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