We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9000943 commit 290e34aCopy full SHA for 290e34a
nisext/__init__.py
@@ -4,3 +4,10 @@
4
nibabel uses these routines, and houses them, and installs them. nipy-proper
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