Date: Wednesday, June 26, 2019 @ 09:59:53
  Author: aginiewicz
Revision: 484348

upgpkg: python-statsmodels 0.10.0-1

python-statsmodels: new upstream release

Modified:
  python-statsmodels/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2019-06-26 09:59:15 UTC (rev 484347)
+++ PKGBUILD    2019-06-26 09:59:53 UTC (rev 484348)
@@ -5,8 +5,8 @@
 # TODO: create X-12-ARIMA or X-13ARIMA-SEATS (can be used for time-series 
analysis)
 
 pkgname='python-statsmodels'
-pkgver=0.9.0
-pkgrel=3
+pkgver=0.10.0
+pkgrel=1
 pkgdesc="Statistical computations and models for use with SciPy"
 arch=('x86_64')
 url="http://statsmodels.sourceforge.net/";
@@ -15,9 +15,10 @@
 makedepends=('python-setuptools' 'cython')
 optdepends=('python-nose: needed for integrated test suite'
             'python-matplotlib: needed for plotting functions'
+           'python-joblib:  accelerate distributed estimation for certain 
models'
            'jupyter: needed to run the notebooks')
 source=("https://github.com/statsmodels/statsmodels/archive/v${pkgver}.tar.gz";)
-sha256sums=('4ab219c776bf5b2187645c0ccb00cf8564c6c17541ae66ab96503f07368197d3')
+sha256sums=('3aae6454480f485821a8e5761a0456030bc7e41f01648b177d141899f06588e6')
 
 build() {
   cd "$srcdir"/statsmodels-${pkgver}

Reply via email to