Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump joblib from 0.15.1 to 1.0.1 #8181

Merged
merged 1 commit into from
May 7, 2021
Merged

Bump joblib from 0.15.1 to 1.0.1 #8181

merged 1 commit into from
May 7, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 11, 2021

Bumps joblib from 0.15.1 to 1.0.1.

Changelog

Sourced from joblib's changelog.

1.0.1

  • dask: avoid redundant scattering of large arguments to make a more efficient use of the network resources and avoid crashing dask with "OSError: [Errno 55] No buffer space available" or "ConnectionResetError: [Errno 104] connection reset by peer". joblib/joblib#1133

1.0.0

  • Make joblib.hash and joblib.Memory caching system compatible with `numpy

    = 1.20.0. Also make it explicit in the documentation that users should now expect to have their joblib.Memorycache invalidated when eitherjoblibor a third party library involved in the cached values definition is upgraded. In particular, users updatingjoblibto a release that includes this fix will see their previous cache invalidated if they contained reference tonumpy` objects. joblib/joblib#1136

  • Remove deprecated check_pickle argument in delayed. joblib/joblib#903

Release 0.17.0

  • Fix a spurious invalidation of Memory.cache'd functions called with Parallel under Jupyter or IPython. joblib/joblib#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.

Release 0.16.0

  • Fix a problem in the constructors of of Parallel backends classes that inherit from the AutoBatchingMixin that prevented the dask backend to properly batch short tasks. joblib/joblib#1062

  • Fix a problem in the way the joblib dask backend batches calls that would badly interact with the dask callable pickling cache and lead to wrong results or errors. joblib/joblib#1055

  • Prevent a dask.distributed bug from surfacing in joblib's dask backend during nested Parallel calls (due to joblib's auto-scattering feature) joblib/joblib#1061

... (truncated)

Commits
  • 4ea15ee Release 1.0.1
  • c952c22 DOC fix simple typo: utilitiees -> utilities (#1144)
  • a3f63bf joblib+dask: Cooperative scattering between concurrent dispatching coroutines...
  • 311d8be Back to dev mode on master
  • 302c241 Fix description in PKG-INFO
  • 4eaa202 Release 1.0.0
  • 4759d63 MAINT make it possible to build the doc without fork start_method (#1138)
  • 69f2b09 Fix numpy.dtype hashing for numpy >= 1.20 (#1136)
  • 87b6e94 Update some joblib-dask integration tests (#1132)
  • 8c2cbd9 Remove check_pickle argument in delayed. (#903)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually

@dependabot dependabot bot added the type:dependencies Pull requests that update a dependency file label Mar 11, 2021
@dependabot dependabot bot requested a review from alwx March 11, 2021 16:58
@dependabot dependabot bot force-pushed the dependabot-pip-joblib-1.0.1 branch 3 times, most recently from 74fca3d to dff437d Compare March 16, 2021 10:16
@dependabot dependabot bot force-pushed the dependabot-pip-joblib-1.0.1 branch 2 times, most recently from 48beead to c91687b Compare March 25, 2021 15:24
@dependabot dependabot bot force-pushed the dependabot-pip-joblib-1.0.1 branch 4 times, most recently from 6268279 to 456fb7d Compare April 12, 2021 18:47
@dependabot dependabot bot force-pushed the dependabot-pip-joblib-1.0.1 branch 2 times, most recently from c00ab69 to 902f126 Compare April 19, 2021 10:19
@dependabot dependabot bot force-pushed the dependabot-pip-joblib-1.0.1 branch 3 times, most recently from 18cadbf to c6d6cc9 Compare April 29, 2021 09:03
@dependabot dependabot bot force-pushed the dependabot-pip-joblib-1.0.1 branch 3 times, most recently from 19bf3aa to 397f9ec Compare May 7, 2021 11:34
@alwx
Copy link
Contributor

alwx commented May 7, 2021

@dependabot rebase

Bumps [joblib](https://github.com/joblib/joblib) from 0.15.1 to 1.0.1.
- [Release notes](https://github.com/joblib/joblib/releases)
- [Changelog](https://github.com/joblib/joblib/blob/master/CHANGES.rst)
- [Commits](joblib/joblib@0.15.1...1.0.1)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot-pip-joblib-1.0.1 branch from 397f9ec to 88d25db Compare May 7, 2021 13:23
@alwx alwx merged commit 32b640f into main May 7, 2021
@alwx alwx deleted the dependabot-pip-joblib-1.0.1 branch May 7, 2021 13:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant