Skip to content

MTN vendor loky2.1.4#708

Merged
ogrisel merged 4 commits intojoblib:masterfrom
tomMoral:MTN_loky2.1.4
Jul 2, 2018
Merged

MTN vendor loky2.1.4#708
ogrisel merged 4 commits intojoblib:masterfrom
tomMoral:MTN_loky2.1.4

Conversation

@tomMoral
Copy link
Copy Markdown
Contributor

Vendor loky2.1.4 which should fixes #707

@codecov
Copy link
Copy Markdown

codecov bot commented Jun 29, 2018

Codecov Report

Merging #708 into master will decrease coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master    #708      +/-   ##
=========================================
- Coverage    95.1%   95.1%   -0.01%     
=========================================
  Files          40      40              
  Lines        5746    5743       -3     
=========================================
- Hits         5465    5462       -3     
  Misses        281     281
Impacted Files Coverage Δ
joblib/test/test_parallel.py 96.45% <100%> (-0.17%) ⬇️
joblib/_parallel_backends.py 94.8% <0%> (-1.21%) ⬇️
joblib/disk.py 88.33% <0%> (+6.66%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update bb027ab...61d6cec. Read the comment docs.

@ogrisel ogrisel merged commit 00eb96e into joblib:master Jul 2, 2018
@tomMoral tomMoral deleted the MTN_loky2.1.4 branch July 2, 2018 08:35
yarikoptic added a commit to yarikoptic/joblib that referenced this pull request Jul 28, 2018
* tag '0.12.1':
  Release 0.12.1
  fix kwonlydefaults key error in filter_args (joblib#715)
  MNT fix some "undefined name" flake8 warnings (joblib#713).
  from importlib import reload for Python 3 (joblib#675)
  MTN vendor loky2.1.4 (joblib#708)
yarikoptic added a commit to yarikoptic/joblib that referenced this pull request Jul 28, 2018
* releases: (121 commits)
  Release 0.12.1
  fix kwonlydefaults key error in filter_args (joblib#715)
  MNT fix some "undefined name" flake8 warnings (joblib#713).
  from importlib import reload for Python 3 (joblib#675)
  MTN vendor loky2.1.4 (joblib#708)
  Release 0.12
  typo
  typo
  typo
  ENH add initializer limiting n_threads for C-libs (joblib#701)
  DOC better parallel docstring (joblib#704)
  [MRG] Nested parallel call thread bomb mitigation (joblib#700)
  MTN vendor loky2.1.3 (joblib#699)
  Make it possible to configure the reusable executor workers timeout (joblib#698)
  MAINT increase timeouts to make test more robust on travis
  DOC: use the .joblib extension instead of .pkl (joblib#697)
  [MRG] Fix exception handling in nested parallel calls (joblib#696)
  Fix skip test lz4 not installed (joblib#695)
  [MRG] numpy_pickle:  several enhancements (joblib#626)
  Introduce Parallel.__call__ backend callbacks (joblib#689)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Regression in 0.12: different exception type than PicklingError when arguments of Parallel can not be pickled

2 participants