From 37a4844100d5c4b9425bed970c1d400758f6fc5c Mon Sep 17 00:00:00 2001 From: Hagen Wierstorf Date: Mon, 7 Feb 2022 15:08:05 +0100 Subject: [PATCH] Release 0.8.1 (#39) --- CHANGELOG.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index dcf0c6a..7abe3b1 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -7,6 +7,17 @@ The format is based on `Keep a Changelog`_, and this project adheres to `Semantic Versioning`_. +Version 0.8.1 (2022-02-07) +-------------------------- + +* Added: ``audinterface.Feature`` does support + specification of single feature as string + in addition to list +* Changed: depend on ``audresample>=1.1`` +* Fixed: handle empty and non-existing folder + in ``process_folder()`` methods + + Version 0.8.0 (2022-01-04) --------------------------