Hi,
Deprecate `lower` and `transposed` arguments of `linalg.solve` · Issue #23072 · scipy/scipy · GitHub proposes to deprecate and eventually remove two arguments of scipy.linalg.solve
function, for the reasons detailed in the GH issue.
(One suggestion on the issue is to extend the transposed
argument instead of removing it.)
Are you using scipy.linalg.solve
? If so, are you using either of these arguments? How disruptive would a deprecation be for your code?
Please join the discussion over in the github issue (or here if it is more convenient).
Cheers,
Evgeni