pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-joblib py-joblib: updated to 0.13.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/54454cdf3da4
branches:  trunk
changeset: 319517:54454cdf3da4
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Feb 14 09:01:45 2019 +0000

description:
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).

diffstat:

 devel/py-joblib/Makefile |   6 +++---
 devel/py-joblib/PLIST    |   5 ++++-
 devel/py-joblib/distinfo |  10 +++++-----
 3 files changed, 12 insertions(+), 9 deletions(-)

diffs (53 lines):

diff -r 9dbbb2c876b5 -r 54454cdf3da4 devel/py-joblib/Makefile
--- a/devel/py-joblib/Makefile  Thu Feb 14 08:57:44 2019 +0000
+++ b/devel/py-joblib/Makefile  Thu Feb 14 09:01:45 2019 +0000
@@ -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
 
diff -r 9dbbb2c876b5 -r 54454cdf3da4 devel/py-joblib/PLIST
--- a/devel/py-joblib/PLIST     Thu Feb 14 08:57:44 2019 +0000
+++ b/devel/py-joblib/PLIST     Thu Feb 14 09:01:45 2019 +0000
@@ -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_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
diff -r 9dbbb2c876b5 -r 54454cdf3da4 devel/py-joblib/distinfo
--- a/devel/py-joblib/distinfo  Thu Feb 14 08:57:44 2019 +0000
+++ b/devel/py-joblib/distinfo  Thu Feb 14 09:01:45 2019 +0000
@@ -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