Skip to content

Commit 611f67d

Browse files
committed
docs: Add changelog entry for Rich default callbacks feature
Added entry to CHANGELOG.md documenting the new feature that defaults to RichProgressBar and RichModelSummary when the rich package is available, with fallback to TQDM variants.
1 parent d5af069 commit 611f67d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/lightning/pytorch/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
1212

1313
-
1414

15+
- Default to RichProgressBar and RichModelSummary if the rich package is available. Fallback to TQDMProgressBar and ModelSummary otherwise. ([#9580](https://github.com/Lightning-AI/pytorch-lightning/pull/9580))
16+
1517

1618
### Changed
1719

0 commit comments

Comments
 (0)