Skip to content

FIX backward compatibility for nested backend#789

Merged
ogrisel merged 1 commit intojoblib:masterfrom
tomMoral:FIX_backward_compat_backend
Nov 2, 2018
Merged

FIX backward compatibility for nested backend#789
ogrisel merged 1 commit intojoblib:masterfrom
tomMoral:FIX_backward_compat_backend

Conversation

@tomMoral
Copy link
Copy Markdown
Contributor

This solves a backward compatibility issue highlighted here.

Note that I am not sure we should do this because it is backward compat from 0.12.7 to 0.12.0 (ie ~ one month).

@codecov
Copy link
Copy Markdown

codecov bot commented Oct 10, 2018

Codecov Report

Merging #789 into master will increase coverage by 0.71%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #789      +/-   ##
==========================================
+ Coverage   94.66%   95.38%   +0.71%     
==========================================
  Files          44       44              
  Lines        6319     6325       +6     
==========================================
+ Hits         5982     6033      +51     
+ Misses        337      292      -45
Impacted Files Coverage Δ
joblib/test/test_parallel.py 96.84% <100%> (+0.59%) ⬆️
joblib/parallel.py 97.57% <100%> (+0.01%) ⬆️
joblib/_parallel_backends.py 95.6% <0%> (ø) ⬆️
joblib/test/test_memmapping.py 99.41% <0%> (+0.29%) ⬆️
joblib/func_inspect.py 95.45% <0%> (+1.13%) ⬆️
joblib/logger.py 86.84% <0%> (+1.31%) ⬆️
joblib/test/common.py 88.13% <0%> (+1.69%) ⬆️
joblib/test/test_dask.py 98.28% <0%> (+1.71%) ⬆️
joblib/pool.py 91.37% <0%> (+1.72%) ⬆️
... and 2 more

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 acca6b9...bbbb4b3. Read the comment docs.

@GaelVaroquaux
Copy link
Copy Markdown
Member

It seems like a fairly harmless change, so I am +1

@tomMoral tomMoral force-pushed the FIX_backward_compat_backend branch from 944f7c1 to bbbb4b3 Compare October 16, 2018 08:54
@ogrisel ogrisel merged commit 122f5f1 into joblib:master Nov 2, 2018
@ogrisel
Copy link
Copy Markdown
Contributor

ogrisel commented Nov 2, 2018

I thought I had already merged it. Sorry for the delay.

@tomMoral tomMoral deleted the FIX_backward_compat_backend branch November 6, 2018 15:38
yarikoptic added a commit to yarikoptic/joblib that referenced this pull request Apr 12, 2019
* tag '0.13.0':
  Release 0.13.0
  Use https (joblib#805)
  MTN bump loky to 2.4.2 (joblib#804)
  DOC: provide some useful variables for Makefile (joblib#794)
  DOC serialization and processes (joblib#803)
  ENH update loky 2.4.0 (joblib#802)
  FIX backward compatibility for nested backend (joblib#789)
  enable python 3.7 (joblib#795)
  memory: add test for call_and_shelve performance (joblib#791)
  FIX nested backend not changed by SequentialBackend (joblib#792)
  cloudpickle 0.6.0 (joblib#788)
  FIX nested backend setting n_jobs=-1 (joblib#785)
  Raises a more explicit exception when a corrupted MemorizedResult is loaded (joblib#768)
  Back to dev mode
yarikoptic added a commit to yarikoptic/joblib that referenced this pull request Apr 12, 2019
* releases:
  Release 0.13.0
  Use https (joblib#805)
  MTN bump loky to 2.4.2 (joblib#804)
  DOC: provide some useful variables for Makefile (joblib#794)
  DOC serialization and processes (joblib#803)
  ENH update loky 2.4.0 (joblib#802)
  FIX backward compatibility for nested backend (joblib#789)
  enable python 3.7 (joblib#795)
  memory: add test for call_and_shelve performance (joblib#791)
  FIX nested backend not changed by SequentialBackend (joblib#792)
  cloudpickle 0.6.0 (joblib#788)
  FIX nested backend setting n_jobs=-1 (joblib#785)
  Raises a more explicit exception when a corrupted MemorizedResult is loaded (joblib#768)
  Back to dev mode
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.

3 participants