- Include ``tox.toml`` in sdist archives to fix test failures resulting from its lack.
- by :user:`mgorny` (:issue:`3389`)
v4.21.1 (2024-10-02)
Bugfixes - 4.21.1
Fix error when using requires within a TOML configuration file - by :user:gaborbernat. (:issue:3386)
Fix error when using deps within a TOML configuration file - by :user:gaborbernat. (:issue:3387)
Multiple fixes for the TOML configuration by :user:gaborbernat.:
Do not fail when there is an empty command within commands.
Allow references for set_env by accepting list of dictionaries for it.
Do not try to be smart about reference unrolling, instead allow the user to control it via the extend flag,
available both for posargs and ref replacements.
The ref replacements raw key has been renamed to of. (:issue:3388)
v4.21.0 (2024-09-30)
Features - 4.21.0
- 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)
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, pre-commit, numpy, torch, horde-sdk, horde-engine, horde-model-reference and qrcode to permit the latest version. Updates
ruff
from 0.6.5 to 0.6.9Release notes
Sourced from ruff's releases.
... (truncated)
Changelog
Sourced from ruff's changelog.
... (truncated)
Commits
975be9c
Bump version to 0.6.9 (#13624)99e4566
MarkFURB118
fix as unsafe (#13613)7ad07c2
Addallow-unused-imports
setting forunused-import
rule (F401
) (#13601)4aefe52
Support ruff discovery in pip build environments (#13591)cc1f766
Preserve trivia (i.e. comments) in PLR5501 (#13573)fdd0a22
Move to maintained mirror of prettier (#13592)3728d5b
[pyupgrade
] Fix UP043 to apply tocollections.abc.Generator
and `collecti...7e3894f
Avoid short circuitingB017
for multiple context managers (#13609)c3b40da
Use backticks for code in red-knot messages (#13599)ef45185
Allow users to provide custom diagnostic messages when unwrapping calls (#13597)Updates
tox
to 4.21.2Release notes
Sourced from tox's releases.
Changelog
Sourced from tox's changelog.
... (truncated)
Commits
c953f4f
release 4.21.23ab1d3e
Update sdist rules to includetox.toml
(#3389) (#3390)172a952
Fix user guide typo434ac18
release 4.21.134d3adc
Fix TOML configuration errors (#3388)719b346
Update installation.rst46bef9e
release 4.21.0cea105b
True TOML config support (#3353)a04b039
[pre-commit.ci] pre-commit autoupdate (#3385)f5eba31
Update Loader docs (#3352)Updates
pre-commit
to 4.0.0Release notes
Sourced from pre-commit's releases.
Changelog
Sourced from pre-commit's changelog.
... (truncated)
Commits
dbccd57
v4.0.0d07e529
Merge pull request #3320 from pre-commit/remove-python-venv801b956
remove deprecated python_venv aliasa2f7b80
Merge pull request #3315 from pre-commit/warn-deprecated-stage-names-on-initd317223
add warning for deprecates stages for remote repos on init7555e11
Merge pull request #3314 from pre-commit/remove-log-info-mock05e365f
Merge pull request #3313 from pre-commit/default-stages-warning1d2f1c0
replace log_info_mock with pytest's caplog33e020f
add warning for deprecated stages values indefault_stages
e7cfc0d
Merge pull request #3312 from pre-commit/warning-for-old-stage-namesUpdates
numpy
from 1.26.4 to 2.1.2Release notes
Sourced from numpy's releases.
... (truncated)
Commits
f5afe3d
Merge pull request #27507 from charris/prepare-2.1.26b9ef48
REL: Prepare for the NumPy 2.1.2 release [wheel build]6d85a24
MAINT: Pin setuptools for Python < 3.12 [wheel build]7f327d8
Merge pull request #27506 from charris/backport-2750309e9cd9
BUG: avoid segfault on bad arguments in ndarray.array_function06b4793
Merge pull request #27501 from charris/backport-27495364efb5
MAINT: Bump pypa/cibuildwheel from 2.21.1 to 2.21.2df0e261
Merge pull request #27484 from ngoldbaum/use-weak-defaultfa61bc6
Merge pull request #27481 from charris/backport-27472d6d06ae
Merge pull request #27480 from charris/backport-27475Updates
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-sdk
to 0.15.1Release notes
Sourced from horde-sdk's releases.
Commits
eb20833
Merge pull request #272 from Haidra-Org/main7912776
fix: use new default ssl context in all aiohttp requests (#271)f9df079
Merge pull request #270 from Haidra-Org/main63a3917
style: fix19dae45
feat: addssl_context
arge726c55
docs: add missing ssl_context docstringa9260d9
ci: remove pre-commit job steps; replaced by dedi. actione80451f
fix: use a defaultcertifi
based ssl contextUpdates
horde-engine
to 2.16.0Release notes
Sourced from horde-engine's releases.
Commits
2da5186
Merge pull request #349 from Haidra-Org/maincd9497b
tests/fix: include all models required for tests as fixtures1404626
fix: prevent comfyui internals error with layer diffusion7aa80cd
feat: use latest horde depsf8f671e
fix: pin depqrcode
to 7.4.2b4f87ad
tests/fix: check flux n_iter same as other n_iter tests8b7eea1
fix: longer timeout for long running civitai requests4197530
feat: usetorch>=2.4.1
andcu124
by defaultddfce30
feat: comfyui3bb4dec
3b6e220
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