Date: Sun, 7 May 2023 21:20:38 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 982695957c6a - main - math/py-statsmodels: Update to 0.14.0 Message-ID: <202305072120.347LKcB4049406@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=982695957c6abd3ac55c3500d7eabd302d9f1c10 commit 982695957c6abd3ac55c3500d7eabd302d9f1c10 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-05-07 21:13:38 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-05-07 21:13:38 +0000 math/py-statsmodels: Update to 0.14.0 Changes: https://github.com/statsmodels/statsmodels/releases https://www.statsmodels.org/stable/release/index.html --- math/py-statsmodels/Makefile | 5 ++--- math/py-statsmodels/distinfo | 6 +++--- math/py-statsmodels/pkg-plist | 8 ++++++++ 3 files changed, 13 insertions(+), 6 deletions(-) diff --git a/math/py-statsmodels/Makefile b/math/py-statsmodels/Makefile index c36e43514354..7ac048cecc67 100644 --- a/math/py-statsmodels/Makefile +++ b/math/py-statsmodels/Makefile @@ -1,6 +1,5 @@ PORTNAME= statsmodels -PORTVERSION= 0.13.5 -PORTREVISION= 1 +PORTVERSION= 0.14.0 CATEGORIES= math python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -21,7 +20,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.17,1:math/py-numpy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}patsy>=0.5.2:math/py-patsy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}scipy>=1.3:science/py-scipy@${PY_FLAVOR} -USES= python:3.7+ shebangfix +USES= python:3.8+ shebangfix USE_PYTHON= autoplist concurrent cython distutils SHEBANG_GLOB= *.py diff --git a/math/py-statsmodels/distinfo b/math/py-statsmodels/distinfo index 817f1421cef9..b1e582a32024 100644 --- a/math/py-statsmodels/distinfo +++ b/math/py-statsmodels/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1669057913 -SHA256 (statsmodels-0.13.5.tar.gz) = 593526acae1c0fda0ea6c48439f67c3943094c542fe769f8b90fe9e6c6cc4871 -SIZE (statsmodels-0.13.5.tar.gz) = 18364957 +TIMESTAMP = 1683478916 +SHA256 (statsmodels-0.14.0.tar.gz) = 6875c7d689e966d948f15eb816ab5616f4928706b180cf470fd5907ab6f647a4 +SIZE (statsmodels-0.14.0.tar.gz) = 19374614 diff --git a/math/py-statsmodels/pkg-plist b/math/py-statsmodels/pkg-plist index c2bc5581e0d4..a7822be5d42d 100644 --- a/math/py-statsmodels/pkg-plist +++ b/math/py-statsmodels/pkg-plist @@ -13,6 +13,7 @@ %%PORTEXAMPLES%%%%EXAMPLESDIR%%/notebooks/chi2_fitting.ipynb %%PORTEXAMPLES%%%%EXAMPLESDIR%%/notebooks/contrasts.ipynb %%PORTEXAMPLES%%%%EXAMPLESDIR%%/notebooks/copula.ipynb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/notebooks/count_hurdle.ipynb %%PORTEXAMPLES%%%%EXAMPLESDIR%%/notebooks/deterministics.ipynb %%PORTEXAMPLES%%%%EXAMPLESDIR%%/notebooks/discrete_choice_example.ipynb %%PORTEXAMPLES%%%%EXAMPLESDIR%%/notebooks/discrete_choice_overview.ipynb @@ -30,16 +31,19 @@ %%PORTEXAMPLES%%%%EXAMPLESDIR%%/notebooks/influence_glm_logit.ipynb %%PORTEXAMPLES%%%%EXAMPLESDIR%%/notebooks/interactions_anova.ipynb %%PORTEXAMPLES%%%%EXAMPLESDIR%%/notebooks/kernel_density.ipynb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/notebooks/linear_regression_diagnostics_plots.ipynb %%PORTEXAMPLES%%%%EXAMPLESDIR%%/notebooks/lowess.ipynb %%PORTEXAMPLES%%%%EXAMPLESDIR%%/notebooks/markov_autoregression.ipynb %%PORTEXAMPLES%%%%EXAMPLESDIR%%/notebooks/markov_regression.ipynb %%PORTEXAMPLES%%%%EXAMPLESDIR%%/notebooks/mediation_survival.ipynb %%PORTEXAMPLES%%%%EXAMPLESDIR%%/notebooks/metaanalysis1.ipynb %%PORTEXAMPLES%%%%EXAMPLESDIR%%/notebooks/mixed_lm_example.ipynb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/notebooks/mstl_decomposition.ipynb %%PORTEXAMPLES%%%%EXAMPLESDIR%%/notebooks/ols.ipynb %%PORTEXAMPLES%%%%EXAMPLESDIR%%/notebooks/ordinal_regression.ipynb %%PORTEXAMPLES%%%%EXAMPLESDIR%%/notebooks/pca_fertility_factors.ipynb %%PORTEXAMPLES%%%%EXAMPLESDIR%%/notebooks/plots_boxplots.ipynb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/notebooks/postestimation_poisson.ipynb %%PORTEXAMPLES%%%%EXAMPLESDIR%%/notebooks/predict.ipynb %%PORTEXAMPLES%%%%EXAMPLESDIR%%/notebooks/quantile_regression.ipynb %%PORTEXAMPLES%%%%EXAMPLESDIR%%/notebooks/quasibinomial.ipynb @@ -69,8 +73,11 @@ %%PORTEXAMPLES%%%%EXAMPLESDIR%%/notebooks/statespace_tvpvar_mcmc_cfa.ipynb %%PORTEXAMPLES%%%%EXAMPLESDIR%%/notebooks/statespace_varmax.ipynb %%PORTEXAMPLES%%%%EXAMPLESDIR%%/notebooks/stationarity_detrending_adf_kpss.ipynb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/notebooks/stats_poisson.ipynb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/notebooks/stats_rankcompare.ipynb %%PORTEXAMPLES%%%%EXAMPLESDIR%%/notebooks/stl_decomposition.ipynb %%PORTEXAMPLES%%%%EXAMPLESDIR%%/notebooks/theta-model.ipynb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/notebooks/treatment_effect.ipynb %%PORTEXAMPLES%%%%EXAMPLESDIR%%/notebooks/tsa_arma_0.ipynb %%PORTEXAMPLES%%%%EXAMPLESDIR%%/notebooks/tsa_arma_1.ipynb %%PORTEXAMPLES%%%%EXAMPLESDIR%%/notebooks/tsa_dates.ipynb @@ -100,6 +107,7 @@ %%PORTEXAMPLES%%%%EXAMPLESDIR%%/python/influence_glm_logit.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/python/interactions_anova.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/python/kernel_density.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/python/linear_regression_diagnostics_plots.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/python/lowess.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/python/markov_autoregression.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/python/markov_regression.py
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202305072120.347LKcB4049406>