Skip to content

Commit

Permalink
Release 2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
awaelchli authored and lantiga committed Apr 11, 2024
1 parent b5deb6f commit 62e1c6d
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 1 deletion.
1 change: 1 addition & 0 deletions pyproject.toml
Expand Up @@ -243,6 +243,7 @@ module = [
"lightning.app.utilities.state",
"lightning.app.utilities.tracer",
"lightning.app.utilities.tree",
"lightning.data.streaming.serializers",
"lightning.store.utils",
]
ignore_errors = "True"
Expand Down
7 changes: 7 additions & 0 deletions src/lightning/pytorch/CHANGELOG.md
Expand Up @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).


## [2.2.2] - 2024-04-11

### Fixed

- Fixed an issue causing a TypeError when using `torch.compile` as a decorator ([#19627](https://github.com/Lightning-AI/pytorch-lightning/pull/19627))


## [2.2.1] - 2024-03-04

### Fixed
Expand Down
2 changes: 2 additions & 0 deletions src/lightning/pytorch/loggers/logger.py
Expand Up @@ -27,6 +27,8 @@
from lightning.fabric.loggers.logger import rank_zero_experiment # noqa: F401 # for backward compatibility
from lightning.pytorch.callbacks.model_checkpoint import ModelCheckpoint

__doctest_skip__ = ["merge_dicts"]


class Logger(FabricLogger, ABC):
"""Base class for experiment loggers."""
Expand Down
2 changes: 1 addition & 1 deletion src/version.info
@@ -1 +1 @@
2.2.1
2.2.2

0 comments on commit 62e1c6d

Please sign in to comment.