Skip to content
This repository was archived by the owner on Jan 20, 2026. It is now read-only.

Commit 5577453

Browse files
committed
v0.3.3
1 parent c2e2577 commit 5577453

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77

8-
## [0.3.3] - 2021-04-DD
8+
## [0.3.3] - 2021-04-17
99

1010
### Changed
1111

1212
- Suppressed missing package warnings, conditioned by `WARN_MISSING_PACKAGE="1"` ([#617](https://github.com/PyTorchLightning/lightning-bolts/pull/617))
13+
- Updated all scripts to LARS ([#613](https://github.com/PyTorchLightning/lightning-bolts/pull/613))
14+
15+
### Fixed
16+
17+
- Add missing `dataclass` requirements ([#618](https://github.com/PyTorchLightning/lightning-bolts/pull/618))
1318

1419

1520
## [0.3.2] - 2021-03-20

pl_bolts/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '0.3.3rc'
1+
__version__ = '0.3.3'
22
__author__ = 'PyTorchLightning et al.'
33
__author_email__ = 'name@pytorchlightning.ai'
44
__license__ = 'Apache-2.0'

0 commit comments

Comments
 (0)