- Native TOML configuration support - by :user:`gaborbernat`. (:issue:`999`)
Improved Documentation - 4.21.0
Update Loader docs - by :user:ziima (:issue:3352)
v4.20.0 (2024-09-18)
Features - 4.20.0
- Separate the list dependencies functionality to a separate abstract class allowing code reuse in plugins (such as
``tox-uv``) - by :gaborbernat`. (:issue:`3347`)
v4.19.0 (2024-09-17)
Features - 4.19.0
Support pypy-<major>.<minor> environment names for PyPy environments - by :user:gaborbernat. (:issue:3346)
v4.18.1 (2024-09-07)
Bugfixes - 4.18.1
- Fix and test the string spec for the ``sys.executable`` interpreter (introduced in :pull:`3325`)
- by :user:`hroncok` (:issue:`3327`)
Improved Documentation - 4.18.1
Changes the tox_env_teardown docstring to explain the hook is called after a tox env was teared down. (:issue:3305)
v4.18.0 (2024-08-13)
Features - 4.18.0
- Suppress spinner in parallel runs in CI - by :user:`ziima`. (:issue:`3318`)
Bugfixes - 4.18.0
Boost temporary directories cleanup in tests - by :user:ziima. (:issue:3278)
Fix absolute base python paths conflicting - by :user:gaborbernat. (:issue:3325)
This release is meant to fix the following issues (regressions / silent correctness):
Breaking Changes:
The pytorch/pytorch docker image now installs the PyTorch package through pip and has switch its conda installation from miniconda to miniforge (#134274)
Windows:
Fix performance regression on Windows related to MKL static linking (#130619) (#130697)
Fix error during loading on Windows: [WinError 126] The specified module could not be found. (#131662) (#130697)
Fix error when using torch.utils.flop_counter.FlopCounterMode (#134467)
Tracked Regressions:
The experimental remote caching feature for Inductor's autotuner (enabled via TORCHINDUCTOR_AUTOTUNE_REMOTE_CACHE) is known to still be broken in this release and actively worked on in main. Following Error is generated: redis.exceptions.DataError: Invalid input of type: 'dict'. Please use nightlies if you need this feature (reported and Fixed by PR: #134032)
Release tracker #132400 contains all relevant pull requests related to this release as well as links to related issues.
PyTorch 2.4: Python 3.12, AOTInductor freezing, libuv backend for TCPStore
PyTorch 2.4 Release Notes
... (truncated)
Commits
ee1b680 [Doc] Fix rendering of the unicode characters (#134695)
79c8867 Fix docstring for torch.signal.windows.nuttall (#134704)
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 show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
- `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
- `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
Updates the requirements on ruff, tox, numpy, torch, horde-engine, horde-model-reference and qrcode to permit the latest version. Updates
ruff
from 0.6.5 to 0.6.8Release notes
Sourced from ruff's releases.
... (truncated)
Changelog
Sourced from ruff's changelog.
... (truncated)
Commits
ae39ce5
Bump version to 0.6.8 (#13522)ff2d214
Don't skip over imports and other nodes containing nested statements in impor...9442cd8
Parenthesizematch..case
if
guards (#13513)8012707
Align formatting of patterns in match-cases with expression formatting in cla...d7ffe46
Disable thetypeset
plugin (#13517)7c83af4
red-knot: Implement thenot
operator for allType
variants (#13432)bbb044e
Detect tuples bound to variadic positional arguments i.e.*args
(#13512)4810652
Avoid UP028 false negatives with non-reference shadowed bindings of loop vari...11f06e0
Detect SIM910 when using variadic keyword arguments, i.e.,**kwargs
(#13503)f27a8b8
[internal]ComparableExpr
(f)strings and bytes made invariant under concate...Updates
tox
to 4.21.0Changelog
Sourced from tox's changelog.
... (truncated)
Commits
46bef9e
release 4.21.0cea105b
True TOML config support (#3353)a04b039
[pre-commit.ci] pre-commit autoupdate (#3385)f5eba31
Update Loader docs (#3352)329db63
[pre-commit.ci] pre-commit autoupdate (#3350)f4b3bd2
Bump pypa/gh-action-pypi-publish from 1.10.1 to 1.10.2 (#3349)a04cc3a
release 4.20.04d8f5fd
Separate list dependencies to a separate installer class (#3347)0cb816c
YML to YAML2f83624
release 4.19.0Updates
numpy
from 1.26.4 to 2.1.1Release notes
Sourced from numpy's releases.
... (truncated)
Commits
48606ab
Merge pull request #27328 from charris/prepare-2.1.1a7cb4c4
REL: Prepare for the NumPy 2.1.1 release [wheel build]884c92b
Merge pull request #27303 from charris/backport-27284ca7f5c1
Merge pull request #27304 from charris/backport-270492a49507
BUG: f2py: better handle filtering of public/private subroutinesd4306dd
TST: Add regression test for gh-26920db9668d
BLD: cp311- macosx_arm64 wheels [wheel build]c6ff254
Merge pull request #27287 from charris/post-2.0.2-release-update326bc17
MAINT: Update main after the 2.0.2 release8164b7c
Merge pull request #27278 from charris/backport-27275Updates
torch
from 2.3.1 to 2.4.1Release notes
Sourced from torch's releases.
... (truncated)
Commits
ee1b680
[Doc] Fix rendering of the unicode characters (#134695)79c8867
Fix docstring for torch.signal.windows.nuttall (#134704)38b96d3
Do not use\<filesystem>
on Linux (#134494) (#134604)b84e8c6
Move module_tracker to logging for confused hierarchy (#134467) (#134501)6a79d4a
[ROCm] Prevent accidental enablement of efficient attention. (#134531)e0ddbff
[Release Only] Disable flaky failing tests in release. Pin optree. Pin sympy ...314f033
Use ephemeral runners for windows nightly builds (#134463) (#134496)9c1f78e
[CD] Use ephemeral arm64 runners for nightly and docker builds (#134473) (#13...3675fc5
Use ephemeral runners for linux nightly builds (#134367) (#134492)920c023
docker: Use miniforge, install from pip (#134497)Updates
horde-engine
to 2.15.4Release notes
Sourced from horde-engine's releases.
Commits
9f3d457
Merge pull request #344 from Haidra-Org/main7a2e468
fix: ignore numba bytecode dumps; config for ignored messages7bfb78b
ci: update changelogUpdates
horde-model-reference
to 0.9.1Release notes
Sourced from horde-model-reference's releases.
Commits
d1a64a9
Merge pull request #148 from Haidra-Org/main825cf0e
ci: remove pre-commit github action (replaced by https://pre-commit.ci/)a954f5d
chore: update black pre-commit hook64c5681
[pre-commit.ci] pre-commit autoupdate2bac968
build(deps-dev): bump the python-packages group across 1 directory with 6 upd...a3e2377
fix: set new type hint for otherrequirements
fields8bd5607
fix: allow floats for model requirement valuese6dfd02
ci:pre-commit.ci
configUpdates
qrcode
from 7.4.2 to 8.0Changelog
Sourced from qrcode's changelog.
Commits
456b01d
Preparing release 8.0909b791
Merge pull request #370 from lincolnloop/poetrydc783ed
Update CHANGELOG and README68f3b29
Raise error if embedded image is provided and error correction is lower than Hffa2b4a
Merge branch 'poetry' into fix/embedded-and-error-correction39cf502
Fix test dependency skipd991b67
Update poetry dependency groups to allow having pillow and png together11b0f95
Merge branch 'poetry' into decompat5760eec
Run ruf and fix formatting137946a
Fix import errors in testsDependabot 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 show