Skip to content

Commit

Permalink
Merge pull request #305 from fooof-tools/depwarn
Browse files Browse the repository at this point in the history
[MNT] - Update deprecation warning
  • Loading branch information
TomDonoghue authored Sep 13, 2023
2 parents 4e673f2 + efc993d commit cdf2919
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions fooof/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@

# Deprecation of fooof / move to specparam message
# Note: this warning is for fooof v1.1 specifically, and should be removed in specparam 2.0
from warnings import warn, simplefilter
simplefilter('always') # make sure user sees it once, on every import
from warnings import warn
DEPRECATION_TEXT = ("\nThe `fooof` package is being deprecated and replaced by the "
"`specparam` (spectral parameterization) package."
"\nThis version of `fooof` (1.1) is fully functional, but will not be further updated."
Expand Down
2 changes: 1 addition & 1 deletion fooof/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.1.0rc2'
__version__ = '1.1.0rc3'

0 comments on commit cdf2919

Please sign in to comment.