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 #6

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Mar 12, 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 @github
Copy link
Author

dependabot bot commented on behalf of github Mar 12, 2021

Dependabot tried to add @alwx as a reviewer to this PR, but received the following error from GitHub:

POST https://api.github.com/repos/metriqteam/rasa/pulls/6/requested_reviewers: 422 - Reviews may only be requested from collaborators. One or more of the users or teams you specified is not a collaborator of the metriqteam/rasa repository. // See: https://docs.github.com/rest/reference/pulls#request-reviewers-for-a-pull-request

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Mar 12, 2021

The following labels could not be found: type:dependencies.

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 a06e847 to 81d6223 Compare April 22, 2021 09:56
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Nov 1, 2021

Superseded by #46.

@dependabot dependabot bot closed this Nov 1, 2021
@dependabot dependabot bot deleted the dependabot-pip-joblib-1.0.1 branch November 1, 2021 13:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
0 participants