From 6bf50607cd652b99b21220366e6411b245bb60e4 Mon Sep 17 00:00:00 2001 From: Alexandre Defossez Date: Tue, 26 Jul 2022 10:48:57 +0200 Subject: [PATCH] update version --- demucs/__init__.py | 2 +- docs/release.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/demucs/__init__.py b/demucs/__init__.py index 87b0f738..0ac98ec7 100644 --- a/demucs/__init__.py +++ b/demucs/__init__.py @@ -4,4 +4,4 @@ # This source code is licensed under the license found in the # LICENSE file in the root directory of this source tree. -__version__ = "3.0.5a1" +__version__ = "3.0.5a2" diff --git a/docs/release.md b/docs/release.md index 4033dd9f..100de8c7 100644 --- a/docs/release.md +++ b/docs/release.md @@ -4,6 +4,8 @@ Added `--segment` flag to customize the segment length and use less memory (thanks @CarlGao4). +Fix reflect padding bug on small inputs. + ## V3.0.4, 24th of February 2022 Added option to split into two stems (i.e. vocals, vs. non vocals), thanks to @CarlGao4.