chore(deps): update dependency joblib to v1.5.3 #134
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.2→1.5.3Release Notes
joblib/joblib (joblib)
v1.5.3Compare Source
The
Memoryobject won't overwrite an already existing.gitignorefile in itscache directory anymore.
#1742
Harden the safety checks in
eval_expr(pre_dispatch)to prevent excessivememory allocation and potential crashes by limiting the allowed length of the
expression and the maximum numeric value of sub-expressions and not
evaluating expressions with non-numeric literals.
#1744
Vendor cloudpickle 3.1.2 to fix a pickling problem with interactively
defined abstract base classes and type annotations in Python 3.14+.
v1.5.2Compare Source
loky3.5.6fixing the resource tracker for python 3.13.7+#1740
Memory:
v1.5.1Compare Source
Fix backend hints causing errors when no multiprocessing is present
#1721
Vendor
loky3.5.5fixing the resource_tracker clean up with earlier Pythonversions. #1724
v1.5.0Compare Source
Memory:
Fixed a bug that caused the
timeoutparameter injoblib.Parallelto beineffective when used along with
return_as='generator_unordered'.#1586
Pretty printing of
Parallelexecution progress when the number of tasks isknown. #1608
Make it possible to pass extra arguments to the
LokyBackendandMultiprocessingBackend, enabling the use ofinitializer.#1525
Refactor and document the custom parallel backend API.
#1667
Maintenance:
v1.4.2Compare Source
Due to maintenance issues, 1.4.1 was not valid and we bumped the version to 1.4.2
MemorizedFunc.callwhich needs toreturn the metadata. Also make sure that
NotMemorizedFunc.callreturnan empty dict for metadata for consistency.
#1576
v1.4.0Compare Source
Allow caching co-routines with
Memory.cache.#894
Try to cast
n_jobsto int in parallel and raise an error ifit fails. This means that
n_jobs=2.3will now result ineffective_n_jobs=2instead of failing.#1539
Ensure that errors in the task generator given to Parallel's call
are raised in the results consumming thread.
#1491
Adjust codebase to NumPy 2.0 by changing
np.NaNtonp.nanand importing
byte_boundsfromnp.lib.array_utils.#1501
The parameter
return_asinjoblib.Parallelcan now be set togenerator_unordered. In this case the results will be returned in theorder of task completion rather than the order of submission.
#1463
dask backend now supports
return_as=generatorandreturn_as=generator_unordered.#1520
Vendor cloudpickle 3.0.0 and end support for Python 3.7 which has
reached end of life.
#1487
#1515
Configuration
📅 Schedule: Branch creation - "every weekend" in timezone Asia/Tokyo, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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.