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

build(deps-dev): bump joblib from 1.2.0 to 1.3.2 #397

Merged
merged 1 commit into from
Aug 28, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 28, 2023

Bumps joblib from 1.2.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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Aug 28, 2023
@codecov
Copy link

codecov bot commented Aug 28, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (02f00cc) 80.97% compared to head (473618d) 80.97%.
Report is 1 commits behind head on master.

❗ Current head 473618d differs from pull request most recent head 3f087a8. Consider uploading reports for the commit 3f087a8 to get more accurate results

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #397   +/-   ##
=======================================
  Coverage   80.97%   80.97%           
=======================================
  Files          60       60           
  Lines        7268     7268           
=======================================
  Hits         5885     5885           
  Misses       1383     1383           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Bumps [joblib](https://github.com/joblib/joblib) from 1.2.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.2.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 force-pushed the dependabot/pip/joblib-1.3.2 branch from 473618d to 3f087a8 Compare August 28, 2023 14:58
@Javagedes Javagedes merged commit ee53134 into master Aug 28, 2023
@Javagedes Javagedes deleted the dependabot/pip/joblib-1.3.2 branch August 28, 2023 15:07
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 python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant