Skip to content

Bump joblib from 0.16.0 to 0.17.0

WKDV Bot requested to merge dependabot/pip/joblib-0.17.0 into develop

Bumps joblib from 0.16.0 to 0.17.0.

Changelog

Sourced from joblib's changelog.

Release 0.17.0

  • Fix a spurious invalidation of Memory.cache'd functions called with Parallel under Jupyter or IPython. https://github.com/joblib/joblib/pull/1093

  • Bump vendored loky to 2.9.0 and cloudpickle to 1.6.0. In particular this fixes a problem to add compat for Python 3.9.

Commits
  • 27ccbb8 Release 0.17.0
  • d5c8274 Vendor latest cloudpickle and loky (#1111)
  • 0c3444f Make ray optional to launch the tests
  • 49a2c10 Avoid Memory collision between notebooks with same function name (#1097)
  • 09672ff [docs] Add ray backend in the docs of parallel_backend. (#1110)
  • 440b1b8 Update changelog
  • 43cfb4d Prevent spurious cache clearing when calling a cached func inside a Parallel ...
  • e6977d1 MAINT cloudpickle 1.5.0 (#1090)
  • bc8c8cf DOC update the maintainers doc
  • 43a077e MAINT: unpin sphinx for readthedocs
  • Additional commits viewable in compare view

Merge request reports