Skip to content

Commit

Permalink
Merge pull request #1170 from effigies/mnt/deprecate-nisext
Browse files Browse the repository at this point in the history
MNT: Officially deprecate nisext
  • Loading branch information
effigies authored Jan 3, 2023
2 parents ea962d5 + 290e34a commit dd811b3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions nisext/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,10 @@
nibabel uses these routines, and houses them, and installs them. nipy-proper
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 dd811b3

Please sign in to comment.