Skip to content

Commit

Permalink
MNT: Officially deprecate nisext
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Jan 1, 2023
1 parent d0e6363 commit 27d636f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions nisext/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,9 @@
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"""
)

0 comments on commit 27d636f

Please sign in to comment.