Skip to content

Commit 02d6045

Browse files
authored
release (#2414)
1 parent 33b9255 commit 02d6045

File tree

2 files changed

+5
-14
lines changed

2 files changed

+5
-14
lines changed

CHANGELOG.md

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,13 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
66

7-
## [unreleased] - YYYY-MM-DD
8-
9-
### Added
10-
11-
12-
### Changed
13-
14-
15-
### Deprecated
16-
17-
18-
### Removed
19-
7+
## [0.8.3] - 2020-06-29
208

219
### Fixed
2210

11+
- Fixed AMP wrong call ([593837e](https://github.com/PyTorchLightning/pytorch-lightning/commit/593837e1da24ff6c942b24ed803fc1496a304609))
12+
- Fixed batch typo ([92d1e75](https://github.com/PyTorchLightning/pytorch-lightning/commit/92d1e75b2638a493d9d21ed5fe00a22093888285))
13+
2314

2415
## [0.8.2] - 2020-06-28
2516

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ conda install pytorch-lightning -c conda-forge
6161
## Docs
6262
- [master](https://pytorch-lightning.readthedocs.io/en/latest)
6363
- [stable](https://pytorch-lightning.readthedocs.io/en/stable)
64-
- [0.8.2](https://pytorch-lightning.readthedocs.io/en/0.8.2/)
64+
- [0.8.3](https://pytorch-lightning.readthedocs.io/en/0.8.3/)
6565
- [0.8.1](https://pytorch-lightning.readthedocs.io/en/0.8.1/)
6666
- [0.7.6](https://pytorch-lightning.readthedocs.io/en/0.7.6/)
6767
- [0.7.5](https://pytorch-lightning.readthedocs.io/en/0.7.5/)

0 commit comments

Comments
 (0)