-
-
Notifications
You must be signed in to change notification settings - Fork 25.8k
MAINT remove deprecated sym_pos arguments in scipy.linalg.solve #23617
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
Conversation
Since we have a huge number of failures, I think that we could break down the problem because some deprecations are not simple. |
I think the scipy deprecation changes should definitely be merged. The pandas one, I really haven't managed to understand what they want to do and whether the warning we get is the intended behaviour, so I would leave that for another PR ... |
This reverts commit 3fcea30.
I reverted the pandas changes to keep only the sym_pos ones, let's merge this one! |
This should fix some of the deprecation warnings shown in #23614
xref #23626
sym_pos=True
in scipy solve DEP: add actual DeprecationWarning for sym_pos-keyword of scipy.linalg.solve scipy/scipy#15821. This was actually shown as deprecated for a while in the documentation (ENH: Integrating LAPACK "expert" routines with conditioning warnings for linalg.solve_ family scipy/scipy#6775)df.iloc[:, i] = newvals
. DEPR: df.iloc[:, foo] = bar attempt to set inplace pandas-dev/pandas#45333