We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4e673f2 + efc993d commit cdf2919Copy full SHA for cdf2919
fooof/__init__.py
@@ -4,8 +4,7 @@
4
5
# Deprecation of fooof / move to specparam message
6
# Note: this warning is for fooof v1.1 specifically, and should be removed in specparam 2.0
7
-from warnings import warn, simplefilter
8
-simplefilter('always') # make sure user sees it once, on every import
+from warnings import warn
9
DEPRECATION_TEXT = ("\nThe `fooof` package is being deprecated and replaced by the "
10
"`specparam` (spectral parameterization) package."
11
"\nThis version of `fooof` (1.1) is fully functional, but will not be further updated."
fooof/version.py
@@ -1 +1 @@
1
-__version__ = '1.1.0rc2'
+__version__ = '1.1.0rc3'
0 commit comments