Conversation
Codecov Report
@@ Coverage Diff @@
## master #802 +/- ##
========================================
- Coverage 95.39% 95.3% -0.1%
========================================
Files 44 44
Lines 6346 6308 -38
========================================
- Hits 6054 6012 -42
- Misses 292 296 +4
Continue to review full report at Codecov.
|
|
@tomMoral The failing test is expected on windows: it's no longer possible to naively use any interactively defined functions with the multiprocessing backend with the spawn start method. I think we should just skip this test under windows with the multiprocessing backend. |
|
Let me resolve the conflict with master. |
|
Appveyor is confused by the merge commit done by the github web UI. |
|
I rand the scikit-learn tests from scikit-learn master with this branch of joblib and all tests pass. |
|
Note that before merging this PR, we need to do a bug-fix release of Another missing part in this PR is to document the |
|
Ooops I deleted this comment by mistake: This fixes: scikit-learn/scikit-learn#12250. |
|
@tomMoral alright let's release loky 2.4.1 from the current master and re-update this joblib PR with it. |
|
We got an error on appveyor with: in This is annoying but I don't think it's related to loky. |
* 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
* 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
Bump the version of
lokyto 2.4.0.This update changes the default behavior of
joblib:cloudpickleis used by default to serialize the tasks. Note that this might cause some performance drop in particular for large python objects.