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:           Fri Nov 30 12:20:44 UTC 2018

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

Log Message:
py-joblib: updated to 0.13.0

Release 0.13.0:
   Fix nested backend in SequentialBackend to avoid changing the default
   backend to Sequential.

    Fix nested_backend behavior to avoid setting the default number of
    workers to -1 when the backend is not dask.

Release 0.12.5

    Include loky 2.3.1 with better error reporting when a worker is
    abruptly terminated. Also fixes spurious debug output.

    Include cloudpickle 0.5.6. Fix a bug with the handling of global
    variables by locally defined functions.

Release 0.12.4

    Include loky 2.3.0 with many bugfixes, notably w.r.t. when setting
    non-default multiprocessing contexts. Also include improvement on
    memory management of long running worker processes and fixed issues
    when using the loky backend under PyPy.

    Raises a more explicit exception when a corrupted MemorizedResult is loaded.

    Loading a corrupted cached file with mmap mode enabled would
    recompute the results and return them without memmory mapping.

Release 0.12.3

    Fix joblib import setting the global start_method for multiprocessing.

    Fix MemorizedResult not picklable.

    Fix Memory, MemorizedFunc and MemorizedResult round-trip pickling +
    unpickling.

    Fixed a regression in Memory when positional arguments are called as
    kwargs several times with different values.

    Integration of loky 2.2.2 that fixes issues with the selection of the
    default start method and improve the reporting when calling functions
    with arguments that raise an exception when unpickling.

    Prevent MemorizedFunc.call_and_shelve from loading cached results to
    RAM when not necessary. Results in big performance improvements


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 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.2 pkgsrc/devel/py-joblib/Makefile:1.3
--- pkgsrc/devel/py-joblib/Makefile:1.2 Tue Aug 14 17:39:32 2018
+++ pkgsrc/devel/py-joblib/Makefile     Fri Nov 30 12:20:44 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2018/08/14 17:39:32 adam Exp $
+# $NetBSD: Makefile,v 1.3 2018/11/30 12:20:44 adam Exp $
 
-DISTNAME=      joblib-0.12.2
+DISTNAME=      joblib-0.13.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=j/joblib/}
Index: pkgsrc/devel/py-joblib/PLIST
diff -u pkgsrc/devel/py-joblib/PLIST:1.2 pkgsrc/devel/py-joblib/PLIST:1.3
--- pkgsrc/devel/py-joblib/PLIST:1.2    Tue Aug 14 17:39:32 2018
+++ pkgsrc/devel/py-joblib/PLIST        Fri Nov 30 12:20:44 2018
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2018/08/14 17:39:32 adam Exp $
+@comment $NetBSD: PLIST,v 1.3 2018/11/30 12:20:44 adam Exp $
 ${PYSITELIB}/${EGG_FILE}
 ${PYSITELIB}/joblib/__init__.py
 ${PYSITELIB}/joblib/__init__.pyc
@@ -114,6 +114,9 @@ ${PYSITELIB}/joblib/externals/loky/backe
 ${PYSITELIB}/joblib/externals/loky/backend/utils.py
 ${PYSITELIB}/joblib/externals/loky/backend/utils.pyc
 ${PYSITELIB}/joblib/externals/loky/backend/utils.pyo
+${PYSITELIB}/joblib/externals/loky/cloudpickle_wrapper.py
+${PYSITELIB}/joblib/externals/loky/cloudpickle_wrapper.pyc
+${PYSITELIB}/joblib/externals/loky/cloudpickle_wrapper.pyo
 ${PYSITELIB}/joblib/externals/loky/process_executor.py
 ${PYSITELIB}/joblib/externals/loky/process_executor.pyc
 ${PYSITELIB}/joblib/externals/loky/process_executor.pyo
@@ -263,6 +266,9 @@ ${PYSITELIB}/joblib/test/test_memmapping
 ${PYSITELIB}/joblib/test/test_memory.py
 ${PYSITELIB}/joblib/test/test_memory.pyc
 ${PYSITELIB}/joblib/test/test_memory.pyo
+${PYSITELIB}/joblib/test/test_module.py
+${PYSITELIB}/joblib/test/test_module.pyc
+${PYSITELIB}/joblib/test/test_module.pyo
 ${PYSITELIB}/joblib/test/test_my_exceptions.py
 ${PYSITELIB}/joblib/test/test_my_exceptions.pyc
 ${PYSITELIB}/joblib/test/test_my_exceptions.pyo
@@ -278,6 +284,9 @@ ${PYSITELIB}/joblib/test/test_numpy_pick
 ${PYSITELIB}/joblib/test/test_parallel.py
 ${PYSITELIB}/joblib/test/test_parallel.pyc
 ${PYSITELIB}/joblib/test/test_parallel.pyo
+${PYSITELIB}/joblib/test/test_store_backends.py
+${PYSITELIB}/joblib/test/test_store_backends.pyc
+${PYSITELIB}/joblib/test/test_store_backends.pyo
 ${PYSITELIB}/joblib/test/test_testing.py
 ${PYSITELIB}/joblib/test/test_testing.pyc
 ${PYSITELIB}/joblib/test/test_testing.pyo
Index: pkgsrc/devel/py-joblib/distinfo
diff -u pkgsrc/devel/py-joblib/distinfo:1.2 pkgsrc/devel/py-joblib/distinfo:1.3
--- pkgsrc/devel/py-joblib/distinfo:1.2 Tue Aug 14 17:39:32 2018
+++ pkgsrc/devel/py-joblib/distinfo     Fri Nov 30 12:20:44 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2018/08/14 17:39:32 adam Exp $
+$NetBSD: distinfo,v 1.3 2018/11/30 12:20:44 adam Exp $
 
-SHA1 (joblib-0.12.2.tar.gz) = 9634a6a2f88d6a64bae5a0e488eb37177391506c
-RMD160 (joblib-0.12.2.tar.gz) = 609a47ce9d00d4dd274140a2833f0bda096b36c7
-SHA512 (joblib-0.12.2.tar.gz) = 9bf93c89681f59d17e735c228d3379df5dff67b4365b59ddea1a062f9547c376e5870e4ece83af8e7cda1ae30e2a2893a4a009e03b7fec798d3574e8ab060267
-Size (joblib-0.12.2.tar.gz) = 289249 bytes
+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



Home | Main Index | Thread Index | Old Index