transferwise / pipelinewise-target-redshift

Singer.io Target for Amazon Redshift - PipelineWise compatible
https://transferwise.github.io/pipelinewise/
Other
12 stars 65 forks source link

Bump joblib from 0.16.0 to 1.3.1 #273

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps joblib from 0.16.0 to 1.3.1.

Changelog

Sourced from joblib's changelog.

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 errors, a new warning has been introduced: joblib.memory.CacheWarning. joblib/joblib#1359

  • Avoid (module, name) collisions when caching nested functions. This fix changes the module name of nested functions, invalidating caches from previous versions of Joblib. joblib/joblib#1374

  • Add cache_validation_callback in :meth:joblib.Memory.cache, to allow custom cache invalidation based on the metadata of the function call. joblib/joblib#1149

  • Add a return_as parameter for Parallel, that enables consuming results asynchronously. joblib/joblib#1393, joblib/joblib#1458

  • Improve the behavior of joblib for n_jobs=1, with simplified tracebacks and more efficient running time.

... (truncated)

Commits


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[bot] commented 1 year ago

Superseded by #285.