We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Heads-up:
.. warning:: scipy.signal.gaussian is deprecated, use scipy.signal.windows.gaussian instead.
(thanks @kif for noticing)
The text was updated successfully, but these errors were encountered:
In the end it looks like all usages of scipy.signal.gaussian is through comments.
scipy.signal.gaussian
Sould I still do a PR to replace scipy.signal.gaussian with scipy.signal.windows.gaussian in the comments ?
scipy.signal.windows.gaussian
Sorry, something went wrong.
It's also used in the examples.
It changed in scipy 1.1.0 (May 2018).
PR welcomed to replace with the up-to-date namespace in comments and examples.
Successfully merging a pull request may close this issue.
Heads-up:
(thanks @kif for noticing)
The text was updated successfully, but these errors were encountered: