Skip to content

Advance to scipy >=1.5.0 #1918

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

Closed
cwhanse opened this issue Nov 29, 2023 · 0 comments · Fixed by #1919
Closed

Advance to scipy >=1.5.0 #1918

cwhanse opened this issue Nov 29, 2023 · 0 comments · Fixed by #1919
Milestone

Comments

@cwhanse
Copy link
Member

cwhanse commented Nov 29, 2023

#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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants