diff options
author | adam <adam@pkgsrc.org> | 2017-05-21 09:07:37 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2017-05-21 09:07:37 +0000 |
commit | fa9deab91d6046ff19a133d91471e55b788bbae7 (patch) | |
tree | 25a3fb5256500be742ee9297ad85c4c19237e9ad | |
parent | 0ed8cb833619fd18bc99c8e9f18557973044ff1c (diff) | |
download | pkgsrc-fa9deab91d6046ff19a133d91471e55b788bbae7.tar.gz |
Release 0.8.0
The main features of this release are several new time series models based on the statespace framework, multiple imputation using MICE as well as many other enhancements. The codebase also has been updated to be compatible with recent numpy and pandas releases.
Statsmodels is using now github to store the updated documentation which is available under http://www.statsmodels.org/stable for the last release, and http://www.statsmodels.org/dev/ for the development version.
-rw-r--r-- | math/py-statsmodels/Makefile | 6 | ||||
-rw-r--r-- | math/py-statsmodels/PLIST | 14 | ||||
-rw-r--r-- | math/py-statsmodels/distinfo | 10 |
3 files changed, 21 insertions, 9 deletions
diff --git a/math/py-statsmodels/Makefile b/math/py-statsmodels/Makefile index 6fd1167f5e9..cc59e701037 100644 --- a/math/py-statsmodels/Makefile +++ b/math/py-statsmodels/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1 2016/07/15 07:35:50 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2017/05/21 09:07:37 adam Exp $ -DISTNAME= statsmodels-0.8.0rc1 +DISTNAME= statsmodels-0.8.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= math MASTER_SITES= ${MASTER_SITE_PYPI:=s/statsmodels/} @@ -10,11 +10,11 @@ HOMEPAGE= http://statsmodels.sourceforge.net/ COMMENT= Statistical computations and models for use with SciPy LICENSE= modified-bsd +DEPENDS+= ${PYPKGPREFIX}-cython>=0.14.1:../../devel/py-cython DEPENDS+= ${PYPKGPREFIX}-pandas>=0.14.1:../../math/py-pandas DEPENDS+= ${PYPKGPREFIX}-patsy>=0.3.0:../../math/py-patsy DEPENDS+= ${PYPKGPREFIX}-scipy>=0.12.0:../../math/py-scipy -.include "../../devel/py-cython/buildlink3.mk" .include "../../lang/python/egg.mk" .include "../../math/py-numpy/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/math/py-statsmodels/PLIST b/math/py-statsmodels/PLIST index 9414dbb5bb1..e4c2c2d04c2 100644 --- a/math/py-statsmodels/PLIST +++ b/math/py-statsmodels/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2016/07/15 07:35:50 wiz Exp $ +@comment $NetBSD: PLIST,v 1.2 2017/05/21 09:07:37 adam Exp $ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt @@ -1513,6 +1513,9 @@ ${PYSITELIB}/statsmodels/stats/tests/results/framing.csv ${PYSITELIB}/statsmodels/stats/tests/results/influence_lsdiag_R.json ${PYSITELIB}/statsmodels/stats/tests/results/influence_measures_R.csv ${PYSITELIB}/statsmodels/stats/tests/results/influence_measures_bool_R.csv +${PYSITELIB}/statsmodels/stats/tests/results/results_multinomial_proportions.py +${PYSITELIB}/statsmodels/stats/tests/results/results_multinomial_proportions.pyc +${PYSITELIB}/statsmodels/stats/tests/results/results_multinomial_proportions.pyo ${PYSITELIB}/statsmodels/stats/tests/results/results_panelrobust.py ${PYSITELIB}/statsmodels/stats/tests/results/results_panelrobust.pyc ${PYSITELIB}/statsmodels/stats/tests/results/results_panelrobust.pyo @@ -1885,6 +1888,9 @@ ${PYSITELIB}/statsmodels/tsa/statespace/tests/results/results_wpi1_missing_ar3_r ${PYSITELIB}/statsmodels/tsa/statespace/tests/test_dynamic_factor.py ${PYSITELIB}/statsmodels/tsa/statespace/tests/test_dynamic_factor.pyc ${PYSITELIB}/statsmodels/tsa/statespace/tests/test_dynamic_factor.pyo +${PYSITELIB}/statsmodels/tsa/statespace/tests/test_impulse_responses.py +${PYSITELIB}/statsmodels/tsa/statespace/tests/test_impulse_responses.pyc +${PYSITELIB}/statsmodels/tsa/statespace/tests/test_impulse_responses.pyo ${PYSITELIB}/statsmodels/tsa/statespace/tests/test_kalman.py ${PYSITELIB}/statsmodels/tsa/statespace/tests/test_kalman.pyc ${PYSITELIB}/statsmodels/tsa/statespace/tests/test_kalman.pyo @@ -1903,6 +1909,12 @@ ${PYSITELIB}/statsmodels/tsa/statespace/tests/test_representation.pyo ${PYSITELIB}/statsmodels/tsa/statespace/tests/test_sarimax.py ${PYSITELIB}/statsmodels/tsa/statespace/tests/test_sarimax.pyc ${PYSITELIB}/statsmodels/tsa/statespace/tests/test_sarimax.pyo +${PYSITELIB}/statsmodels/tsa/statespace/tests/test_save.py +${PYSITELIB}/statsmodels/tsa/statespace/tests/test_save.pyc +${PYSITELIB}/statsmodels/tsa/statespace/tests/test_save.pyo +${PYSITELIB}/statsmodels/tsa/statespace/tests/test_simulate.py +${PYSITELIB}/statsmodels/tsa/statespace/tests/test_simulate.pyc +${PYSITELIB}/statsmodels/tsa/statespace/tests/test_simulate.pyo ${PYSITELIB}/statsmodels/tsa/statespace/tests/test_smoothing.py ${PYSITELIB}/statsmodels/tsa/statespace/tests/test_smoothing.pyc ${PYSITELIB}/statsmodels/tsa/statespace/tests/test_smoothing.pyo diff --git a/math/py-statsmodels/distinfo b/math/py-statsmodels/distinfo index ce773587636..6ae26e244ab 100644 --- a/math/py-statsmodels/distinfo +++ b/math/py-statsmodels/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1 2016/07/15 07:35:50 wiz Exp $ +$NetBSD: distinfo,v 1.2 2017/05/21 09:07:37 adam Exp $ -SHA1 (statsmodels-0.8.0rc1.tar.gz) = 808bddc2a04e2429c76fb594da05fd2952996292 -RMD160 (statsmodels-0.8.0rc1.tar.gz) = d2547e06657deac9270a9d6c972a4e042b4ffeb3 -SHA512 (statsmodels-0.8.0rc1.tar.gz) = e963c7fc98a8d087df43ef0b6f7807dc25d67713fdf5a74391979604291f194e088ac0669465f6c94da867f58872fcee6cafdfb3ad9d85ce4c903316351734ee -Size (statsmodels-0.8.0rc1.tar.gz) = 9384625 bytes +SHA1 (statsmodels-0.8.0.tar.gz) = bbd5241d5edea5ebfcf1d296005c2ce3b8e1106b +RMD160 (statsmodels-0.8.0.tar.gz) = 9e4226caca648f5398a74776822701c42b09da05 +SHA512 (statsmodels-0.8.0.tar.gz) = 32bb7f36acc16796c445e5f695d958af4525fbbb2d374376fb4a73c972e3796fad05532456cef4aa5ee59d6fce11921174e17bbfc2e05d2488ce1ceac5175239 +Size (statsmodels-0.8.0.tar.gz) = 9464851 bytes |