14
0
forked from pool/python-joblib

75 Commits

Author SHA256 Message Date
Stephan Kulow
5a37a92e61 Accepting request 682599 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/682599
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-joblib?expand=0&rev=7
2019-03-10 08:37:04 +00:00
Tomáš Chvátal
cb72ccabdc Accepting request 682533 from home:jayvdb:py-check-failures
- Remove no longer necessary pytest argument
  -k 'not test_no_blas_crash_or_freeze_with_subprocesses'

OBS-URL: https://build.opensuse.org/request/show/682533
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-joblib?expand=0&rev=24
2019-03-07 16:42:34 +00:00
2a0d6bedb9 Accepting request 669904 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/669904
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-joblib?expand=0&rev=6
2019-02-01 10:45:44 +00:00
dcc6efe0f4 Accepting request 669903 from home:mcepl:branches:devel:languages:python
- Update to Release 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).

OBS-URL: https://build.opensuse.org/request/show/669903
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-joblib?expand=0&rev=22
2019-01-29 16:01:24 +00:00
78d8bfe879 Accepting request 663428 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/663428
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-joblib?expand=0&rev=5
2019-01-08 11:29:42 +00:00
Todd R
ba4d2ca665 Accepting request 663427 from home:TheBlackCat:branches:devel:languages:python
- update to Release 0.13.0
  * Include loky 2.4.2 with default serialization with ``cloudpickle``.
    This can be tweaked with the environment variable ``LOKY_PICKLER``.
  * Fix nested backend in SequentialBackend to avoid changing the default
    backend to Sequential. (#792)
  * Fix nested_backend behavior to avoid setting the default number of
    workers to -1 when the backend is not dask. (#784)
- Update to 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.
- Update to 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.
- Update to Release 0.12.3
  * Fix joblib import setting the global start_method for multiprocessing.
  * Fix MemorizedResult not picklable (#747).
  * Fix Memory, MemorizedFunc and MemorizedResult round-trip pickling +
    unpickling (#746).
  * Fixed a regression in Memory when positional arguments are called as
    kwargs several times with different values (#751).
  * 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
- Update to Release 0.12.2
  * Integrate loky 2.2.0 to fix regression with unpicklable arguments and
    functions reported by users (#723, #643).
  * Loky 2.2.0 also provides a protection against memory leaks long running
    applications when psutil is installed (reported as #721).
  * Joblib now includes the code for the dask backend which has been updated
    to properly handle nested parallelism and data scattering at the same
    time (#722).
  * Restored some private API attribute and arguments
    (`MemorizedResult.argument_hash` and `BatchedCalls.__init__`'s
    `pickle_cache`) for backward compat. (#716, #732).
  * Fix a deprecation warning message (for `Memory`'s `cachedir`) (#720).

OBS-URL: https://build.opensuse.org/request/show/663427
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-joblib?expand=0&rev=20
2019-01-07 20:40:52 +00:00
daa3b5ae7a Accepting request 662604 from devel:languages:python
- Disable blas test as it is very flaky outside of x86_64

OBS-URL: https://build.opensuse.org/request/show/662604
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-joblib?expand=0&rev=4
2019-01-03 17:09:28 +00:00
Tomáš Chvátal
9751f114fa - Disable blas test as it is very flaky outside of x86_64
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-joblib?expand=0&rev=18
2019-01-03 07:07:58 +00:00
c542feb092 Accepting request 625713 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/625713
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-joblib?expand=0&rev=3
2018-07-28 10:44:11 +00:00
Tomáš Chvátal
2dcf4e43ab Accepting request 625598 from home:jengelh:branches:devel:languages:python
- Use noun phrase in summary.

OBS-URL: https://build.opensuse.org/request/show/625598
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-joblib?expand=0&rev=16
2018-07-27 08:24:19 +00:00
fd4b317ee3 Accepting request 624255 from devel:languages:python
- Enable tests

- specfile:
  * remove devel requirement
- update to version 0.12.1:
  * Make sure that any exception triggered when serializing jobs in
    the queue will be wrapped as a PicklingError as in past versions
    of joblib.
  * Fix kwonlydefaults key error in filter_args (#715)
- changes from version 0.12:
  * Implement the 'loky' backend with @ogrisel. This backend relies on
    a robust implementation of concurrent.futures.ProcessPoolExecutor
    with spawned processes that can be reused accross the Parallel
    calls. This fixes the bad interation with third paty libraries
    relying on thread pools, described in
    https://pythonhosted.org/joblib/parallel.html#bad-interaction-of-multiprocessing-and-third-party-libraries
  * Limit the number of threads used in worker processes by
    C-libraries that relies on threadpools. This functionality works
    for MKL, OpenBLAS, OpenMP and Accelerated.
  * Prevent numpy arrays with the same shape and data from hashing to
    the same memmap, to prevent jobs with preallocated arrays from
    writing over each other.
  * Reduce overhead of automatic memmap by removing the need to hash
    the array.
  * Make Memory.cache robust to PermissionError (errno 13) under
    Windows when run in combination with Parallel.
  * The automatic array memory mapping feature of Parallel does no
    longer use /dev/shm if it is too small (less than 2 GB). In
    particular in docker containers /dev/shm is only 64 MB by default
    which would cause frequent failures when running joblib in Docker

OBS-URL: https://build.opensuse.org/request/show/624255
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-joblib?expand=0&rev=2
2018-07-22 21:04:18 +00:00
Tomáš Chvátal
067943c263 - Enable tests
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-joblib?expand=0&rev=14
2018-07-20 11:48:55 +00:00
Tomáš Chvátal
4e8bbf4af9 Accepting request 623917 from home:apersaud:branches:devel:languages:python
update to latest version

OBS-URL: https://build.opensuse.org/request/show/623917
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-joblib?expand=0&rev=13
2018-07-20 06:57:21 +00:00
554f3e6732 Accepting request 574766 from devel:languages:python
python joblib

OBS-URL: https://build.opensuse.org/request/show/574766
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-joblib?expand=0&rev=1
2018-02-14 08:28:51 +00:00
8275325e7c disable tests
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-joblib?expand=0&rev=11
2018-02-09 16:24:56 +00:00
Tomáš Chvátal
da05c7ede5 Accepting request 563705 from home:jengelh:branches:devel:languages:python
- Ensure neutrality of description.

OBS-URL: https://build.opensuse.org/request/show/563705
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-joblib?expand=0&rev=10
2018-01-11 22:24:17 +00:00
Todd R
6288f8eda7 Accepting request 497353 from home:TheBlackCat:branches:devel:languages:python
- Implement single-spec version.
- Run tests.
- Fix source URL.
- Update to version 0.11.

OBS-URL: https://build.opensuse.org/request/show/497353
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-joblib?expand=0&rev=9
2017-05-22 17:04:15 +00:00
Todd R
13c9f496a7 Accepting request 308554 from home:TheBlackCat:branches:devel:languages:python
Disable non-functional documentation

OBS-URL: https://build.opensuse.org/request/show/308554
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-joblib?expand=0&rev=8
2015-05-24 18:18:50 +00:00
Denisart Benjamin
bba9212c80 Accepting request 209862 from home:posophe:branches:devel:languages:python
update

OBS-URL: https://build.opensuse.org/request/show/209862
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-joblib?expand=0&rev=7
2013-12-08 19:52:26 +00:00
Sascha Peilicke
cc1e58142d - Require python-setuptools instead of distribute (upstreams merged)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-joblib?expand=0&rev=6
2013-10-24 11:07:23 +00:00
Sascha Peilicke
237d26dbe2 Python3 moved to devel:languages:python3
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-joblib?expand=0&rev=5
2013-06-17 12:51:42 +00:00
Sascha Peilicke
6227b4eef5 Accepting request 154986 from home:posophe:branches:devel:languages:python
Update

OBS-URL: https://build.opensuse.org/request/show/154986
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-joblib?expand=0&rev=4
2013-02-11 09:13:38 +00:00
Sascha Peilicke
57a110663b Accepting request 137810 from science
- Add Group field in doc package for SLE 11

OBS-URL: https://build.opensuse.org/request/show/137810
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-joblib?expand=0&rev=3
2012-10-11 07:17:31 +00:00
Todd R
452990e6f5 Fix python3 spec file
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-joblib?expand=0&rev=2
2012-09-05 18:52:41 +00:00
Todd R
9e85447ac6 - Initial version
- Initial version

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-joblib?expand=0&rev=1
2012-09-05 18:37:21 +00:00