From 02d6045cacf305593dae79443f08ba6bd97d3548 Mon Sep 17 00:00:00 2001 From: Jirka Borovec Date: Mon, 29 Jun 2020 13:21:28 +0200 Subject: [PATCH] release (#2414) --- CHANGELOG.md | 17 ++++------------- README.md | 2 +- 2 files changed, 5 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1addfa39e4..9ce9cd5160 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,22 +4,13 @@ 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/). -## [unreleased] - YYYY-MM-DD - -### Added - - -### Changed - - -### Deprecated - - -### Removed - +## [0.8.3] - 2020-06-29 ### Fixed +- Fixed AMP wrong call ([593837e](https://github.com/PyTorchLightning/pytorch-lightning/commit/593837e1da24ff6c942b24ed803fc1496a304609)) +- Fixed batch typo ([92d1e75](https://github.com/PyTorchLightning/pytorch-lightning/commit/92d1e75b2638a493d9d21ed5fe00a22093888285)) + ## [0.8.2] - 2020-06-28 diff --git a/README.md b/README.md index 4fd84febf5..707bf2d563 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ conda install pytorch-lightning -c conda-forge ## Docs - [master](https://pytorch-lightning.readthedocs.io/en/latest) - [stable](https://pytorch-lightning.readthedocs.io/en/stable) -- [0.8.2](https://pytorch-lightning.readthedocs.io/en/0.8.2/) +- [0.8.3](https://pytorch-lightning.readthedocs.io/en/0.8.3/) - [0.8.1](https://pytorch-lightning.readthedocs.io/en/0.8.1/) - [0.7.6](https://pytorch-lightning.readthedocs.io/en/0.7.6/) - [0.7.5](https://pytorch-lightning.readthedocs.io/en/0.7.5/)