From 8230f2b8587adbaae625a2b01c3e465369f94f2a Mon Sep 17 00:00:00 2001 From: Hagen Wierstorf Date: Thu, 21 May 2026 12:18:49 +0200 Subject: [PATCH] Release 1.3.2 --- CHANGELOG.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 1b2a394..23d90c6 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -7,6 +7,16 @@ The format is based on `Keep a Changelog`_, and this project adheres to `Semantic Versioning`_. +Version 1.3.2 (2026/05/21) +-------------------------- + +* Added: support for Python 3.14 +* Changed: depend on ``audformat>=1.4.2`` +* Changed: exclude ``tests/`` and ``docs/`` folders from the Python package +* Fixed: ``audinterface.utils.signal_index()`` under pandas>=3.0 +* Removed: support for Python 3.9 + + Version 1.3.1 (2025/06/05) --------------------------