pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-joblib



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Feb 14 09:01:45 UTC 2019

Modified Files:
        pkgsrc/devel/py-joblib: Makefile PLIST distinfo

Log Message:
py-joblib: updated to 0.13.2

0.13.2:
Add a non-regression test, reporting that cloudpickle versions between 0.5.4 and 0.7 introduced a bug where global variables changes in a parent process between two calls to joblib.Parallel would not 
be propagated into the workers

0.13.1:
Memory now accepts pathlib.Path objects as location parameter. Also, a warning is raised if the returned backend is None while location is not None.

Make Parallel raise an informative RuntimeError when the active parallel backend has zero worker.

Make the DaskDistributedBackend wait for workers before trying to schedule work. This is useful in particular when the workers are provisionned dynamically but provisionning is not immediate (for 
instance using Kubernetes, Yarn or an HPC job queue).


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-joblib/Makefile \
    pkgsrc/devel/py-joblib/PLIST pkgsrc/devel/py-joblib/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-joblib/Makefile
diff -u pkgsrc/devel/py-joblib/Makefile:1.3 pkgsrc/devel/py-joblib/Makefile:1.4
--- pkgsrc/devel/py-joblib/Makefile:1.3 Fri Nov 30 12:20:44 2018
+++ pkgsrc/devel/py-joblib/Makefile     Thu Feb 14 09:01:45 2019
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.3 2018/11/30 12:20:44 adam Exp $
+# $NetBSD: Makefile,v 1.4 2019/02/14 09:01:45 adam Exp $
 
-DISTNAME=      joblib-0.13.0
+DISTNAME=      joblib-0.13.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=j/joblib/}
 
 MAINTAINER=    jihbed.research%gmail.com@localhost
-HOMEPAGE=      http://pythonhosted.org/joblib/
+HOMEPAGE=      https://joblib.readthedocs.io/
 COMMENT=       Set of tools to provide lightweight pipelining
 LICENSE=       modified-bsd
 
Index: pkgsrc/devel/py-joblib/PLIST
diff -u pkgsrc/devel/py-joblib/PLIST:1.3 pkgsrc/devel/py-joblib/PLIST:1.4
--- pkgsrc/devel/py-joblib/PLIST:1.3    Fri Nov 30 12:20:44 2018
+++ pkgsrc/devel/py-joblib/PLIST        Thu Feb 14 09:01:45 2019
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2018/11/30 12:20:44 adam Exp $
+@comment $NetBSD: PLIST,v 1.4 2019/02/14 09:01:45 adam Exp $
 ${PYSITELIB}/${EGG_FILE}
 ${PYSITELIB}/joblib/__init__.py
 ${PYSITELIB}/joblib/__init__.pyc
@@ -257,6 +257,9 @@ ${PYSITELIB}/joblib/test/test_func_inspe
 ${PYSITELIB}/joblib/test/test_hashing.py
 ${PYSITELIB}/joblib/test/test_hashing.pyc
 ${PYSITELIB}/joblib/test/test_hashing.pyo
+${PYSITELIB}/joblib/test/test_init.py
+${PYSITELIB}/joblib/test/test_init.pyc
+${PYSITELIB}/joblib/test/test_init.pyo
 ${PYSITELIB}/joblib/test/test_logger.py
 ${PYSITELIB}/joblib/test/test_logger.pyc
 ${PYSITELIB}/joblib/test/test_logger.pyo
Index: pkgsrc/devel/py-joblib/distinfo
diff -u pkgsrc/devel/py-joblib/distinfo:1.3 pkgsrc/devel/py-joblib/distinfo:1.4
--- pkgsrc/devel/py-joblib/distinfo:1.3 Fri Nov 30 12:20:44 2018
+++ pkgsrc/devel/py-joblib/distinfo     Thu Feb 14 09:01:45 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2018/11/30 12:20:44 adam Exp $
+$NetBSD: distinfo,v 1.4 2019/02/14 09:01:45 adam Exp $
 
-SHA1 (joblib-0.13.0.tar.gz) = 9faa28c77d166f5d72f8827e08b7f44db8c0e321
-RMD160 (joblib-0.13.0.tar.gz) = 3495d1367e26d340aeea310bf2a3e38fba5b223f
-SHA512 (joblib-0.13.0.tar.gz) = af61e1cb36964f550f631e3f7bb886ee6ac012af91c575ea4a6fece667b1003eb164958d2767393361afb75e66bc143a60dcaedb1dd7f35ce8163c28462d9eae
-Size (joblib-0.13.0.tar.gz) = 1576411 bytes
+SHA1 (joblib-0.13.2.tar.gz) = c8aa6b12af1a072e4477623ed488de668ef7c3bf
+RMD160 (joblib-0.13.2.tar.gz) = 64116ec0e9f568c95f1b16cb1c6a1138ad1b35c4
+SHA512 (joblib-0.13.2.tar.gz) = d29c794f6d993bea225af39369228e4950ec970abeb6c82ff69c9db553ce381216258ba96419f7f0d49d0c6ae966a1de9cae8266b14a7416e1aad16e81b1a8a2
+Size (joblib-0.13.2.tar.gz) = 287438 bytes



Home | Main Index | Thread Index | Old Index