Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 18, 2025

Bumps lightning from 2.5.2 to 2.5.3.

Release notes

Sourced from lightning's releases.

Lightning v2.5.3

Notable changes in this release

PyTorch Lightning

  • Added save_on_exception option to ModelCheckpoint Callback (#20916)
  • Allow dataloader_idx_ in log names when add_dataloader_idx=False (#20987)
  • Allow returning ONNXProgram when calling to_onnx(dynamo=True) (#20811)
  • Extended support for general mappings being returned from training_step when using manual optimization (#21011)
  • Fixed Allowing trainer to accept CUDAAccelerator instance as accelerator with FSDP strategy (#20964)
  • Fixed progress bar console clearing for Rich 14.1+ (#21016)
  • Fixed AdvancedProfiler to handle nested profiling actions for Python 3.12+ (#20809)
  • Fixed rich progress bar error when resume training (#21000)
  • Fixed double iteration bug when resumed from a checkpoint. (#20775)
  • Fixed support for more dtypes in ModelSummary (#21034)
  • Fixed metrics in RichProgressBar being updated according to user provided refresh_rate (#21032)
  • Fixed save_last behavior in the absence of validation (#20960)
  • Fixed integration between LearningRateFinder and EarlyStopping (#21056)
  • Fixed gradient calculation in lr_finder for mode="exponential" (#21055)
  • Fixed save_hyperparameters crashing with dataclasses using init=False fields (#21051)

Lightning Fabric

  • Enable "auto" for devices and accelerator as CLI arguments (#20913)
  • Raise ValueError when seed is out-of-bounds or cannot be cast to int (#21029)
  • Fixed remove extra name parameter in accelerator registry decorator (#20975)
  • Fixed XLA strategy to add support for global_ordinal, local_ordinal, world_size which came instead of deprecated methods (#20852)

... (truncated)

Commits
  • 947f939 releasing 2.5.3
  • 881efb9 chore: bump PyTorch version in dependencies & CI (#21043)
  • fdafa34 Hotfix for CI (#21063)
  • c8cae85 bugfix: add support for global_ordinal, local_ordinal, world_size in xl...
  • 7171b92 Fix integration of LearningRateFinder with EarlyStopping (#21056)
  • fb80e57 Add save_on_exception option to ModelCheckpoint (#20916)
  • 5a6aaa3 Allow to return ONNXProgram when calling to_onnx(dynamo=True) (#20811)
  • 41c9967 Fix lr_finder gradient calculation for mode="exponential" (#21055)
  • 8a5567d fix: remove extra parameter in accelerator registry decorator (#20975)
  • bc3b166 Fix save_hyperparameters not crashing on dataclass with init=False (#21...
  • Additional commits viewable in compare view

Dependabot compatibility score

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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Aug 18, 2025
@dependabot dependabot bot requested a review from twsl as a code owner August 18, 2025 19:44
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Aug 18, 2025
Copy link

github-actions bot commented Aug 18, 2025

Code Coverage Linux 3.11

Code Coverage

Package Line Rate Branch Rate Complexity Health
. 70% 54% 0
internal 99% 75% 0
internal.mask_api 79% 59% 0
internal.structure 76% 75% 0
torch 90% 50% 0
utils 64% 15% 0
Summary 75% (1347 / 1795) 53% (206 / 386) 0

Results for commit 988787d.

Copy link

github-actions bot commented Aug 18, 2025

Test Results Linux 3.11

275 tests   265 ✅  44s ⏱️
  1 suites   10 💤
  1 files      0 ❌

Results for commit af04a5c.

♻️ This comment has been updated with latest results.

Bumps [lightning](https://github.com/Lightning-AI/lightning) from 2.5.2 to 2.5.3.
- [Release notes](https://github.com/Lightning-AI/lightning/releases)
- [Commits](Lightning-AI/pytorch-lightning@2.5.2...2.5.3)

---
updated-dependencies:
- dependency-name: lightning
  dependency-version: 2.5.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/lightning-2.5.3 branch from 4d87f58 to af04a5c Compare August 20, 2025 07:14
@twsl twsl merged commit a63b266 into main Aug 20, 2025
7 checks passed
@dependabot dependabot bot deleted the dependabot/pip/lightning-2.5.3 branch August 20, 2025 07:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant