You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#1827 adds iam.convert and iam.fit. These functions need a bounded, vectorized minimization. That is provided in scipy>=1.5.0 via method='power' method for optimize.minimize. scipy is on 1.11.x now, 1.5.0 was release 20/6/2020.
Describe the solution you'd like
Advance minimum scipy to 1.5.0
Describe alternatives you've considered
Test imported version of scipy and throw error (in iam.convert and iam.fit) if scipy<1.5.0
The text was updated successfully, but these errors were encountered:
#1827 adds
iam.convert
andiam.fit
. These functions need a bounded, vectorized minimization. That is provided in scipy>=1.5.0 viamethod='power'
method foroptimize.minimize
. scipy is on 1.11.x now, 1.5.0 was release 20/6/2020.Describe the solution you'd like
Advance minimum scipy to 1.5.0
Describe alternatives you've considered
Test imported version of scipy and throw error (in
iam.convert
andiam.fit
) if scipy<1.5.0The text was updated successfully, but these errors were encountered: