Skip to content

Commit

Permalink
Lightning 1.5 release (#10306)
Browse files Browse the repository at this point in the history
* update changelog

* update version in about

* update references to 1.5 in readme

Co-authored-by: thomas chaton <[email protected]>
  • Loading branch information
awaelchli and tchaton authored Nov 2, 2021
1 parent f6ed0bd commit 073b735
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
6 changes: 2 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).


## [1.5.0] - 2021-MM-DD
## [1.5.0] - 2021-11-02

### Added

Expand Down Expand Up @@ -305,9 +305,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
- Fixed an issue with `pl.utilities.seed.reset_seed` converting the `PL_SEED_WORKERS` environment variable to `bool` ([#10099](https://github.com/PyTorchLightning/pytorch-lightning/pull/10099))
- Fixed iterating over a logger collection when `fast_dev_run > 0` ([#10232](https://github.com/PyTorchLightning/pytorch-lightning/pull/10232))
- Fixed `batch_size` in `ResultCollection` not being reset to 1 on epoch end ([#10242](https://github.com/PyTorchLightning/pytorch-lightning/pull/10242))


- Fixed `distrib_type` not being set when Training Plugin instances being passed to Trainer ([#10251](https://github.com/PyTorchLightning/pytorch-lightning/pull/10251))
- Fixed `distrib_type` not being set when training plugin instances are being passed to the Trainer ([#10251](https://github.com/PyTorchLightning/pytorch-lightning/pull/10251))


## [1.4.9] - 2021-09-30
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ Install future release from the source
pip install git+https://github.com/PytorchLightning/pytorch-lightning.git@release/1.4.x --upgrade
```

#### Install bleeding-edge - future 1.5
#### Install bleeding-edge - future 1.6

Install nightly from the source (no guarantees)

Expand Down
2 changes: 1 addition & 1 deletion pytorch_lightning/__about__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import time

_this_year = time.strftime("%Y")
__version__ = "1.5.0rc1"
__version__ = "1.5.0"
__author__ = "William Falcon et al."
__author_email__ = "[email protected]"
__license__ = "Apache-2.0"
Expand Down

0 comments on commit 073b735

Please sign in to comment.