Skip to content
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

[MRG] Bump statsmodels to 0.14.0 #556

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

tgsmith61591
Copy link
Member

Description

Bumps the required version of statsmodels from 0.13.2 to 0.14.0. This was done as part of debugging #480, and should close #492

Copy link
Member

@aaronreidsmith aaronreidsmith left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, but we'll either need to drop the lowest supported version specifically for Python 3.7, or get #548 across the finish line to get tests to pass

Comment on lines +10 to +11
statsmodels==0.14.0; python_version <= '3.10'
statsmodels==0.14.0; python_version == '3.11'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit, could combine these. Initially this was split out by lowest-supported version per Python version (3.11 did not have 0.13.3 available)

Comment on lines +12 to +13
"statsmodels==0.14.0; python_version <= '3.10'",
"statsmodels==0.14.0; python_version == '3.11'",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same as above

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 this pull request may close these issues.

[BUG] ARIMA MLE convergence failure in a case where it is not obvious why it would fail to converge
2 participants