Skip to content
New issue

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

Scipy 1.13.0 removes scipy.signal.gaussian #4086

Closed
pierrepaleo opened this issue Mar 20, 2024 · 2 comments · Fixed by #4087
Closed

Scipy 1.13.0 removes scipy.signal.gaussian #4086

pierrepaleo opened this issue Mar 20, 2024 · 2 comments · Fixed by #4087
Milestone

Comments

@pierrepaleo
Copy link
Contributor

pierrepaleo commented Mar 20, 2024

Heads-up:

.. warning:: scipy.signal.gaussian is deprecated,
             use scipy.signal.windows.gaussian instead.

(thanks @kif for noticing)

@t20100 t20100 added this to the 2.1.0 milestone Mar 20, 2024
@pierrepaleo
Copy link
Contributor Author

In the end it looks like all usages of scipy.signal.gaussian is through comments.

Sould I still do a PR to replace scipy.signal.gaussian with scipy.signal.windows.gaussian in the comments ?

@t20100
Copy link
Member

t20100 commented Mar 20, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants