From d3058c4e60f3681c74fa5b28a56a52fcabe9698d Mon Sep 17 00:00:00 2001 From: jirka Date: Wed, 21 Apr 2021 21:55:21 +0200 Subject: [PATCH] v0.3.1 --- CHANGELOG.md | 21 +++++++-------------- torchmetrics/__about__.py | 2 +- 2 files changed, 8 insertions(+), 15 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8cfb228..9c1baef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,21 +5,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [UnReleased] - 2021-MM-DD +## [0.3.1] - 2021-04-21 -### Added - - -### Changed - - -### Deprecated - - -### Removed - - -### Fixed +- Cleaning remaining inconsistency and fix PL develop integration ( + [#191](https://github.com/PyTorchLightning/metrics/pull/191), + [#192](https://github.com/PyTorchLightning/metrics/pull/192), + [#193](https://github.com/PyTorchLightning/metrics/pull/193), + [#194](https://github.com/PyTorchLightning/metrics/pull/194) +) ## [0.3.0] - 2021-04-20 diff --git a/torchmetrics/__about__.py b/torchmetrics/__about__.py index d0f0747..746aaec 100644 --- a/torchmetrics/__about__.py +++ b/torchmetrics/__about__.py @@ -1,4 +1,4 @@ -__version__ = '0.4.0dev' +__version__ = '0.3.1' __author__ = 'PyTorchLightning et al.' __author_email__ = 'name@pytorchlightning.ai' __license__ = 'Apache-2.0'