You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-76Lines changed: 2 additions & 76 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,95 +5,21 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
6
6
7
7
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
25
9
26
10
### Changed
27
11
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
73
13
74
14
### Fixed
75
15
76
16
- Run main progress bar updates independent of val progress bar updates in `TQDMProgressBar` ([#12563](https://github.com/PyTorchLightning/pytorch-lightning/pull/12563))
77
-
78
-
79
17
- Avoid calling `average_parameters` multiple times per optimizer step ([#12452](https://github.com/PyTorchLightning/pytorch-lightning/pull/12452))
80
-
81
-
82
18
- Properly pass some Logger's parent's arguments to `super().__init__()` ([#12609](https://github.com/PyTorchLightning/pytorch-lightning/pull/12609))
83
-
84
-
85
19
- 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
-
88
20
- Fixed `rank_zero_only` decorator in LSF environments ([#12587](https://github.com/PyTorchLightning/pytorch-lightning/pull/12587))
89
-
90
-
91
21
- Don't raise a warning when `nn.Module` is not saved under hparams ([#12669](https://github.com/PyTorchLightning/pytorch-lightning/pull/12669))
92
-
93
-
94
22
- 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
-
97
23
- Support `auto_select_gpus` with the accelerator and devices API ([#12608](https://github.com/PyTorchLightning/pytorch-lightning/pull/12608))
0 commit comments