Backport of #9270: add Pyodide support and CI jobs for v0.14.x#9365
Merged
bashtage merged 13 commits intostatsmodels:maintenance/0.14.xfrom Sep 17, 2024
Merged
Conversation
|
Hello @agriyakhetarpal! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found: There are currently no PEP 8 issues detected in this Pull Request. Cheers! 🍻 Comment last updated at 2024-09-16 15:45:39 UTC |
1 task
Contributor
Author
|
All tests are passing, I'll remove the workflow trigger. |
agriyakhetarpal
commented
Sep 16, 2024
Member
|
Thanks. |
Contributor
Author
|
@bashtage, you mentioned a while earlier that a 0.14.4 release can be made with this change. Please let me know if you still have it in the ambit; I'm happy to help—where I can—with any other issues or PRs that might be needed for getting into a release. |
Member
|
@agriyakhetarpal 0.14.4 has been released. The Pyodide wheel is here: https://anaconda.org/multibuild-wheels-staging/statsmodels/files?version=0.14.4 Thanks for all the work. |
Contributor
Author
|
Superb, thank you again for all the reviews! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
NumPy's guide.
This PR has been stemmed off from #9166 (comment). It is a backport of #9270 to the 0.14.x branch – the PR originally added Pyodide support and testing improvements through a CI job.
Details
Notes:
needed for doc changes.
then show that it is fixed with the new code.
verify you changes are well formatted by running
flake8is installed. This command is also available on Windowsusing the Windows System for Linux once
flake8is installed in thelocal Linux environment. While passing this test is not required, it is good practice and it help
improve code quality in
statsmodels.