alphagov / govuk-related-links-recommender

Machine learning model to recommend related content
MIT License
19 stars 4 forks source link

Bump joblib from 1.1.0 to 1.3.2 #196

Closed dependabot[bot] closed 11 months ago

dependabot[bot] commented 11 months ago

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: https://github.com/joblib/joblib/compare/1.3.1...1.3.2

Joblib 1.3.1

What's Changed

Full Changelog: https://github.com/joblib/joblib/compare/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 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[bot] commented 11 months ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.