Skip to content

Commit 0b0f1ec

Browse files
rohitgr7lexierule
authored andcommitted
Update CHANGELOG.md
1 parent 2187f30 commit 0b0f1ec

File tree

2 files changed

+3
-77
lines changed

2 files changed

+3
-77
lines changed

CHANGELOG.md

Lines changed: 2 additions & 76 deletions
Original file line numberDiff line numberDiff line change
@@ -5,95 +5,21 @@ 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-
## [1.7.0] - 2022-MM-DD
9-
10-
### Added
11-
12-
-
13-
14-
15-
-
16-
17-
18-
-
19-
20-
21-
-
22-
23-
24-
-
8+
## [1.6.1] - 2022-04-13
259

2610
### Changed
2711

28-
- Support `strategy` argument being case insensitive ([#12528](https://github.com/PyTorchLightning/pytorch-lightning/pull/12528))
29-
30-
31-
-
32-
33-
34-
-
35-
36-
37-
-
38-
39-
40-
-
41-
42-
### Deprecated
43-
44-
-
45-
46-
47-
-
48-
49-
50-
-
51-
52-
53-
-
54-
55-
56-
-
57-
58-
### Removed
59-
60-
-
61-
62-
63-
-
64-
65-
66-
-
67-
68-
69-
-
70-
71-
72-
-
12+
- Support `strategy` argument being case insensitive ([#12528](https://github.com/PyTorchLightning/pytorch-lightning/pull/12528
7313

7414
### Fixed
7515

7616
- Run main progress bar updates independent of val progress bar updates in `TQDMProgressBar` ([#12563](https://github.com/PyTorchLightning/pytorch-lightning/pull/12563))
77-
78-
7917
- Avoid calling `average_parameters` multiple times per optimizer step ([#12452](https://github.com/PyTorchLightning/pytorch-lightning/pull/12452))
80-
81-
8218
- Properly pass some Logger's parent's arguments to `super().__init__()` ([#12609](https://github.com/PyTorchLightning/pytorch-lightning/pull/12609))
83-
84-
8519
- Fixed an issue where incorrect type warnings appear when the overridden `LightningLite.run` method accepts user-defined arguments ([#12629](https://github.com/PyTorchLightning/pytorch-lightning/pull/12629))
86-
87-
8820
- Fixed `rank_zero_only` decorator in LSF environments ([#12587](https://github.com/PyTorchLightning/pytorch-lightning/pull/12587))
89-
90-
9121
- Don't raise a warning when `nn.Module` is not saved under hparams ([#12669](https://github.com/PyTorchLightning/pytorch-lightning/pull/12669))
92-
93-
9422
- Raise `MisconfigurationException` when the accelerator is available but the user passes invalid `([]/0/"0")` values to the `devices` flag ([#12708](https://github.com/PyTorchLightning/pytorch-lightning/pull/12708))
95-
96-
9723
- Support `auto_select_gpus` with the accelerator and devices API ([#12608](https://github.com/PyTorchLightning/pytorch-lightning/pull/12608))
9824

9925

pytorch_lightning/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import time
22

33
_this_year = time.strftime("%Y")
4-
__version__ = "1.6.0"
4+
__version__ = "1.6.1"
55
__author__ = "William Falcon et al."
66
__author_email__ = "[email protected]"
77
__license__ = "Apache-2.0"

0 commit comments

Comments
 (0)