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 1.1.0 to 1.3.2 #75

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 23, 2023

Bumps joblib from 1.1.0 to 1.3.2.

Release notes

Sourced from joblib's releases.

Joblib 1.3.2

Bug fix release

What's Changed

New Contributors

Full Changelog: joblib/joblib@1.3.1...1.3.2

Joblib 1.3.1

What's Changed

Full Changelog: joblib/joblib@1.3.0...1.3.1

1.3.0

What's Changed

... (truncated)

Changelog

Sourced from joblib's changelog.

Release 1.3.2 -- 2023/08/08

Release 1.3.1 -- 2023/06/29

  • Fix compatibility with python 3.7 by vendor loky 3.4.1 which is compatible with this version. joblib/joblib#1472

Release 1.3.0 -- 2023/06/28

  • Ensure native byte order for memmap arrays in joblib.load. joblib/joblib#1353

  • Add ability to change default Parallel backend in tests by setting the JOBLIB_TESTS_DEFAULT_PARALLEL_BACKEND environment variable. joblib/joblib#1356

  • Fix temporary folder creation in joblib.Parallel on Linux subsystems on Windows which do have /dev/shm but don't have the os.statvfs function joblib/joblib#1353

  • Drop runtime dependency on distutils. distutils is going away in Python 3.12 and is deprecated from Python 3.10 onwards. This import was kept around to avoid breaking scikit-learn, however it's now been long enough since scikit-learn deployed a fixed (verion 1.1 was released in May 2022) that it should be safe to remove this. joblib/joblib#1361

  • A warning is raised when a pickling error occurs during caching operations. In version 1.5, this warning will be turned into an error. For all other

... (truncated)

Commits
  • 942a410 RELEASE 1.3.2 - bugfix release (#1493)
  • 85ab836 FIX init logger parent class in Parallel (#1494)
  • 3d56c25 MTN fix flake8 new error E721: type comparison (#1492)
  • 0c57c18 TST adjust test_regex for Python 3.12 abstract method error (#1476)
  • 4ccc02d FIX n_jobs=None behavior in Parallel and config contexts (#1475)
  • 8be8d32 DOC add public documentation for parallel_backend (#1481)
  • 3c314c1 MNT remove unnecessary file (#1480)
  • 476ff8e RELEASE joblib 1.3.1 - bugfix release - vendoring loky 3.4.1 for compatibilit...
  • b9be27d MTN back to dev mode
  • 22ff2de RELEASE 1.3.0 (#1466)
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

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

---
updated-dependencies:
- dependency-name: joblib
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants