From 37b759e07d7715e45234b0578fcad4521513fe61 Mon Sep 17 00:00:00 2001 From: Jirka B Date: Wed, 9 Oct 2024 22:27:58 +0200 Subject: [PATCH] releasing `1.4.3` --- CHANGELOG.md | 8 +------- src/torchmetrics/__about__.py | 2 +- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6036d3fda5d..a2171b355ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,17 +8,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 --- -## [UnReleased] - 2022-10-10 - -### Added - -- +## [1.4.3] - 2022-10-10 ### Fixed - Fixed for Pearson changes inputs ([#2765](https://github.com/Lightning-AI/torchmetrics/pull/2765)) - - - Fixed bug in `PESQ` metric where `NoUtterancesError` prevented calculating on a batch of data ([#2753](https://github.com/Lightning-AI/torchmetrics/pull/2753)) diff --git a/src/torchmetrics/__about__.py b/src/torchmetrics/__about__.py index af68edb3072..be82d93f91d 100644 --- a/src/torchmetrics/__about__.py +++ b/src/torchmetrics/__about__.py @@ -1,4 +1,4 @@ -__version__ = "1.4.2" +__version__ = "1.4.3" __author__ = "Lightning-AI et al." __author_email__ = "name@pytorchlightning.ai" __license__ = "Apache-2.0"