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:           Sat Dec 14 10:54:16 UTC 2019

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

Log Message:
py-joblib: updated to 0.14.1

Release 0.14.1

Configure the loky workers' environment to mitigate oversubsription with nested multi-threaded code in the following case:

allow for a suitable number of threads for numba (NUMBA_NUM_THREADS);
enable Interprocess Communication for scheduler coordination when the nested code uses Threading Building Blocks (TBB) (ENABLE_IPC=1)
https://github.com/joblib/joblib/pull/951

Fix a regression where the loky backend was not reusing previously spawned workers. https://github.com/joblib/joblib/pull/968

Revert https://github.com/joblib/joblib/pull/847 to avoid using pkg_resources that introduced a performance regression under Windows: https://github.com/joblib/joblib/issues/965


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/py-joblib/Makefile \
    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.5 pkgsrc/devel/py-joblib/Makefile:1.6
--- pkgsrc/devel/py-joblib/Makefile:1.5 Thu Oct 31 10:24:52 2019
+++ pkgsrc/devel/py-joblib/Makefile     Sat Dec 14 10:54:16 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2019/10/31 10:24:52 adam Exp $
+# $NetBSD: Makefile,v 1.6 2019/12/14 10:54:16 adam Exp $
 
-DISTNAME=      joblib-0.14.0
+DISTNAME=      joblib-0.14.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=j/joblib/}
Index: pkgsrc/devel/py-joblib/distinfo
diff -u pkgsrc/devel/py-joblib/distinfo:1.5 pkgsrc/devel/py-joblib/distinfo:1.6
--- pkgsrc/devel/py-joblib/distinfo:1.5 Thu Oct 31 10:24:52 2019
+++ pkgsrc/devel/py-joblib/distinfo     Sat Dec 14 10:54:16 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2019/10/31 10:24:52 adam Exp $
+$NetBSD: distinfo,v 1.6 2019/12/14 10:54:16 adam Exp $
 
-SHA1 (joblib-0.14.0.tar.gz) = 5f8231d7dab803b64843aa07b34fc83471125fb5
-RMD160 (joblib-0.14.0.tar.gz) = 22cad237a0f8dca7085ec9d08e91ba0fc5ae1df6
-SHA512 (joblib-0.14.0.tar.gz) = 4fd2d69c75a24608647bee23b71d3f802145b6b399bc9a2e7b8e22fdcc48272c41cc3c42ad4bfec26261226703c48e7f3d64448d578db994c7bd6daf86037c1d
-Size (joblib-0.14.0.tar.gz) = 301462 bytes
+SHA1 (joblib-0.14.1.tar.gz) = 8657d2fed4d5ebdcb6d62b1a77cbe7f56d93d722
+RMD160 (joblib-0.14.1.tar.gz) = 2229a675e794985fb2396ca5a4c50497da71f605
+SHA512 (joblib-0.14.1.tar.gz) = fa3807ea0c746b6e229c1b2f1451d10526bfbed542f5e503ae9ad396d61b8a67e1057feb36775545816f040925169555fd20b880e955983a09f3aa80286330c8
+Size (joblib-0.14.1.tar.gz) = 299621 bytes



Home | Main Index | Thread Index | Old Index