-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
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
DEP: add actual DeprecationWarning for sym_pos-keyword of scipy.linalg.solve #15821
Conversation
scipy.linalg.solve
[skip azp] [skip actions]
[skip actions] [skip azp]
Thanks @j-bowhay. There are a few instances of scipy/scipy/optimize/_linprog_ip.py Line 117 in 8a64c93
scipy/scipy/signal/_fir_filter_design.py Line 1053 in 071c570
which needs to be converted to |
Looks good now. Thanks @j-bowhay , @h-vetinari, @mdhaber . |
Reference issue
Closes #15735
What does this implement/fix?
The
sym_pos
keyword ofscipy.linalg.solve
has been deprecated in the documentation but no explicit warning is raised. This pr raises a deprecation warning so thatsym_pos
can be removed in SciPy 1.11.0.Additional information