Skip to content

Vendor up#1218

Merged
ogrisel merged 2 commits intojoblib:masterfrom
ogrisel:bump-vendored-libs
Sep 13, 2021
Merged

Vendor up#1218
ogrisel merged 2 commits intojoblib:masterfrom
ogrisel:bump-vendored-libs

Conversation

@ogrisel
Copy link
Copy Markdown
Contributor

@ogrisel ogrisel commented Sep 10, 2021

Loky 3.0.0 and cloudpickle 2.0.0.

@codecov
Copy link
Copy Markdown

codecov bot commented Sep 10, 2021

Codecov Report

Merging #1218 (2bb9963) into master (0426d6b) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1218   +/-   ##
=======================================
  Coverage   88.73%   88.73%           
=======================================
  Files          47       47           
  Lines        7050     7050           
=======================================
  Hits         6256     6256           
  Misses        794      794           
Impacted Files Coverage Δ
joblib/memory.py 95.37% <0.00%> (-0.26%) ⬇️
joblib/pool.py 88.61% <0.00%> (+0.81%) ⬆️

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 0426d6b...2bb9963. Read the comment docs.

@ogrisel ogrisel merged commit 96c8e1c into joblib:master Sep 13, 2021
netbsd-srcmastr pushed a commit to NetBSD/pkgsrc that referenced this pull request Oct 7, 2021
Release 1.1.0
Fix byte order inconsistency issue during deserialization using joblib.load in cross-endian environment: the numpy arrays are now always loaded to use the system byte order, independently of the byte order of the system that serialized the pickle. joblib/joblib#1181
Fix joblib.Memory bug with the ignore parameter when the cached function is a decorated function. joblib/joblib#1165
Fix joblib.Memory to properly handle caching for functions defined interactively in a IPython session or in Jupyter notebook cell. joblib/joblib#1214
Update vendored loky (from version 2.9 to 3.0) and cloudpickle (from version 1.6 to 2.0) joblib/joblib#1218
jjerphan pushed a commit to jjerphan/joblib that referenced this pull request Oct 11, 2021
netbsd-srcmastr pushed a commit to NetBSD/pkgsrc that referenced this pull request Oct 14, 2021
Release 1.1.0
Fix byte order inconsistency issue during deserialization using joblib.load in cross-endian environment: the numpy arrays are now always loaded to use the system byte order, independently of the byte order of the system that serialized the pickle. joblib/joblib#1181
Fix joblib.Memory bug with the ignore parameter when the cached function is a decorated function. joblib/joblib#1165
Fix joblib.Memory to properly handle caching for functions defined interactively in a IPython session or in Jupyter notebook cell. joblib/joblib#1214
Update vendored loky (from version 2.9 to 3.0) and cloudpickle (from version 1.6 to 2.0) joblib/joblib#1218
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.

1 participant