Skip to content

Commit 6a7bf32

Browse files
Bordatchaton
andauthored
release 1.1.7 (#5761)
Co-authored-by: chaton <thomas@grid.ai>
1 parent ba04bb3 commit 6a7bf32

File tree

2 files changed

+2
-25
lines changed

2 files changed

+2
-25
lines changed

CHANGELOG.md

Lines changed: 1 addition & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -5,39 +5,16 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
66

77

8-
## [unreleased.Bugfixes] - YYYY-MM-DD
9-
10-
### Added
11-
12-
13-
### Changed
14-
15-
16-
### Deprecated
17-
18-
19-
### Removed
20-
8+
## [1.1.7] - 2021-02-03
219

2210
### Fixed
2311

2412
- Fixed `TensorBoardLogger` not closing `SummaryWriter` on `finalize` ([#5696](https://github.com/PyTorchLightning/pytorch-lightning/pull/5696))
25-
26-
2713
- Fixed filtering of pytorch "unsqueeze" warning when using DP ([#5622](https://github.com/PyTorchLightning/pytorch-lightning/pull/5622))
28-
29-
3014
- Fixed `num_classes` argument in F1 metric ([#5663](https://github.com/PyTorchLightning/pytorch-lightning/pull/5663))
31-
32-
3315
- Fixed `log_dir` property ([#5537](https://github.com/PyTorchLightning/pytorch-lightning/pull/5537))
34-
35-
3616
- Fixed a race condition in `ModelCheckpoint` when checking if a checkpoint file exists ([#5144](https://github.com/PyTorchLightning/pytorch-lightning/pull/5144))
37-
3817
- Remove unnecessary intermediate layers in Dockerfiles ([#5697](https://github.com/PyTorchLightning/pytorch-lightning/pull/5697))
39-
40-
4118
- Fixed auto learning rate ordering ([#5638](https://github.com/PyTorchLightning/pytorch-lightning/pull/5638))
4219

4320

pytorch_lightning/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import time
77

88
_this_year = time.strftime("%Y")
9-
__version__ = '1.1.6'
9+
__version__ = '1.1.7'
1010
__author__ = 'William Falcon et al.'
1111
__author_email__ = 'waf2107@columbia.edu'
1212
__license__ = 'Apache-2.0'

0 commit comments

Comments
 (0)