MLServer
MLServer copied to clipboard
build(deps): bump joblib from 1.4.0 to 1.4.2 in /runtimes/sklearn
Bumps joblib from 1.4.0 to 1.4.2.
Release notes
Sourced from joblib's releases.
1.4.2
What's Changed
- TST add a test that ensures conservation of byte order during IPC by
@fcharrasin joblib/joblib#1562- DOC fix typos in CHANGES.rst by
@cclaussin joblib/joblib#1571- DOC typo in docs by
@jmerkowin joblib/joblib#1574- FIX revert MemorizedFunc.call API change by
@tomMoralin joblib/joblib#1576New Contributors
@jmerkowmade their first contribution in joblib/joblib#1574Full Changelog: https://github.com/joblib/joblib/compare/1.4.0...1.4.2
Changelog
Sourced from joblib's changelog.
Release 1.4.2 -- 2024/05/02
Due to maintenance issues, 1.4.1 was not valid and we bumped the version to 1.4.2
- Fix a backward incompatible change in
MemorizedFunc.callwhich needs to return the metadata. Also make sure thatNotMemorizedFunc.callreturn an empty dict for metadata for consistency. joblib/joblib#1576
Commits
d46857aRELEASE 1.4.2 - bugfix release (#1579)1787fb7MTN back to dev mode118ad37RELEASE 1.4.1 - bugfix release (#1578)398d8eeFIX revert MemorizedFunc.call API change (#1576)2be8dcdDOC fix return_as="generator_unordered" in docs (#1574)4db39ebCLN fix spelling typo with codespell (#1571)1b0d1f4TST add a non-regression test ensuring conservation of byte order during IPC ...59659e0MTN remove deprecated bytes_limit (#1569)f57a721MTN handle changes from master->main + remove master process terminologyba1d3daMTN back to dev mode- See full diff in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
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.