Backport of #9270: add Pyodide support and CI jobs for v0.14.x#9365
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 |
|
All tests are passing, I'll remove the workflow trigger. |
|
Thanks. |
|
@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. |
|
@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. |
|
Superb, thank you again for all the reviews! |
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.