Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Bump joblib from 0.13.2 to 1.2.0#74

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
dependabot wants to merge1 commit intomaster
base:master
Choose a base branch
Loading
fromdependabot/pip/joblib-1.2.0

Conversation

@dependabot
Copy link

@dependabotdependabotbot commented on behalf ofgithubSep 30, 2022

Bumpsjoblib from 0.13.2 to 1.2.0.

Changelog

Sourced fromjoblib's changelog.

Release 1.2.0

  • Fix a security issue whereeval(pre_dispatch) could potentially runarbitrary code. Now only basic numerics are supported.joblib/joblib#1327

  • Make sure that joblib works even when multiprocessing is not available,for instance with Pyodidejoblib/joblib#1256

  • Avoid unnecessary warnings when workers and main process deletethe temporary memmap folder contents concurrently.joblib/joblib#1263

  • Fix memory alignment bug for pickles containing numpy arrays.This is especially important when loading the pickle withmmap_mode != None as the resultingnumpy.memmap objectwould not be able to correct the misalignment without performinga memory copy.This bug would cause invalid computation and segmentation faultswith native code that would directly access the underlying databuffer of a numpy array, for instance C/C++/Cython code compiledwith older GCC versions or some old OpenBLAS written in platformspecific assembly.joblib/joblib#1254

  • Vendor cloudpickle 2.2.0 which adds support for PyPy 3.8+.

  • Vendor loky 3.3.0 which fixes several bugs including:

    • robustly forcibly terminating worker processes in case of a crash(joblib/joblib#1269);

    • avoiding leaking worker processes in case of nested loky parallelcalls;

    • reliability spawn the correct number of reusable workers.

Release 1.1.0

  • Fix byte order inconsistency issue during deserialization using joblib.loadin cross-endian environment: the numpy arrays are now always loaded touse the system byte order, independently of the byte order of the systemthat serialized the pickle.joblib/joblib#1181

  • Fix joblib.Memory bug with theignore parameter when the cached functionis a decorated function.

... (truncated)

Commits
  • 5991350 Release 1.2.0
  • 3fa2188 MAINT cleanup numpy warnings related to np.matrix in tests (#1340)
  • cea26ff CI test the future loky-3.3.0 branch (#1338)
  • 8aca6f4 MAINT: remove pytest.warns(None) warnings in pytest 7 (#1264)
  • 067ed4f XFAIL test_child_raises_parent_exits_cleanly with multiprocessing (#1339)
  • ac4ebd5 MAINT add back pytest warnings plugin (#1337)
  • a23427d Test child raises parent exits cleanly more reliable on macos (#1335)
  • ac09691 [MAINT] various test updates (#1334)
  • 4a314b1 Vendor loky 3.2.0 (#1333)
  • bdf47e9 Make test_parallel_with_interactively_defined_functions_default_backend timeo...
  • Additional commits viewable incompare 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 ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from theSecurity Alerts page.

Bumps [joblib](https://github.com/joblib/joblib) from 0.13.2 to 1.2.0.- [Release notes](https://github.com/joblib/joblib/releases)- [Changelog](https://github.com/joblib/joblib/blob/master/CHANGES.rst)- [Commits](joblib/joblib@0.13.2...1.2.0)---updated-dependencies:- dependency-name: joblib  dependency-type: direct:production...Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotbot added the dependenciesPull requests that update a dependency file labelSep 30, 2022
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

dependenciesPull requests that update a dependency file

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

1 participant


[8]ページ先頭

©2009-2025 Movatter.jp