openopt / copt

A Python library for mathematical optimization
http://openo.pt/copt
Other
136 stars 35 forks source link

MAINT: Use non-nested scipy.optimize namespace. #102

Closed arokem closed 1 year ago

arokem commented 1 year ago

This line results in:

/home/johannes.wiesner/.conda/envs/csp_wiesner_johannes/lib/python3.9/site-packages/copt/utils.py:41: DeprecationWarning:

Please use MemoizeJac from the scipy.optimize namespace, the scipy.optimize.optimize namespace is deprecated.

See: https://github.com/richford/groupyr/issues/78.

fabianp commented 1 year ago

thanks!