Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==1.3.1
->==1.4.2
Release Notes
joblib/joblib (joblib)
v1.4.2
Compare Source
Due to maintenance issues, 1.4.1 was not valid and we bumped the version to 1.4.2
MemorizedFunc.call
which needs toreturn the metadata. Also make sure that
NotMemorizedFunc.call
returnan empty dict for metadata for consistenhttps://github.com/joblib/joblib/pull/1576ull/1576
v1.4.0
Compare Source
Allow caching co-routines with
Memory.cache
.https://github.com/joblib/joblib/pull/894/894
Try to cast
n_jobs
to int in parallel and raise an error ifit fails. This means that
n_jobs=2.3
will now result ineffective_n_jobs=2
instead of failing.https://github.com/joblib/joblib/pull/15391539
Ensure that errors in the task generator given to Parallel's call
are raised in the results consumming threhttps://github.com/joblib/joblib/pull/1491ull/1491
Adjust codebase to NumPy 2.0 by changing
np.NaN
tonp.nan
and importing
byte_bounds
fromnp.lib.array_utils
.https://github.com/joblib/joblib/pull/15011501
The parameter
return_as
injoblib.Parallel
can now be set togenerator_unordered
. In this case the results will be returned in theorder of task completion rather than the order of submissihttps://github.com/joblib/joblib/pull/1463ull/1463
dask backend now supports
return_as=generator
andreturn_as=generator_unordered
.https://github.com/joblib/joblib/pull/15201520
Vendor cloudpickle 3.0.0 and end support for Python 3.7 which has
reached end of lihttps://github.com/joblib/joblib/pull/1487uhttps://github.com/joblib/joblib/pull/1515ib/pull/1515
v1.3.2
Compare Source
Fix a regression in
joblib.Parallel
introduced in 1.3.0 whereexplicitly setting
n_jobs=None
was not interpreted as "unset".https://github.com/joblib/joblib/pull/14751475
Fix a regression in
joblib.Parallel
introduced in 1.3.0 wherejoblib.Parallel
logging methods exposed from inheritance tojoblib.Logger
didn't work because of missing loggerinitializatihttps://github.com/joblib/joblib/pull/1494ull/1494
Various maintenance updates to the doc, the ci and the test.
https://github.com/joblib/joblib/pull/148014https://github.com/joblib/joblib/pull/1481ulhttps://github.com/joblib/joblib/pull/1476ibhttps://github.com/joblib/joblib/pull/1492joblib/pull/1492
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.