Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ jobs:
env:
CIBW_BEFORE_BUILD: 'git submodule foreach git checkout ${{ env.BUILD_COMMIT }}'
CIBW_PLATFORM: pyodide
CIBW_BUILD_VERBOSITY: 2
# Tests are slow, and statsmodels is tested out-of-tree on PRs in the main repository
# CIBW_TEST_REQUIRES: pytest
# CIBW_TEST_COMMAND: python -c "import statsmodels; statsmodels.test(['--skip-examples','--skip-slow'])"
Expand Down
2 changes: 1 addition & 1 deletion statsmodels
Submodule statsmodels updated 35 files
+69 −0 .github/workflows/emscripten.yml
+38 −0 CITATION.cff
+2 −0 docs/source/dev/index.rst
+2 −0 docs/source/graphics.rst
+18 −4 docs/source/install.rst
+4 −2 lint.sh
+2 −1 setup.cfg
+29 −71 setup.py
+1 −1 statsmodels/__init__.py
+8 −3 statsmodels/base/tests/test_generic_methods.py
+0 −2 statsmodels/compat/__init__.py
+8 −1 statsmodels/compat/python.py
+25 −0 statsmodels/conftest.py
+14 −10 statsmodels/datasets/tests/test_utils.py
+7 −0 statsmodels/distributions/tests/test_discrete.py
+29 −0 statsmodels/graphics/tests/test_functional.py
+13 −0 statsmodels/graphics/tests/test_gofplots.py
+5 −0 statsmodels/graphics/tests/test_tsaplots.py
+8 −3 statsmodels/graphics/tsaplots.py
+1 −0 statsmodels/stats/tests/test_multi.py
+1 −1 statsmodels/stats/tests/test_pairwise.py
+8 −4 statsmodels/stats/tests/test_rates_poisson.py
+12 −0 statsmodels/tests/test_package.py
+11 −15 statsmodels/tools/_test_runner.py
+0 −11 statsmodels/tools/tools.py
+1 −1 statsmodels/tsa/ardl/_pss_critical_values/pss-process.py
+1 −7 statsmodels/tsa/base/tests/test_tsa_indexes.py
+1 −1 statsmodels/tsa/base/tsa_model.py
+2 −2 statsmodels/tsa/statespace/mlemodel.py
+4 −1 statsmodels/tsa/statespace/sarimax.py
+1 −1 statsmodels/tsa/statespace/tests/test_mlemodel.py
+13 −2 statsmodels/tsa/stattools.py
+5 −1 statsmodels/tsa/tests/test_stattools.py
+3 −0 tools/ci/azure/azure_template_posix.yml
+2 −2 tools/ci/run_test.bat