time_series_anomaly_detection_examples
time_series_anomaly_detection_examples copied to clipboard
Bump joblib from 0.14.1 to 1.3.2 in /python
Bumps joblib from 0.14.1 to 1.3.2.
Release notes
Sourced from joblib's releases.
Joblib 1.3.2
Bug fix release
What's Changed
FIX treat n_jobs=None as if left to its default value by
@jeremiedbbin joblib/joblib#1475FIX Init logger parent class in Parallel by
@fcharrasin joblib/joblib#1494MNT remove unnecessary .bck file by
@lestevein joblib/joblib#1480MTN adjust test regex for Python 3.12 improved error message by
@hroncokin joblib/joblib#1476DOC add public documentation for parallel_backend by
@glemaitrein joblib/joblib#1481FIX flake8 new E721: type comparison by
@tomMoralin joblib/joblib#1492New Contributors
@hroncokmade their first contribution in joblib/joblib#1476Full Changelog: https://github.com/joblib/joblib/compare/1.3.1...1.3.2
Joblib 1.3.1
What's Changed
- RELEASE joblib 1.3.1 - bugfix release - vendoring loky 3.4.1 for compatibility by
@tomMoralin joblib/joblib#1472Full Changelog: https://github.com/joblib/joblib/compare/1.3.0...1.3.1
1.3.0
What's Changed
- DOC: Document cache hit function by
@larsonerin joblib/joblib#1343- DOC: Document call better by
@larsonerin joblib/joblib#1348- Ensure native byte order for memmap. by
@cmarmoin joblib/joblib#1354- Drop runtime dependency on
distutilsby@PeterJCLawin joblib/joblib#1361- Add environment variable to change default parallel backend by
@lestevein joblib/joblib#1356- Fix memmapping_reducer when 'os' has no attribute 'statvfs' by
@rthin joblib/joblib#1366- Move the metadata into
pyproject.tomlby@KOLANICHin joblib/joblib#1382- MAINT pin flake8<6 on the CI by
@ogriselin joblib/joblib#1383- TST Close client in test_pickle_in_socket by
@lestevein joblib/joblib#1387- Do not swallow PicklingError by
@Nieliusin joblib/joblib#1359- FIX Avoid collisions when caching nested functions by
@cache-missingin joblib/joblib#1374- CI/TST provide more informative traceback in case of a deadlock in tests by
@fcharrasin joblib/joblib#1379- FIX heisenfailure in doc/memory.rst by
@ogriselin joblib/joblib#1396- MAINT Explicit support for Python 3.11 by
@jjerphanin joblib/joblib#1389- MNT Use faulthandler rather than custom autokill logic by
@lestevein joblib/joblib#1398- BENCH add benchmark script for n_jobs=1 by
@tomMoralin joblib/joblib#1400- TST Fix test_nested_parallel_warnings_parent_backend for Python nogil by
@lestevein joblib/joblib#1394- TST Fix test_memmapping for Python nogil by
@lestevein joblib/joblib#1395- MAINT Clean deprecations by
@jeremiedbbin joblib/joblib#1397- ENH make temp resource cleanup safer by
@tomMoralin joblib/joblib#1391- MAINT Simplify warning in
_persist_inputby@jjerphanin joblib/joblib#1390- MNT Use full flake8 rather than flake8_diff.sh by
@lestevein joblib/joblib#1415- Update Dask backend by
@scharlottej13in joblib/joblib#1411
... (truncated)
Changelog
Sourced from joblib's changelog.
Release 1.3.2 -- 2023/08/08
Fix a regression in
joblib.Parallelintroduced in 1.3.0 where explicitly settingn_jobs=Nonewas not interpreted as "unset". joblib/joblib#1475Fix a regression in
joblib.Parallelintroduced in 1.3.0 wherejoblib.Parallellogging methods exposed from inheritance tojoblib.Loggerdidn't work because of missing logger initialization. joblib/joblib#1494Various maintenance updates to the doc, the ci and the test. joblib/joblib#1480, joblib/joblib#1481, joblib/joblib#1476, joblib/joblib#1492
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#1353Add ability to change default Parallel backend in tests by setting the
JOBLIB_TESTS_DEFAULT_PARALLEL_BACKENDenvironment variable. joblib/joblib#1356Fix temporary folder creation in
joblib.Parallelon Linux subsystems on Windows which do have/dev/shmbut don't have theos.statvfsfunction joblib/joblib#1353Drop runtime dependency on
distutils.distutilsis 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#1361A 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
942a410RELEASE 1.3.2 - bugfix release (#1493)85ab836FIX init logger parent class in Parallel (#1494)3d56c25MTN fix flake8 new error E721: type comparison (#1492)0c57c18TST adjust test_regex for Python 3.12 abstract method error (#1476)4ccc02dFIX n_jobs=None behavior in Parallel and config contexts (#1475)8be8d32DOC add public documentation for parallel_backend (#1481)3c314c1MNT remove unnecessary file (#1480)476ff8eRELEASE joblib 1.3.1 - bugfix release - vendoring loky 3.4.1 for compatibilit...b9be27dMTN back to dev mode22ff2deRELEASE 1.3.0 (#1466)- Additional commits viewable in compare view
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 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)