Hello everyone!
I have opened a pr, #22386, to deprecate the atol
parameter in scipy.optimize.nnls
.
The main changes include:
- Deprecating the
atol
parameter - Adding a warning indicates that the parameter will be removed in SciPy 1.18.0 in the doc string
- Hopefully closes gh-21484
Thanks,
Yahya